Uživatelská příručka CodeIgniter Verze 1.7.2


Instalace

CodeIgniter is installed in four steps:

  1. Unzip the package.
  2. Upload the CodeIgniter folders and files na your server. Normally the index.php file will be at your root.
  3. Open the application/config/config.php file with a text editor and set your base URL. If you intend na use encryption nebo sessions, set your encryption key.
  4. If you intend na use a database, open the application/config/database.php file with a text editor and set your database settings.

If you wish na increase security by hiding the location of your CodeIgniter files you can rename the system folder to something more private. If you do rename it, you must open your main index.php file and set the $system_folder variable at the top of the page with the new name you've chosen.

That's it!

If you're new na CodeIgniter, please read the Začínáme section of the User Guide to begin learning how to build dynamic PHP applications. Enjoy!