예제 #1
0
 /**
  * Get the number of rows in the table
  *
  * @param array $options
  *
  * @return int
  */
 public function getCountRowsTable($options = NULL)
 {
     return Default_Model_DbTable_User::GetUsersCount($this->db, $options);
 }