Exemple #1
0
 public function action_count_not_approved()
 {
     return Format::forge(Model_Student::find(count('id'), array('where' => array('course_id' => 0, 'year_level' => 0))))->to_json();
 }