コード例 #1
0
ファイル: CheckController.php プロジェクト: nsams/aviashelf
 protected function _getWhere()
 {
     $ret = parent::_getWhere();
     $ret['id = ?'] = $this->_getParam('id');
     return $ret;
 }