PHP
  Home arrow PHP arrow Completing a Blogging Application with the Code Igniter PHP Framework
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
Google.com  
PHP

Completing a Blogging Application with the Code Igniter PHP Framework
By: Alejandro Gervasio
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 4
    2009-01-13


    Table of Contents:
  • Completing a Blogging Application with the Code Igniter PHP Framework
  • The full source code of the blogger in its previous state
  • Adding CSS styles to the blogs_comments_view.php file
  • Showing the blogging application’s full source code

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Completing a Blogging Application with the Code Igniter PHP Framework
    ( Page 1 of 4 )

    Welcome to the conclusion of a six-part series on building a MySQL-driven blogging application with the Code Igniter PHP 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.

    Introduction

    As a PHP developer, you can build anything that you can think of, ranging from simple form validation programs and template processors to full-blown database-driven applications.  A blogger falls under the second category. Most of the time, developing a program like this will require that you set up a few MySQL tables, build a group of scripts that will handle blog entries, and finally create a set of templates that will render this data in the form of HTML pages.

    Of course, when building such a program, you probably use your own set of classes and functions. However, you may want to save yourself some time and effort by using a framework, like Code Igniter, to develop a blog application like the one mentioned above.

    If this is the case, then don’t waste more time; take a look at this group of articles. They'll provide you with a comprehensive guide on building a MySQL-driven blogger with Code Igniter, which implements the MVC pattern for separating application logic from visual presentation.

    And now that I mentioned the “visual presentation,” you'll remember that I left off the last article discussing how to improve the appearance of the blogger that I developed in the previous tutorials. I added a few CSS styles to the view file that displayed a bunch of blog entries, in this way polishing considerably its look and feel.

    However, the blogger includes yet another view file, which displays the comments that have been made on a particular entry and the web form that lets users post them appropriately. Therefore, in this final chapter of the series, I’m going to style this specific file, thus completing the construction of this blog application using Code Igniter.

    It’s time to finish this educational journey. Let’s go!



     
     
    >>> More PHP Articles          >>> More By Alejandro Gervasio
     

       

    PHP ARTICLES

    - Getting Data from Yahoo Site Explorer Inboun...
    - Method Chaining: Adding More Selecting Metho...
    - How to Split a File During an FTP Upload Usi...
    - Expanding a Custom CodeIgniter Library with ...
    - Using the Yahoo Site Explorer Inbound Links ...
    - Building a CodeIgniter Custom Library with M...
    - Building an E-mini Trading System Using PHP ...
    - Completing the MySQL Class with Method Chain...
    - Building Dynamic Queries with Chainable Meth...
    - PHP Encryption and Decryption Methods
    - Building a MySQL Abstraction Class with Meth...
    - Completing a Sample String Processor with Me...
    - Mastering WHILE Loops for PHP and MySQL
    - Method Chaining: Adding More Methods to the ...
    - Method Chaining in PHP 5





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek