Tuesday, July 3, 2012

configuration of standard Yii application components in YII

Now, let's find out which standard Yii application components you can configure. There are two
application types bundled with Yii which are as follows:
1. Web application (CWebApplication)
2. Console application (CConsoleApplication)
Both are extended from CApplication, so both console and web applications are sharing its
components
You can get the component names from API pages (http://www.yiiframework.com/
doc/api/) and the source code of the registerCoreComponents application method,
but let's list them here so the list can be used as a reference.

No comments:

Post a Comment