CodeIgniter Tutorial
CodeIgniter Useful Resources
Selected Reading
- CodeIgniter - Security
- CodeIgniter - Internationalization
- CodeIgniter - Adding JS and CSS
- CodeIgniter - Benchmarking
- CodeIgniter - Application Profiling
- CodeIgniter - Page Redirection
- CodeIgniter - Page Caching
- CodeIgniter - Common Functions
- CodeIgniter - Cookie Management
- CodeIgniter - Tempdata
- CodeIgniter - Flashdata
- CodeIgniter - Session Management
- CodeIgniter - Form Validation
- CodeIgniter - Sending Email
- CodeIgniter - File Uploading
- CodeIgniter - Error Handling
- CodeIgniter - Libraries
- CodeIgniter - Working with Database
- CodeIgniter - Configuration
- CodeIgniter - Basic Concepts
- CodeIgniter - MVC Framework
- CodeIgniter - Application Architecture
- CodeIgniter - Installing CodeIgniter
- CodeIgniter - Overview
- CodeIgniter - Home
CodeIgniter Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
CodeIgniter - Installing CodeIgniter
CodeIgniter - Instalpng
It is very easy to install CodeIgniter. Just follow the steps given below −
Step-1 − Download the CodeIgniter from the pnk
There are two different options legacy and latest. The names itself are self descriptive. legacy has version less than 2.x and latest has 3.0 version.
We can also go with GitHub and get all of the latest scripts..
Step-2 − Unzip the folder.
Step-3 − Upload all files and folders to your server.
Step-4 − After uploading all the files to your server, visit the URL of your server, e.g., www.domain-name.com.
On visiting the URL, you will see the following screen −
Advertisements