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