bootstrap.php

Go to the documentation of this file.
00001 <?php
00002 /* SVN FILE: $Id: cake_2console_2libs_2templates_2skel_2config_2bootstrap_8php-source.html 580 2008-07-01 14:45:49Z gwoo $ */
00003 /**
00004  * Short description for file.
00005  *
00006  * Long description for file
00007  *
00008  * PHP versions 4 and 5
00009  *
00010  * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
00011  * Copyright 2005-2008, Cake Software Foundation, Inc.
00012  *                              1785 E. Sahara Avenue, Suite 490-204
00013  *                              Las Vegas, Nevada 89104
00014  *
00015  * Licensed under The MIT License
00016  * Redistributions of files must retain the above copyright notice.
00017  *
00018  * @filesource
00019  * @copyright       Copyright 2005-2008, Cake Software Foundation, Inc.
00020  * @link                http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
00021  * @package         cake
00022  * @subpackage      cake.app.config
00023  * @since           CakePHP(tm) v 0.10.8.2117
00024  * @version         $Revision: 580 $
00025  * @modifiedby      $LastChangedBy: gwoo $
00026  * @lastmodified    $Date: 2008-07-01 09:45:49 -0500 (Tue, 01 Jul 2008) $
00027  * @license         http://www.opensource.org/licenses/mit-license.php The MIT License
00028  */
00029 /**
00030  *
00031  * This file is loaded automatically by the app/webroot/index.php file after the core bootstrap.php is loaded
00032  * This is an application wide file to load any function that is not used within a class define.
00033  * You can also use this to include or require any files in your application.
00034  *
00035  */
00036 /**
00037  * The settings below can be used to set additional paths to models, views and controllers.
00038  * This is related to Ticket #470 (https://trac.cakephp.org/ticket/470)
00039  *
00040  * $modelPaths = array('full path to models', 'second full path to models', 'etc...');
00041  * $viewPaths = array('this path to views', 'second full path to views', 'etc...');
00042  * $controllerPaths = array('this path to controllers', 'second full path to controllers', 'etc...');
00043  *
00044  */
00045 //EOF
00046 ?>