예제 #1
0
파일: test.php 프로젝트: shareany/luckyphp
 protected function upload()
 {
     Input::file('file', 'static/upload/');
 }
예제 #2
0
파일: test.php 프로젝트: im286er/LuckyPHP
 protected function input()
 {
     echo Input::get('hello', 'default');
 }
예제 #3
0
파일: test.php 프로젝트: jasonshaw/LuckyPHP
 public function input()
 {
     echo Input::get('hello', 'default');
 }