00001 <?php 00002 /* SVN FILE: $Id: app_model.php 7805 2008-10-30 17:30:26Z AD7six $ */ 00003 /** 00004 * Application model for Cake. 00005 * 00006 * This file is application-wide model file. You can put all 00007 * application-wide model-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.cake.libs.model 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 * Application model for Cake. 00030 * 00031 * This is a placeholder class. 00032 * Create the same file in app/app_model.php 00033 * Add your application-wide methods to the class, your models will inherit them. 00034 * 00035 * @package cake 00036 * @subpackage cake.cake.libs.model 00037 */ 00038 class AppModel extends Model { 00039 } 00040 ?>
1.4.7