[ Index ]
 

Code source de CakePHP 1.1.13.4450

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/cake/libs/controller/components/dbacl/models/ -> aros_aco.php (source)

   1  <?php
   2  /* SVN FILE: $Id: aros_aco.php 4409 2007-02-02 13:20:59Z phpnut $ */
   3  /**
   4   * Short description for file.
   5   *
   6   * Long description for file
   7   *
   8   * PHP versions 4 and 5
   9   *
  10   * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
  11   * Copyright 2005-2007, Cake Software Foundation, Inc.
  12   *                                1785 E. Sahara Avenue, Suite 490-204
  13   *                                Las Vegas, Nevada 89104
  14   *
  15   * Licensed under The MIT License
  16   * Redistributions of files must retain the above copyright notice.
  17   *
  18   * @filesource
  19   * @copyright        Copyright 2005-2007, Cake Software Foundation, Inc.
  20   * @link                http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
  21   * @package            cake
  22   * @subpackage        cake.cake.libs.controller.components.dbacl.models
  23   * @since            CakePHP(tm) v 0.10.0.1232
  24   * @version            $Revision: 4409 $
  25   * @modifiedby        $LastChangedBy: phpnut $
  26   * @lastmodified    $Date: 2007-02-02 07:20:59 -0600 (Fri, 02 Feb 2007) $
  27   * @license            http://www.opensource.org/licenses/mit-license.php The MIT License
  28   */
  29  /**
  30   * Short description for file.
  31   *
  32   * Long description for file
  33   *
  34   * @package        cake
  35   * @subpackage    cake.cake.libs.controller.components.dbacl.models
  36   */
  37  class ArosAco extends AppModel {
  38  /**
  39   * Cache Queries
  40   *
  41   * @var boolean
  42   */
  43      var $cacheQueries = false;
  44  /**
  45   * Model name
  46   *
  47   * @var string
  48   */
  49       var $name = 'ArosAco';
  50  /**
  51   * Table this model uses
  52   *
  53   * @var string
  54   */
  55       var $useTable = 'aros_acos';
  56  /**
  57   * Belongs to association
  58   *
  59   * @var array
  60   */
  61       var $belongsTo = array('Aro', 'Aco');
  62  }
  63  ?>


Généré le : Sun Feb 25 19:27:47 2007 par Balluche grâce à PHPXref 0.7