Annotation of /branches/mambo5/app/models/installation.php
Parent Directory
|
Revision Log
Revision 2 - (view) (download)
| 1 : | enjoyman | 2 | <?php |
| 2 : | /** | ||
| 3 : | * @package Mambo | ||
| 4 : | * @author Mambo Foundation Inc see README.php | ||
| 5 : | * @copyright (C) 2000 - 2009 Mambo Foundation Inc. | ||
| 6 : | * See COPYRIGHT.php for copyright notices and details. | ||
| 7 : | * @license GNU/GPL Version 2, see http://www.opensource.org/licenses/gpl-2.0.php | ||
| 8 : | * | ||
| 9 : | * Redistributions of files must retain the above copyright notice. | ||
| 10 : | * | ||
| 11 : | * Mambo is free software; you can redistribute it and/or | ||
| 12 : | * modify it under the terms of the GNU General Public License | ||
| 13 : | * as published by the Free Software Foundation; version 2 of the License. | ||
| 14 : | */ | ||
| 15 : | |||
| 16 : | class Installation extends AppModel { | ||
| 17 : | |||
| 18 : | public $name = 'Installation'; | ||
| 19 : | |||
| 20 : | public $belongsTo = array( | ||
| 21 : | 'User' => | ||
| 22 : | array('className' => 'User', | ||
| 23 : | 'foreignKey' => 'id', | ||
| 24 : | 'conditions' => '', | ||
| 25 : | 'fields' => '', | ||
| 26 : | 'order' => '', | ||
| 27 : | 'limit' => '', | ||
| 28 : | 'offset' => '', | ||
| 29 : | 'dependent' => '', | ||
| 30 : | 'exclusive' => '', | ||
| 31 : | 'finderQuery' => '', | ||
| 32 : | 'counterQuery' => '' | ||
| 33 : | ), | ||
| 34 : | ); | ||
| 35 : | |||
| 36 : | } | ||
| 37 : | |||
| 38 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

