示例#1
0
 protected function _getWhere()
 {
     $ret = parent::_getWhere();
     $ret['id = ?'] = $this->_getParam('id');
     return $ret;
 }