Integrating HTML template into codeigniter

First create a folder “assets” in main folder for html template’s CSS, JS and Images Paste all css and js files inside assets folder Goto:- application>views> (create a test.php file and paste html code) Open:- Application>config>autoload.php (Pass ‘url’ in helper array) Open:- Application>config>autoload.php (Pass ‘database’,’session’ in libraries array) Write the following code in your test

Starting With Codeiginiter

Download and extract codeigniter zip file where you want to start the project. Create an .htaccess file with following content (for removing index.php) Goto:-  application>core> (create a controller for having common mehods) – Optional Create and test a function for testing that controller and function is working or not