CodeIgniter

  • Generate a Report Using CodeIgniter Active Record Class

    Published on: July 1, 2013

    Author:


    In our last tutorial we have learned storing data in MySql database using CodeIgniter Active Record Class. Today we will...

  • How to Insert Record in Database Table Using CodeIgniter Active Record Class

    Published on: May 31, 2013

    Author:


    We already knew about CodeIgniter theming. Today we will concentrate on Database (MySql).  Basic database in CodeIgniter will be discussed...

  • Create a Static page with CodeIgniter

    Published on: May 11, 2013

    Author:


    Lets start by creating a file at application/controllers/pages.php with the following code. Now create a folder into views with the name ‘templates’...

  • Setup CodeIgniter in your localhost with WAMP server

    Published on: April 21, 2013

    Author:


    CodeIgniter User Guide Version 2.1.3  Understanding CodeIgniter:  CodeIgniter is a PHP-driven framework, containing a grab-bag of libraries, helpers, plug-ins and...

  • Configuring CodeIgniter in your localhost with WAMP server

    Published on: April 8, 2013

    Author:


    Once successful installation of CodeIgniter, you need to make a few modifications on CodeIgniter config file so that CodeIgniter is...