codeigniter some steps to install on Your server

 codeigniter some steps to install on Your server 


In this post I will tell you how to setup codeigniter with few steps. First of all you have to download codeigniter, after that following are some steps you will be able to setup yourself in just 5 minutes!

Before jumping into it, let’s revisit a few basics about the MVC Architecture;


The Model represents your data structures.

The View is the information that is being presented to a user.

The Controller serves as an intermediary between the Model, the View, and any other resources needed to process the HTTP request and generate a web page.

 

Our Best Popular Projects & Posts

Post Link
School Management System With Full Source Code In php click here
ecommerce project in php click here
simple login and registration form in php click here
Synopsis for online rooms booking project based on PHP click here
add multiple images in codeigniter click here
beginners project in php with source code click here
dynamic country state dropdown in codeigniter click here
how to generate pdf using dompdf in codeigniter click here
add 1 day to current date in php click here
how to check website/blog responsive or not? click here
employee attendance management system project in php with source code click here
Select one checkbox and disable others click here
printing div content with css applied click here
best restaurants management system in php click here
Preview an image before it is uploaded using jquery click here
text editor in jquery click here
data table with export button in html click here
add multiple images in codeigniter click here
codeigniter some steps to install on Your server click here
ajax in php/codeigniter click here
Create Simple API CRUD with PHP and MySQL click here
How to integrate bootstrap theme in codeigniter click here
how to prepare for interview click here
Convert a date format in PHP click here
how to export html table to excel in jquery click here
how to create duplicate google peg using ajax click here
how to make dropdown searchable in html using jquery click here
how to find retirement date in php click here
online food order system in php with source code click here
school management project admin panel in php click here

Now, let’s get started.  


 

 

 

 



 

step 1 Download Codeigniter  click here to download

step 2 Put Codeigniter  on your server.

step 3  Now open application/config folder and open routes file and set Your controller(default controller).

step 3 Now Open autoload file  and set helper and model

step 4 Now Open  config fle and set url

step 5 Now Open database file and set database

step 6 Now Open application folder and open file .htaccess file and replace this code 

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

step 7 Now coppy .htaccess file and paste on near application folder

codeigniter with admin theme  implementation download link 

download


0 Comments