3 * Application model for Cake.
5 * This file is application-wide model file. You can put all
6 * application-wide model-related methods here.
10 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
11 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
13 * Licensed under The MIT License
14 * Redistributions of files must retain the above copyright notice.
16 * @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
17 * @link http://cakephp.org CakePHP(tm) Project
19 * @subpackage cake.cake.libs.model
20 * @since CakePHP(tm) v 0.2.9
21 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
25 * Application model for Cake.
27 * This is a placeholder class.
28 * Create the same file in app/app_model.php
29 * Add your application-wide methods to the class, your models will inherit them.
32 * @subpackage cake.cake.libs.model
34 class AppModel
extends Model
{
35 // var $recursive = 0;
37 var $scaffoldForbiddenActions = null;
38 var $scaffoldActions = null;
39 var $scaffoldForbiddenFields = null;