1 2 3 4 5 6 7
<?php require_once(dirname(__FILE__).'/../../framework/prado.php'); $application=new TApplication; $application->run(); ?>