Packages:
default
System
System.Caching
System.Collections
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveRecord.Scaffold
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.Commom.Sqlite
System.Data.Common
System.Data.Common.Mssql
System.Data.Common.Mysql
System.Data.Common.Oracle
System.Data.Common.Pgsql
System.Data.Common.Sqlite
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Configuration
System.Data.SqlMap.Statements
System.Exceptions
System.I18N
System.IO
System.Security
System.Util
System.Web
System.Web.Services
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Xml


Classes:
Keyword


Classes:

Prado
Defines Prado class if not defined.


Page Details:

Prado bootstrap file.

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 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 automatically loads a class file if the class is not defined.




Tags:

version:  $Id: prado.php 2541 2008-10-21 15:05:13Z qiang.xue $
license:  http://www.pradosoft.com/license/
copyright:  Copyright © 2005-2008 PradoSoft
link:  http://www.pradosoft.com/
author:  Qiang Xue <qiang.xue@gmail.com>


Includes:

require_once(dirname(__FILE__).'/TShellApplication.php') [line 57]
Includes TShellApplication class file

require_once(dirname(__FILE__).'/TApplication.php') [line 52]
Includes TApplication class file

require_once(dirname(__FILE__).'/PradoBase.php') [line 24]
Includes the PradoBase class file