Posts Tagged with yii

Examples of transactions

Yii DAO consists: CDbConnection, CDbCommand, CDbDataReader and CDbTransaction. Post of examples

This post covers my notes on Adding an RSS Web Feed (chapter 9) in Yii from the book "Web Application Development with Yii and PHP" by Jeffrey Winesett about learning Yii by taking a step-by-step approach to building a Web-based project task tracking system from conception through production deployment - software development life cycle (SDLC) issue-management application.

This post covers my notes on Adding User Comments (chapter 8) in Yii from the book "Web Application Development with Yii and PHP" by Jeffrey Winesett about learning Yii by taking a step-by-step approach to building a Web-based project task tracking system from conception through production deployment - software development life cycle (SDLC) issue-management application.

  • Comments design & develop
  • Creating the widget RecentComments

This post covers my notes on User Access Control (chapter 7) in Yii from the book "Web Application Development with Yii and PHP" by Jeffrey Winesett about learning Yii by taking a step-by-step approach to building a Web-based project task tracking system from conception through production deployment - software development life cycle (SDLC) issue-management application.

  • RBAC

This post covers my notes on User Management and Auth (chapter 6) in Yii from the book "Web Application Development with Yii and PHP" by Jeffrey Winesett about learning Yii by taking a step-by-step approach to building a Web-based project task tracking system from conception through production deployment - software development life cycle (SDLC) issue-management application.

  • Component behavior
  • Hash the password
  • Yii authentication model

This post covers my notes on Managing Issues (chapter 5) in Yii from the book "Web Application Development with Yii and PHP" by Jeffrey Winesett about learning Yii by taking a step-by-step approach to building a Web-based project task tracking system from conception through production deployment - software development life cycle (SDLC) issue-management application.

  • S c h e m a DB & migrations (atomic)
  • UI for forms
  • Filter - Enforcing a project context
  • Views - get data from other models

This post covers my notes on Project CRUD (chapter 4) in Yii from the book "Web Application Development with Yii and PHP" by Jeffrey Winesett about learning Yii by taking a step-by-step approach to building a Web-based project task tracking system from conception through production deployment - software development life cycle (SDLC) issue-management application.

  • Yii migration utility
  • predefined validator classes and aliases

This post covers my notes on Intro and Tests (chapters 1-3) in Yii from the book "Web Application Development with Yii and PHP" by Jeffrey Winesett about learning Yii by taking a step-by-step approach to building a Web-based project task tracking system from conception through production deployment - software development life cycle (SDLC) issue-management application.

  • philosophy
  • DRY & MVC
  • Unit tests
  • Functional test

Start a series of posts how to code apps. First ever app with AngularJS and Yii was very simple. We'll talk about a few topics. Demos find here Simple Single Page app with a table of users - u can browse, edit, delete, see details - without reloading the page ;) Folder with all oof the front (AngularJS files) looked like this (In images folder glyphicons.png files located):

Pix with folders