Note: Latest release and documentation are available from extension GitHub page.
Quicky view renderer
This extension allows you to use Quicky templates in Yii.
protected/extensions.protected/vendors/Quicky.'viewRenderer'=>array( 'class'=>'ext.yiiext.renderers.quicky.EQuickyViewRenderer', 'fileExtension' => '.tpl', //'pluginsDir' => 'application.quickyPlugins', //'configDir' => 'application.quickyConfig', ),
Total 1 comment
вместо {this->pageTitle} надо писать:{$this->pageTitle}
Leave a comment
Please login to leave your comment.