예제 #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'));