...

World Wide Web Server 2012-07-04 16:03:46 -07:00
parent 5c52367051
commit 6516533988

@ -12,8 +12,8 @@ Support for multiple applications is simply a matter of:
Let's start by reviewing CodeIgniter's default file layout (currently v1.5.3). When you download the distribution and extract the archive, you end up with this layout:
[code]
CodeIgniter_x.x.x/
license.txt -- the usage licence agreement
index.php -- your front controller, to be installed in the webroot of your site.
license.txt -- the usage licence agreement
index.php -- your front controller, installed in the webroot of your site.
system/ -- this is where the magic is
application/
user_guide/ -- a copy of the User Guide for offline/local reference