Yii's extension for Haml template system, using MtHaml library.
-
Code must be in this folder 'protected/extensions/yii-mthaml/'
-
Since I'm using git submodules, you need to init them:
cd protected/extensions/yii-mthaml git submodule init git submodule update
-
Add this to your 'config/main.php' file:
'components'=>array( ... 'viewRenderer'=>array( 'class' => 'ext.yii-mthaml.CMtHamlViewRenderer', ), ...
-
Haml templates must have '.haml' extension