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