tell git to ignore tmp, database config and backup files
[qcms.git] / app_controller.php
blob95f7d1b35e47ef9c831a447a87dcb044367a9805
1 <?php
2 /* SVN FILE: $Id: app_controller.php 6296 2008-01-01 22:18:17Z phpnut $ */
3 /**
4 * Short description for file.
6 * This file is application-wide controller file. You can put all
7 * application-wide controller-related methods here.
9 * PHP versions 4 and 5
11 * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/>
12 * Copyright 2005-2008, Cake Software Foundation, Inc.
13 * 1785 E. Sahara Avenue, Suite 490-204
14 * Las Vegas, Nevada 89104
16 * Licensed under The MIT License
17 * Redistributions of files must retain the above copyright notice.
19 * @filesource
20 * @copyright Copyright 2005-2008, Cake Software Foundation, Inc.
21 * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
22 * @package cake
23 * @subpackage cake.app
24 * @since CakePHP(tm) v 0.2.9
25 * @version $Revision: 6296 $
26 * @modifiedby $LastChangedBy: phpnut $
27 * @lastmodified $Date: 2008-01-01 20:18:17 -0200 (mar, 01 ene 2008) $
28 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
30 /**
31 * Short description for class.
33 * Add your application-wide methods in the class below, your controllers
34 * will inherit them.
36 * @package cake
37 * @subpackage cake.app
39 class AppController extends Controller {