View of /branches/mambo5/app/models/installation.php
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Fri Dec 3 04:30:31 2010 UTC (2 years, 6 months ago) by enjoyman
File size: 936 byte(s)
Fri Dec 3 04:30:31 2010 UTC (2 years, 6 months ago) by enjoyman
File size: 936 byte(s)
first commit mambo5 with cakephp1.3.6.
<?php /** * @package Mambo * @author Mambo Foundation Inc see README.php * @copyright (C) 2000 - 2009 Mambo Foundation Inc. * See COPYRIGHT.php for copyright notices and details. * @license GNU/GPL Version 2, see http://www.opensource.org/licenses/gpl-2.0.php * * Redistributions of files must retain the above copyright notice. * * Mambo is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 of the License. */ class Installation extends AppModel { public $name = 'Installation'; public $belongsTo = array( 'User' => array('className' => 'User', 'foreignKey' => 'id', 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'dependent' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ), ); } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

