Show
Ignore:
Timestamp:
05/20/08 20:43:23 (8 months ago)
Author:
aarkerio
Message:

Discussions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/models/theme.php

    r535 r537  
    22/** 
    33*  Karamelo E-Learning Platform 
    4 *  Manuel Montoya 2002-2007  
    5 *  Chipotle Software 
    6 *  GPLv3 manuel<at>mononeurona.org 
     4*  Manuel Montoya 2002-2008  
     5*  Chipotle Software tm 
     6*  GPLv3 manuel<ARROBA>mononeurona<PUNTO>org 
    77*/  
    8 class Theme extends AppModel 
    9 { 
     8class Theme extends AppModel { 
     9 
    1010public $name = 'Theme'; 
    1111 
    12 public $hasMany  = array( 
     12 /* public $hasMany  = array( 
    1313             "News" => array( 
    1414                             "className"    => "News", 
    1515                             "foreignKey"   => "theme_id" 
    16                                )); 
     16                               )); */ 
    1717 
    1818public $validate = array(