News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Code Igniter to Enable Comments in a Blog Application
December 31, 2008 @ 07:50:56

DevShed continues their series on using CodeIgniter to make a simple blogging application with this new article. It focuses on the next step in the blog's evolution - making it able to accept user comments.

A decent blog application, however, must provide users with a mechanism that lets them post their comments easily, and the simplest way to do this is via an HTML form. Therefore, in the next few lines, I'll be explaining how to modify the controller class and the comments view file created in the preceding article to incorporate a basic web form that permits users to post comments on a particular blog entry.

They start by reviewing the code and application so far, ensuring we're all on the same page. From there, they add code into the controller to handle the form input and make a view to create the form itself.

7 comments voice your opinion now!
codeigniter framework tutorial blog application comment form view controller


blog comments powered by Disqus

Similar Posts

HowToForge: How To Install a Complete LEMP on Ubuntu/Debian

PHPBuilder.com: Fundamentals of PHP Superglobals

Padraic Brady's Blog: PHP Framework Benchmarks: Entertaining But Ultimately Useless

WebReferece.com: Building a Weblog: Part 2

Adrian Schneider's Blog: Caching Zend Framework Forms


Community Events











Don't see your event here?
Let us know!


unittest functional phpunit introduction interview language code testing zendframework2 framework application development release podcast example opinion community tool conference series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework