Friday, May 20, 2016

Codeigniter insert, view, edit, delete and update

Codeigniter is one of the popular framework in php, here we are going to learn about complete basic functionality of codeignter like insert, view, edit, delete and update. This will help all the codeignter workers. with this functionality they manage codeignter and easy learn the functionality. Let see the steps and codes one by one.


STEP 1 :
First we want to download the codeignter complete framework file form codeignter site Click to Codeignter site. Download the codeignter file as .zip format and extract the files. Copy the above all files and create one folder in your WAMP www folder or XAMPP htdocs folder.

STEP 2 :
Then we have Open application->config->config.php file.There you can see
$config['base_url'] = '';

0 comments:

Post a Comment