From 6845c00a3f752abecd9ef763848329bceaf63df4 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 31 Mar 2006 12:42:22 +0000 Subject: Reorganized folders under framework. This may break existing applications. --- framework/prado.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'framework/prado.php') diff --git a/framework/prado.php b/framework/prado.php index 59268105..d55898b4 100644 --- a/framework/prado.php +++ b/framework/prado.php @@ -4,8 +4,10 @@ * * This file is intended to be included in the entry script of Prado applications. * It defines Prado class by extending PradoBase, a static class providing globally - * available functionalities to Prado applications. It also sets PHP error and - * exception handler functions, and provides a __autoload function which automatically + * available functionalities that enable PRADO component model and error handling mechanism. + * + * By including this file, the PHP error and exception handlers are set as + * PRADO handlers, and an __autoload function is provided that automatiically * loads a class file if the class is not defined. * * @author Qiang Xue @@ -17,9 +19,9 @@ */ /** - * Includes the Prado core header file + * Includes the PradoBase class file */ -require_once(dirname(__FILE__).'/core.php'); +require_once(dirname(__FILE__).'/PradoBase.php'); /** * Defines Prado class if not defined. -- cgit v1.2.3