コード例 #1
0
ファイル: model.php プロジェクト: TdroL/kohana-jelly-torn
 public function save($key = NULL)
 {
     parent::save($key);
     $seed = Arr::get($_POST, '__SEED__') and Session::instance()->delete($seed);
     return $this;
 }