Wednesday, August 12, 2015

Codeigniter Basics


CodeIgniter is a powerful PHP framework, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. Codeigniter's in-built methods and tools saves a lot of time rather than depending on pure PHP language. You'll realize the benefits of it once you start creating the SEP.



How To install CodeIgniter?

Remember to setup XAMPP on your local machine before installing the codeigniter. 

Step 1 : Download codeIgniter from Here

Step 2 : After downloaded codelgniter extract in your server root directory i.e. your htdocs folder

Step 3 : After that rename that folder into your project name In my case its folder name is CI you can rename whatever you want

Step 4 : After that open your browser and run http://localhost/CI/

Your Page get look like this as seen below






No comments:

Post a Comment