追加ライブラリモデル関数Model::getBindParamOn this pageModel::getBindParam バインドパラメータを取得 説明 public array Model::getBindParam() 例 Controller$model = new Model(false, array('table' => 'cms_news'));$bindParams = $model->getBindParam();