XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Added helper interface and converted all built in helpers #60

Closed jeffturcotte closed 10 years ago

jeffturcotte commented 10 years ago

This enhancement is backwards compatible, i.e. Helpers can still be added as closures.

I did not add tests as the current tests seem to cover all the functionality, but let me know if you see a need for new ones and I'll get them in there.

Thanks for maintaining this awesome lib!

everplays commented 10 years ago

thanks @jeffturcotte, this PR made built-in helpers much cleaner.