Lukas Kahwe Smith

Results 397 comments of Lukas Kahwe Smith

the big issue in MySQL is that they do FK checks after every statement rather than at the end of the transaction. so yeah most other RDBMS support so called...

can you elaborate a bit more on how this is supposed to work?

actually the mappers do not really have to run in the context of the DynamicRouter .. they could just as well run after. then again they would then also run...

@Crell the job of the Routing system is to 1) match a route and then 2) add attribute values to the Request instance, so that the controller resolver can do...

no .. and so its likely also not so important.

i think it would be good to keep it open .. but improve the description.

you can also require `jackalope/jackalope` which provides `phpcr/phpcr-implementation` and in turn requires `jackalope/jackalope-transport` which the DBAL and jackrabbit transports implement

well it makes sense if they have bound themselves to Jackalope specific things .. like the shell scripts we ship with our transports.