News Feed
Jobs Feed
Sections




News Archive
DevShed:
Displaying User Comments in a Code Igniter Blog Application
December 23, 2008 @ 11:42:01

DevShed continues their series creating a simple blogging application with the CodeIgniter framework with this part of the series - adding in a display for user comments.

In this specific case, the first of these files was defined as a basic controller, and was provided with the ability to paginate the aforementioned blog entries via the corresponding pagination class included with CodeIgniter. However, in its current incarnation, the blog application is pretty limited. It doesn't let users post comments on each blog entry. Thus, in the next few lines I'll be improving the signature of the controller class to address this important issue.

The review the code from before (showing the pagination of the blog entries) and add onto it a new comments method and how to create a new view to show the messages visitors to the site have submitted.

1 comment voice your opinion now!
blog application tutorial codeigniter user comment display view action


blog comments powered by Disqus

Similar Posts

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5

Adam Culp: Clean Development Series: Part 4, Rewrite dilemma

Anthony Ferrara: Programming With Anthony - Paradigm Soup

Federico Cargnelutti's Blog: Building a RESTful Web API with PHP and Apify

DevShed: Handling Views with CodeIgniter


Community Events









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


api release database community object introduction zendframework2 event code example phpunit interview composer development functional unittest opinion framework language testing

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