public function countusers() { $select = $this->select(); $select->from($this->_name,'COUNT(*) AS num'); return $this->fetchRow($select)->num; }