summaryrefslogtreecommitdiff
path: root/framework/prado.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/prado.php')
-rw-r--r--framework/prado.php6
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/