コード例 #1
0
ファイル: Framework.php プロジェクト: GUSCRAWFORD/MVC.PHP
 public static function Controller($name)
 {
     return Framework::Control($name);
 }