Show
Ignore:
Timestamp:
05/01/08 23:19:28 (8 months ago)
Author:
aarkerio
Message:

Add new tables for students result

Files:
1 modified

Legend:

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

    r388 r444  
    1616                                           'order'      => 'id ASC', 
    1717                                           'fields'     => null 
    18                                            )); 
     18                                           ), 
     19            'Participation' =>  
     20                                     array('className'  => 'Participation',  
     21                                           'foreignkey' => 'forum_id', 
     22                                           'conditions' =>  null, 
     23                                           'order'      => 'id ASC', 
     24                                           'fields'     => null 
     25                                           ) 
     26                     ); 
     27 
    1928public $belongsTo = array('Catforum' =>  
    2029                                     array('className' => 'Catforum',