pine3ree
pine3ree
Hello Josh, In the pdo chapter pag 95/96 i would rather use: ``` php // settings.php return [ 'host' => '127.0.0.1', //.... ]; ``` and then set the variable including...
1. Provides a better solution than https://github.com/thephpleague/plates/pull/312 2. Allows developer to use the `e` and `escape` helper function names for custom functions with different signatures (classic escape functions can be...
A more elegant solution (now implemented in https://github.com/thephpleague/plates/pull/314) would be to define the `escape` and `e` helper functions in an extension registered by default. In this way it would be...
Suppose we have a User to Role m:m relationship via a cross-reference table `user_to_role`. It would be useful to be able to write: ```php $users = UserQuery::create()->with('Role')->find(); ``` and only...
Hello, is it possible to have the default size a little bigger? comparing with font-awesome icon-set all the md icons appear smaller. kind regards
Hello, maybe we should warn that settings field values are not automatically html-escaped as for the page fields with output-formatters
What about adding: leftJoin(...) rightJoin(...) innerJoin(...) outerJoin...() leftOuterJoin(...) rightOuterJoin(...) methods to Sql\Select?
Add case for new Pimple containerName in HomePageHandler
Add more info (about container and router) in a prettier-formatted json response, as done in html-response.