CodeIgniter

  • Expression Engine

    Published on: April 27, 2026

    Author:


    What is Expression Engine ExpressionEngine, or “EE,” is a multi-purpose content management system developed by American software company EllisLab. It...

  • Login system using CodeIgniter

    Published on: June 3, 2014

    Author:


    We already learned CodeIgniter basic theming, professional theming, data insert, reporting. Today we will learn Login with CodeIgniter. Create a...

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

  • Removing index.php from URL in CodeIgniter

    Published on: May 31, 2013

    Author:


    To create .htaccess file in windows: 1. Open Command Prompt 2. Type “cd” for c drive 3. Type “cd c:wampwwwyour_codeIgniter_folder”...

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

  • Professional theming with CodeIgniter

    Published on: May 11, 2013

    Author:


    Today we will convert a professional HTML into CodeIgniter theme- We will work on the following design layout There are...

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

    • 1
    • 2