コード例 #1
0
ファイル: Request.php プロジェクト: suricate-php/framework
 public function flashData($name, $value)
 {
     Flash::write('data', array($name => $value));
     return $this;
 }