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
#2

@Ujitha

(02-12-2015, 09:53 AM)Ujitha Wrote: ...
First thing is you need to install codeigniter framework.Go to below link and install the full version of codeignitor.

http://ellislab.com/codeigniter/user-gui...loads.html
...

Ujitha, please don't be offended, but I'm pretty sure you are posting very old material here. The CodeIgniter framework is no longer owned by Ellislab®, it is owned and maintained by BCIT. The version being worked on is now 3.0 RC2 and there are significant differences from version 2.x.

The strong recommendation, for those just getting started in CodeIgniter, is to download and install Version 3.0. That download may be found at the CodeIgniter website:

http://www.codeigniter.com/download

You may find the current User Guide (for Version 3.0) in the download source and also online at this URL:

http://www.codeigniter.com/docs

Finally, anyone is welcome to download and install CodeIgniter version 2.x, but it is old code and there are plenty of deprecated functions and methods which really become a pain to work around. You are better off starting with the current version (3.0) and learning from there.
CI 3.1 Kubuntu 19.04 Apache 5.x  Mysql 5.x PHP 5.x PHP 7.x
Remember: Obfuscation is a bad thing.
Clarity is desirable over Brevity every time.
Reply
#3

This is not only inappropriate to post, but factually inaccurate.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB