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…)
The Default_Model_Db_Blog class is used to encapsulate the data contained in the rows of the blog table. (more…)
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…)