Show
Ignore:
Timestamp:
02/25/08 17:33:39 (11 months ago)
Author:
aarkerio
Message:

Model updates

Files:
1 modified

Legend:

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

    r77 r282  
    11<?php  
     2/** 
     3*  Karamelo eLearning Platform 
     4*  Chipotle Software 2002-2008  
     5*  GPLv3 manuel<arroba>mononeurona<punto>org 
     6**/  
     7 
    28class Comment extends AppModel 
    39{ 
    410  public $name = 'Comment'; 
    511   
    6     public $belongsTo = array('User' => 
     12  public $belongsTo = array('User' => 
    713                           array('className'  => 'User', 
    814                                 'conditions' => '',