XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

add InlineLoader Class (import from Mustache PHP) #104

Closed mai7star closed 9 years ago

mai7star commented 9 years ago

I import InlineLoader class from Mustache PHP.

fzerorubigd commented 9 years ago

thank you, but please provide some test for this.

mai7star commented 9 years ago

I wrote a test. (see tests/Xamin/HandlebarsTest.php)

fzerorubigd commented 9 years ago

@JustBlackBird COMPILER_HALT_OFFSET is available only in the file that the __halt_compiler is available http://php.net/manual/en/function.halt-compiler.php

mai7star commented 9 years ago

thank you.

fzerorubigd commented 9 years ago

@mai7star you are welcome.