コード例 #1
0
ファイル: index.php プロジェクト: dab1993/myeshop
<?php

require '../framework/framework.class.php';
Framework::run(array('platform' => 'admin', 'controller' => 'admin'));
コード例 #2
0
ファイル: index.php プロジェクト: holyCoco/phpdemo
<?php

require './framework/Framework.class.php';
Framework::run();
コード例 #3
0
ファイル: index.php プロジェクト: dab1993/myeshop
<?php

require './framework/Framework.class.php';
Framework::run(array('platform' => "Front", 'controller' => 'front'));