pine3ree
pine3ree
It should not, The philosophy behind Plates is to be 100% native PHP without further parsing. Kind regards.
A note/reminder for https://github.com/thephpleague/plates/pull/314/commits/e418761cc8033d7afdd4beda6e1f332a3ee4d0d5 Maybe throwing a logic exception would be better if the `$template` property is not assigned. Template functions are meant to be called inside templates anyway.
Hello @outflux3. In my case I have very few and simple requirements, so I added a limited output-formatting capability. I simply map the setting input field type to an output...
@hschletz @weierophinney I began writing a longer comment in the wrong repo... :-), then I found somebody else asked the same question. I have always been inclined to use *nix...
@froschdesign I think that having those join-related proxy methods would make the code (just a little) more fluent and clear: the name of the method appears first so there is...
@kynx II like the idea that you have exposed in https://github.com/zendframework/zend-form/issues/32. i.e having a separate package for the view helpers dependent on zend-form and zend-view. kind regards
Hello @nepster-web, I believe I have found the cause of this issue in in the https://github.com/zendframework/zend-expressive-session-ext persistence package. I'll try to spare some time to add a test case and...
Hello again @nepster-web, @froschdesign I can fix this behaviour (added tests and fix locally in my pc) but this may involve side effects. Calling `$lazySession->regenerate()` or `$session = $session->regenerate()` does...
Hello @Moln, I believe this was done intentionally in order to have the same (array/hashmap) representation among all adapters/backends (see https://www.php.net/manual/en/book.memcache.php#115666 for instance memcache/memcached incompatibility when storing the same object)....
Hello @Ocramius @xtreamwayz, I added a test case for the home-page response content (writing it made me also aware of another skipped case, namely the auryn wrapper). I have an...