Changeset 569 for trunk/app/models

Show
Ignore:
Timestamp:
05/27/08 18:18:53 (6 months ago)
Author:
aarkerio
Message:

Update record student

Files:
1 modified

Legend:

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

    r535 r569  
    3434                            );    
    3535     
    36    public $validate = array( 
     36 public $validate = array( 
    3737      'user_id' => VALID_NOT_EMPTY, 
    3838      'title' => VALID_NOT_EMPTY 
    3939   ); 
     40 
     41 public function getTest($user_id, $test_id) 
     42 { 
     43   $conditions = array(); 
     44   $data = $this->findAll(); 
     45   die(debug($data)); 
     46 } 
    4047/* 
    4148public $validate = array(