예제 #1
0
 function count()
 {
     $args = func_get_args();
     $this->prepare_for_find_or_count('count', $args);
     parent::count($args);
 }