Agile Web Application Development with Yii 1.1 and PHP5
Stitching these together: Yii request routing
Object-relational mapping and Active Record
Defining our development methodology
Iteration 1: Creating the Initial TrackStar Application
Enabling CRUD operations for users
Creating the Active Record model classes
Creating the Issue CRUD operations
Fixing the owner and requester fields
Returning back to the owner and requester dropdowns
Finishing the rest of the CRUD
Making some final navigation tweaks
Iteration 4: User Management and Authentication
Authenticating users using the database
Updating the user last login time
Iteration 5: User Access Control
Running our existing test suite
Iteration 6: Adding User Comments
Altering the scaffolding to meet requirements
Creating a recent comments widget
Iteration 7: Adding an RSS Web Feed
A little background: Content Syndication, RSS, and Zend Framework
Iteration 8: Making it Pretty - Design, Layout, Themes, and Internationalization(i18n)
Deconstructing the main.php layout file
Translating the site to other languages
Iteration 9: Modules - Adding Administration
Iteration 10: Production Readiness