Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Completing a Blogging Application with the Code Igniter PHP Framework
Jan 13, 2009 @ 22:57:16

DevShed finishes off another series with the last part of their look at making a blog app with the help of the CodeIgniter framework.

By using the framework, you'll be taking advantage of the MVC pattern to separate the application's logic from its visual presentation. This article will focus on the improving the appearance of the application's final details: the section concerned with receiving and displaying comments.

Starting with the full source from the previous parts of the series, they modify the view file for their blog's comments to ass come nice CSS and styling. The final page shows the entire code for the application (split out ino chuncks of code for each file).

tagged: codeigniter framework blog tutorial series view comment css style

Link:


Trending Topics: