app_controller.php

Go to the documentation of this file.
00001 <?php
00002 /* SVN FILE: $Id: app_controller.php 7805 2008-10-30 17:30:26Z AD7six $ */
00003 /**
00004  * Short description for file.
00005  *
00006  * This file is application-wide controller file. You can put all
00007  * application-wide controller-related methods here.
00008  *
00009  * PHP versions 4 and 5
00010  *
00011  * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
00012  * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
00013  *
00014  * Licensed under The MIT License
00015  * Redistributions of files must retain the above copyright notice.
00016  *
00017  * @filesource
00018  * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
00019  * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
00020  * @package       cake
00021  * @subpackage    cake.app
00022  * @since         CakePHP(tm) v 0.2.9
00023  * @version       $Revision: 7805 $
00024  * @modifiedby    $LastChangedBy: AD7six $
00025  * @lastmodified  $Date: 2008-10-30 13:30:26 -0400 (Thu, 30 Oct 2008) $
00026  * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
00027  */
00028 /**
00029  * Short description for class.
00030  *
00031  * Add your application-wide methods in the class below, your controllers
00032  * will inherit them.
00033  *
00034  * @package       cake
00035  * @subpackage    cake.app
00036  */
00037 class AppController extends Controller {
00038 }
00039 ?>

Generated on Sun Nov 22 00:30:52 2009 for CakePHP 1.2.x.x (v1.2.4.8284) by doxygen 1.4.7