Exemplo n.º 1
0
<?php

require '../framework/framework.class.php';
Framework::run(array('platform' => 'admin', 'controller' => 'admin'));
Exemplo n.º 2
0
<?php

require './framework/Framework.class.php';
Framework::run();
Exemplo n.º 3
0
<?php

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