Welcome Guest, Not a member yet? Register   Sign In
Setup Codeigniter
#1
Information 
(This post was last modified: 02-12-2015, 11:59 PM by Ujitha.)

First I will tell what are frameworks.

In PHP it is simple to make web related softwares using these frameworks rather than coding each and every thing...

I will use "codeignitor" as my framework.

N.B. All frameworks are based on MVC model.That is M-model V-view and C-controller.

What is MVC model!!!!

It is simple all the stucture of the php file is saved in 'model', output that is the part which is seen by user will be stoted in

'view' and 'controller' will tell what to do.

It is very compalsory to work in frameworks if you want to join with industry!!!

First thing is you need to install codeigniter framework.Go to below link and install the full version of codeignitor.

http://www.codeigniter.com/download

And unzip it to WAMP www floder or XAMPP htdocs  folder.Rename the unzipped folder as CodeIgniter.

And open your local web server and web browser.
Type this in the address bar..

http://localhost/CodeIgniter/

You should see the following attached output in the browser.


Then you have correctly done the job!!!.

In the next lesson I will tell you how to work with this framework.
That is my style with Codeigniter Idea . Start with simple and ends in deep.
Reply


Messages In This Thread
Setup Codeigniter - by Ujitha - 02-12-2015, 09:53 AM
RE: Setup Codeigniter - by twpmarketing - 02-12-2015, 02:17 PM
RE: Setup Codeigniter - by Narf - 02-13-2015, 04:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB