示例#1
0
文件: index.php 项目: dab1993/myeshop
<?php

require '../framework/framework.class.php';
Framework::run(array('platform' => 'admin', 'controller' => 'admin'));
示例#2
0
<?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'));