Subversion-Projekte lars-tiefland.cakephp

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/* SVN FILE: $Id: bootstrap.php 7945 2008-12-19 02:16:01Z gwoo $ */
3
/**
4
 * Short description for file.
5
 *
6
 * Long description for file
7
 *
8
 * PHP versions 4 and 5
9
 *
10
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
11
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
12
 *
13
 * Licensed under The MIT License
14
 * Redistributions of files must retain the above copyright notice.
15
 *
16
 * @filesource
17
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
18
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
19
 * @package       cake
20
 * @subpackage    cake.app.config
21
 * @since         CakePHP(tm) v 0.10.8.2117
22
 * @version       $Revision: 7945 $
23
 * @modifiedby    $LastChangedBy: gwoo $
24
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
25
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
26
 */
27
/**
28
 *
29
 * This file is loaded automatically by the app/webroot/index.php file after the core bootstrap.php is loaded
30
 * This is an application wide file to load any function that is not used within a class define.
31
 * You can also use this to include or require any files in your application.
32
 *
33
 */
34
/**
35
 * The settings below can be used to set additional paths to models, views and controllers.
36
 * This is related to Ticket #470 (https://trac.cakephp.org/ticket/470)
37
 *
38
 * $modelPaths = array('full path to models', 'second full path to models', 'etc...');
39
 * $viewPaths = array('this path to views', 'second full path to views', 'etc...');
40
 * $controllerPaths = array('this path to controllers', 'second full path to controllers', 'etc...');
41
 *
42
 */
43
//EOF
44
?>