Skip to content

theblacksmith/Yiihppie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yiihppie!

Welcome to Yii HamlPHP Parser Integration Extension

It's simple...

Yiihppie is an Yii extension that let's you use Haml in your views by integrating the amazing HamlPHP parser.

How to install

  1. Download the extension

  2. Extract it to your-app/protected/extensions/yiihppie

  3. Add this to your config/main.php file

     'components'=>array(
     	...
     	'viewRenderer'=>array(
     		'class'=>'ext.yiihppie.Haml',
     		'fileExtension'=>'.haml'
     	),
     	...
     )
    
  4. 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

About

Yii HamlPHP Parser Integration Extension!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages