Install Codeigniter 2.1 [closed]

-2

You know how to install Codeigniter 2.1 correctly because I am using a script with it but it does not work and I also saw that you need .htaccess to know what his .htaccess is?

    
asked by anonymous 21.08.2014 / 22:16

1 answer

4

First thing: there is an official CodeIgniter website ( link ) and there is also a place where you can find all the documentation in English ( link ) where there on the right in black there is a tab to click that is written TABLE OF CONTENTS .

I'll give you a very special link, the installation guide ... in English ( link ).

Well the steps are simple:

You

  • Download Framework ( link );
  • Unzip all content inside your local server or hosting;
  • Go to PHPMyAdmin and create a user database and password for your CI;
  • E configures everything within this file: application/config/config.php
  • And also: application/config/database.php
21.08.2014 / 22:45