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