예제 #1
0
파일: Movie.php 프로젝트: MexFree/TotalPlay
 public function __construct($base_url = null)
 {
     parent::__construct($base_url);
     if (sizeof($_POST) < 1) {
         header("Location: /");
     }
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
 }