Changeset 282 for trunk/app/models/comment.php
- Timestamp:
- 02/25/08 17:33:39 (11 months ago)
- Files:
-
- 1 modified
-
trunk/app/models/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/models/comment.php
r77 r282 1 1 <?php 2 /** 3 * Karamelo eLearning Platform 4 * Chipotle Software 2002-2008 5 * GPLv3 manuel<arroba>mononeurona<punto>org 6 **/ 7 2 8 class Comment extends AppModel 3 9 { 4 10 public $name = 'Comment'; 5 11 6 public $belongsTo = array('User' =>12 public $belongsTo = array('User' => 7 13 array('className' => 'User', 8 14 'conditions' => '',
