handlebars.php/src/Handlebars
ulriklystbaek 122a8a9d7b Update Context.php
Should return null instead of an empty string when context is not found. Handlebars.js returns undefined, which makes it possible to distict an empty string and not existing. (should not affect existing use, because null is handeled the same way as empty string)
2014-08-28 10:10:05 +02:00
..
Cache Another cleanup 2013-11-08 18:48:19 +03:30
Helper Adding author data 2014-07-02 19:08:39 +02:00
Loader Added missing copyright notices. fixes #57 2014-03-17 00:58:50 +03:30
Autoloader.php Added missing copyright notices. fixes #57 2014-03-17 00:58:50 +03:30
BaseString.php Add \Handlebars\SafeString class 2014-02-03 08:50:01 +00:00
Cache.php final touch on fixing missing copyright notices 2014-03-17 13:44:21 +03:30
Context.php Update Context.php 2014-08-28 10:10:05 +02:00
Handlebars.php final touch on fixing missing copyright notices 2014-03-17 13:44:21 +03:30
Helper.php Added helper interface and converted all built in helpers 2014-03-26 21:59:57 -04:00
Helpers.php Support whitespace deletion 2014-07-04 03:36:14 +04:30
Loader.php Added missing copyright notices. fixes #57 2014-03-17 00:58:50 +03:30
Parser.php fix #71 2014-07-11 21:05:26 +04:30
SafeString.php Add \Handlebars\SafeString class 2014-02-03 08:50:01 +00:00
String.php Add \Handlebars\SafeString class 2014-02-03 08:50:01 +00:00
Template.php Add named arguments parser 2014-08-19 11:21:20 +00:00
Tokenizer.php make sure that buffer is always a string 2014-08-20 13:08:33 +04:30