1 2 3 4 5 6 7
<?php include('../../framework/prado.php'); $app = new TApplication("classes"); $app->run(); ?>