/**
  * 清空资源数据
  * 
  * @return integer
  */
 public function truncate()
 {
     return $this->_resourceDAO->truncate();
 }