예제 #1
0
파일: Controller.php 프로젝트: nllx/mvc
 public function __construct()
 {
     self::$render = new View();
 }