예제 #1
0
파일: Controller.php 프로젝트: piiskop/pstk
 public static function start()
 {
     require_once dirname(__FILE__) . '/PupilView.php';
     $name = Controller::test_input($_GET["name"]);
     PupilView::buildView(array("name" => $name));
 }