XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Return 'Array' when referencing an array as a string #96

Closed DavidCramer closed 9 years ago

DavidCramer commented 9 years ago

Squashed version of #95 with added test When using {{value}} on an array, It bombs out with an error. This is to simply return the string 'Array' similar to how PHP does it (without the error) or how javascript does [Object object]

fzerorubigd commented 9 years ago

Thankyou!

DavidCramer commented 9 years ago

You're very welcome.