00001 <?php 00002 /* SVN FILE: $Id: bootstrap.php 7805 2008-10-30 17:30:26Z AD7six $ */ 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. (http://www.cakefoundation.org) 00012 * 00013 * Licensed under The MIT License 00014 * Redistributions of files must retain the above copyright notice. 00015 * 00016 * @filesource 00017 * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org) 00018 * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project 00019 * @package cake 00020 * @subpackage cake.app.config 00021 * @since CakePHP(tm) v 0.10.8.2117 00022 * @version $Revision: 7805 $ 00023 * @modifiedby $LastChangedBy: AD7six $ 00024 * @lastmodified $Date: 2008-10-30 13:30:26 -0400 (Thu, 30 Oct 2008) $ 00025 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 00026 */ 00027 /** 00028 * 00029 * This file is loaded automatically by the app/webroot/index.php file after the core bootstrap.php is loaded 00030 * This is an application wide file to load any function that is not used within a class define. 00031 * You can also use this to include or require any files in your application. 00032 * 00033 */ 00034 /** 00035 * The settings below can be used to set additional paths to models, views and controllers. 00036 * This is related to Ticket #470 (https://trac.cakephp.org/ticket/470) 00037 * 00038 * $modelPaths = array('full path to models', 'second full path to models', 'etc...'); 00039 * $viewPaths = array('this path to views', 'second full path to views', 'etc...'); 00040 * $controllerPaths = array('this path to controllers', 'second full path to controllers', 'etc...'); 00041 * 00042 */ 00043 //EOF 00044 ?>
1.4.7