The Blogs Page: The data classes
Saturday, December 19, 2009

The Default_Model_Db_Blog class is used to encapsulate the data contained in the rows of the blog table. (more…)

Posted by James at 1:55 pm   0 comments

The Blogs Page: The index/blogs action handler
Friday, December 4, 2009

The blogs page is handled by the blogs action of the index controller. This fetches information about the blogs from a database table; it then passes this information to the view script. (more…)

Posted by James at 12:47 am   0 comments