codeigniter basic

  • 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’...

  • 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...