http://www.yiiframework.com/forum/index.php?/topic/9230-blocks-widget/
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example:
Yii::import('application.extensions.ExtName.ExtClass');
$object=new ExtClass;
Change Log ¶
May 12, 2010 ¶
- Initial release.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.