diff options
author | xue <> | 2005-11-17 15:28:20 +0000 |
---|---|---|
committer | xue <> | 2005-11-17 15:28:20 +0000 |
commit | aa2edcf52ee7438876d826283274bf7e271fad4a (patch) | |
tree | 0028051b95e14fb09f52b993122910d2ef7a2fe8 /framework/prado.php | |
parent | b4f41b167b62bb628d0809fc0e9438e11dce2bb5 (diff) |
Modified how errors are handled.
Diffstat (limited to 'framework/prado.php')
-rw-r--r-- | framework/prado.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/prado.php b/framework/prado.php index 1f0bd7a0..d4ecb8eb 100644 --- a/framework/prado.php +++ b/framework/prado.php @@ -2,7 +2,11 @@ /**
* Prado bootstrap file.
*
- * This file must be included first in order to run prado applications.
+ * 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
+ * loads a class file if the class is not defined.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
|