What is Expression Engine ExpressionEngine, or “EE,” is a multi-purpose content management system developed by American software company EllisLab. It...
We already learned CodeIgniter basic theming, professional theming, data insert, reporting. Today we will learn Login with CodeIgniter. Create a...
In our last tutorial we have learned storing data in MySql database using CodeIgniter Active Record Class. Today we will...
To create .htaccess file in windows: 1. Open Command Prompt 2. Type “cd” for c drive 3. Type “cd c:wampwwwyour_codeIgniter_folder”...
We already knew about CodeIgniter theming. Today we will concentrate on Database (MySql). Basic database in CodeIgniter will be discussed...
Today we will convert a professional HTML into CodeIgniter theme- We will work on the following design layout There are...
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’...
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...