CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
Codeigniter Folder Structure:
- Download zip file using following links on official website https://codeigniter.com/ or https://github.com/bcit-ci/CodeIgniter
- Extract the compressed folder and place it on your xampp\htdocs
- Open application/config/config.php and set base_url.If you want to use encryption or sessions, set encryption key .
Comments
Post a Comment