yiiext / quicky-renderer

This extension allows you to use Quicky templates in Yii.

Home Page:http://www.yiiframework.com/extension/quicky-view-renderer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quicky view renderer

This extension allows you to use Quicky templates in Yii.

###Resources

###Requirements

  • Yii 1.0 or above

###Installation

  • Extract the release file under protected/extensions.
  • Download and extract Quicky under protected/vendors/Quicky.
  • Add the following to your config file 'components' section:
[php]
'viewRenderer'=>array(
  'class'=>'ext.yiiext.renderers.quicky.EQuickyViewRenderer',
    'fileExtension' => '.tpl',
    //'pluginsDir' => 'application.quickyPlugins',
    //'configDir' => 'application.quickyConfig',
),

###Usage

  • Quicky syntax is pretty much like Smarty one.
  • Current controller properties are accessible via {$this->pageTitle}.
  • Yii properties are available as follows: {$Yii->theme->baseUrl}.
  • Used memory is stored in {$MEMORY}, used time is in {$TIME}.

About

This extension allows you to use Quicky templates in Yii.

http://www.yiiframework.com/extension/quicky-view-renderer/


Languages

Language:PHP 100.0%