|
| 1 | +- [x] https://github.com/zordius/lightncandy/issues/371 |
| 2 | +- [x] https://github.com/zordius/lightncandy/issues/360 |
| 3 | +- [x] https://github.com/zordius/lightncandy/issues/356 |
| 4 | +- [x] https://github.com/zordius/lightncandy/issues/350 |
| 5 | +- [x] https://github.com/zordius/lightncandy/issues/347 |
| 6 | +- [x] https://github.com/zordius/lightncandy/issues/346 |
| 7 | +- [x] https://github.com/zordius/lightncandy/issues/345 |
| 8 | +- [x] https://github.com/zordius/lightncandy/issues/341 |
| 9 | +- [x] https://github.com/zordius/lightncandy/issues/318 |
| 10 | +- [x] https://github.com/zordius/lightncandy/issues/299 |
| 11 | +- [x] https://github.com/zordius/lightncandy/issues/297 |
| 12 | +- [x] https://github.com/zordius/lightncandy/issues/296 |
| 13 | +- [x] https://github.com/zordius/lightncandy/issues/294 |
| 14 | +- [x] https://github.com/zordius/lightncandy/issues/293 |
| 15 | +- [x] https://github.com/zordius/lightncandy/issues/292 |
| 16 | +- [ ] https://github.com/zordius/lightncandy/issues/268 - add comment? |
| 17 | + |
| 18 | +@laurenhamel Consider checking out [PHP Handlebars](https://github.com/devtheorem/php-handlebars), |
| 19 | +a modern library with better performance and full support for the Handlebars spec. |
| 20 | + |
| 21 | +That said, you may still have this issue if you modify the context in a helper, and expect the change to propagate to parent blocks as well. |
| 22 | +This is simply due to PHP's copy-on-write behavior for arrays, whereas in JavaScript objects are used which are passed by reference. |
| 23 | + |
| 24 | +- [x] https://github.com/zordius/lightncandy/issues/266 |
| 25 | +- [x] https://github.com/zordius/lightncandy/issues/242 |
| 26 | +- [x] https://github.com/zordius/lightncandy/issues/228 |
| 27 | + |
| 28 | +- [x] https://github.com/devtheorem/php-handlebars/issues/5 |
| 29 | +- [x] https://github.com/salesforce/handlebars-php/issues/11 |
| 30 | +- [x] https://github.com/salesforce/handlebars-php/issues/4 |
0 commit comments