コード例 #1
0
ファイル: test.php プロジェクト: im286er/LuckyPHP
 protected function cookie()
 {
     Cookie::set('hello', 'world');
     echo Cookie::get('hello');
 }
コード例 #2
0
ファイル: test.php プロジェクト: jasonshaw/LuckyPHP
 public function cookie()
 {
     Cookie::set('hello', 'world');
     echo Cookie::get('hello');
 }