public function getRows($where = null, $order = null, $limit = null, $start = null)
 {
     $this->called['getRows']++;
     return parent::getRows($where, $order, $limit, $start);
 }