예제 #1
0
 /**
  * 搜索消息数量
  * 
  * @param int $from_uid
  * @return int 
  */
 public function countMessage(WindidMessageSo $vo)
 {
     return $this->_getDao()->countMessage($vo->getData());
 }