btwael / mammouth

Unfancy PHP
http://mammouth.boutglay.com
MIT License
214 stars 22 forks source link

Embedding raw PHP code #16

Closed CezaryDanielNowak closed 10 years ago

CezaryDanielNowak commented 10 years ago

Hey again, sorry for my issue storm but I really hope Mammouth will be great tool :)

There are a lot of functions uninplemented and it would be cool if mammouth would have option to insert raw PHP code (similar feature is implemented in CoffeeScript: coffeescript.org#embedded )

btwael commented 10 years ago

use syntax like in http://mammouth.wamalaka.com/#try:{{%0Am%20%3D%20%60%60function%28%24name%29%20{%0A%20%20%20%20echo%20%24name%3B%0A}%60%60%0A}}