コード例 #1
0
ファイル: Controller.php プロジェクト: nllx/mvc
 public function __construct()
 {
     self::$render = new View();
 }