app_model.php

Go to the documentation of this file.
00001 <?php
00002 /* SVN FILE: $Id: console_2libs_2templates_2skel_2app__model_8php-source.html 580 2008-07-01 14:45:49Z gwoo $ */
00003 
00004 /**
00005  * Application model for Cake.
00006  *
00007  * This file is application-wide model file. You can put all
00008  * application-wide model-related methods here.
00009  *
00010  * PHP versions 4 and 5
00011  *
00012  * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
00013  * Copyright 2005-2008, Cake Software Foundation, Inc.
00014  *                              1785 E. Sahara Avenue, Suite 490-204
00015  *                              Las Vegas, Nevada 89104
00016  *
00017  * Licensed under The MIT License
00018  * Redistributions of files must retain the above copyright notice.
00019  *
00020  * @filesource
00021  * @copyright       Copyright 2005-2008, Cake Software Foundation, Inc.
00022  * @link                http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
00023  * @package         cake
00024  * @subpackage      cake.app
00025  * @since           CakePHP(tm) v 0.2.9
00026  * @version         $Revision: 580 $
00027  * @modifiedby      $LastChangedBy: gwoo $
00028  * @lastmodified    $Date: 2008-07-01 09:45:49 -0500 (Tue, 01 Jul 2008) $
00029  * @license         http://www.opensource.org/licenses/mit-license.php The MIT License
00030  */
00031 
00032 /**
00033  * Application model for Cake.
00034  *
00035  * Add your application-wide methods in the class below, your models
00036  * will inherit them.
00037  *
00038  * @package     cake
00039  * @subpackage  cake.app
00040  */
00041 class AppModel extends Model{
00042 }
00043 ?>