Changeset 537 for trunk/app/models/theme.php
- Timestamp:
- 05/20/08 20:43:23 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/models/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/models/theme.php
r535 r537 2 2 /** 3 3 * Karamelo E-Learning Platform 4 * Manuel Montoya 2002-200 75 * Chipotle Software 6 * GPLv3 manuel< at>mononeurona.org4 * Manuel Montoya 2002-2008 5 * Chipotle Software tm 6 * GPLv3 manuel<ARROBA>mononeurona<PUNTO>org 7 7 */ 8 class Theme extends AppModel 9 { 8 class Theme extends AppModel { 9 10 10 public $name = 'Theme'; 11 11 12 public $hasMany = array(12 /* public $hasMany = array( 13 13 "News" => array( 14 14 "className" => "News", 15 15 "foreignKey" => "theme_id" 16 )); 16 )); */ 17 17 18 18 public $validate = array(
