aros_aco.php

Go to the documentation of this file.
00001 <?php
00002 /* SVN FILE: $Id: aros__aco_8php-source.html 675 2008-12-26 00:27:14Z gwoo $ */
00003 /**
00004  * Short description for file.
00005  *
00006  * Long description for file
00007  *
00008  * PHP versions 4 and 5
00009  *
00010  * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
00011  * Copyright 2005-2008, Cake Software Foundation, Inc.
00012  *                              1785 E. Sahara Avenue, Suite 490-204
00013  *                              Las Vegas, Nevada 89104
00014  *
00015  * Licensed under The MIT License
00016  * Redistributions of files must retain the above copyright notice.
00017  *
00018  * @filesource
00019  * @copyright       Copyright 2005-2008, Cake Software Foundation, Inc.
00020  * @link                http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
00021  * @package         cake
00022  * @subpackage      cake.cake.libs.controller.components.dbacl.models
00023  * @since           CakePHP(tm) v 0.10.0.1232
00024  * @version         $Revision: 675 $
00025  * @modifiedby      $LastChangedBy: gwoo $
00026  * @lastmodified    $Date: 2008-12-25 16:27:14 -0800 (Thu, 25 Dec 2008) $
00027  * @license         http://www.opensource.org/licenses/mit-license.php The MIT License
00028  */
00029 /**
00030  * Short description for file.
00031  *
00032  * Long description for file
00033  *
00034  * @package     cake
00035  * @subpackage  cake.cake.libs.controller.components.dbacl.models
00036  */
00037 class ArosAco extends AppModel {
00038 /**
00039  * Cache Queries
00040  *
00041  * @var boolean
00042  */
00043     var $cacheQueries = false;
00044 /**
00045  * Model name
00046  *
00047  * @var string
00048  */
00049      var $name = 'ArosAco';
00050 /**
00051  * Table this model uses
00052  *
00053  * @var string
00054  */
00055      var $useTable = 'aros_acos';
00056 /**
00057  * Belongs to association
00058  *
00059  * @var array
00060  */
00061      var $belongsTo = array('Aro', 'Aco');
00062 }
00063 ?>