Revision #3 has been created by Ehsanjs on Jun 7, 2011, 2:58:43 AM with the memo:
how to
« previous (#2) next (#4) »
Changes
Title
changed
UHow to use EzComponents in Yii
Category
changed
TutorialHow-tos
Yii version
unchanged
Tags
unchanged
yii, ezcomponent, integrate, registerAutoloader, YiiBase
Content
unchanged
[...]
require_once dirname(__FILE__) . 'path/to/ezcomponents/Base/src/base.php';
Yii::registerAutoloader(array('ezcBase', 'autoload'));
Yii::createWebApplication($config)->run();
?>
```