Kallef Alexandre

Results 119 comments of Kallef Alexandre

Yes, this is a good idea, for the time being loader.php to search for extension files before the core file, I did an ExtensionManager to manage all this, including work...

To do a mapping of the files the first time and to save it in cache. Leaving this work to the developer gets very tiring and makes maintenance difficult.

https://github.com/copona/copona/pull/147 https://github.com/copona/copona/pull/151 https://github.com/copona/copona/pull/152

Wow, Daniel must be lonely, sad and friendless 😞

It's never too late to use new technologies 😄 Currently I'm redoing this part of template parser to support twig, but I had to also move in places that search...

Only works with functions? I particularly do not like it much, but there are some very complete and interesting event libraries. If it was to trade something for the Opencart...

I started using `illuminate/container` instead of the opencart registry, and it already has event support. But implementing `illuminate/container` in copona requires a very big change, and I was doing it...

it seems that it is already activated, we need to fix it in places that have problem, or say that Copona does not support this version of mysql. Shared servers...

@lucasjkr yes, adding the DATE function solved the problem, thanks

In fact I think it is more lack of organization on the part of Opencart. I believe that the php used in js could be done by other ways, as...