specializing in digital media technologies

Digital Media and Communications Insights, Inc.


Larry Ullman's Blog

Basic View Edits in Yii

This entry is part 7 of 8 in the series Learning the Yii Framework

This is the seventh post in my series on Yii, my favorite PHP framework. In this post, I walk through some basic View edits you’ll make to the code auto-generated by the Yii framework. For some of the code, I’ll be using the employees-departments example I’ve been developing throughout these posts. You may want to reread earlier posts to get a handle on those. (continue reading…)

Filed under: MySQL,PHP,Web Development — Tags: , ,

Basic Controller Edits in Yii

This entry is part 8 of 8 in the series Learning the Yii Framework

After using Yii‘s command-line tools to build an application’s base structure, and then to create its Models and crud functionality, there’s still quite a bit of customizing to do (although Yii really does perform the bulk of the work). Previous posts discuss some of the common changes one makes to Models and Views at this point in the development stage; here I’ll discuss Controllers. I have personally found that I don’t make nearly the level of alterations to my auto-generated Controllers as I do to my Models and Views. This makes sense, as the Model should have the bulk of the code, the View is the interface the end user sees, and the Controller is largely an agent between the two (see my series on the MVC architecture for more on this). (continue reading…)

Filed under: MySQL,PHP,Web Development — Tags: , ,


Page 3 of 3 1 2 3

If you have a question, are seeking information, want to download files, or generally have any need related to a specific book, please make sure you are using the correct link. Check both the title and the edition.