Welcome to Yii HamlPHP Parser Integration Extension
Yiihppie is an Yii extension that let's you use Haml in your views by integrating the amazing HamlPHP parser.
-
Download the extension
-
Extract it to your-app/protected/extensions/yiihppie
-
Add this to your
config/main.php
file'components'=>array( ... 'viewRenderer'=>array( 'class'=>'ext.yiihppie.Haml', 'fileExtension'=>'.haml' ), ... )
-
You are done! Go write some haml views! :)
(You'll have to save them with .haml extension)
Want fancy editor support? I use Aptana Studio 3