Pascal Querner
Pascal Querner
All my caches are `enabled`. But even if they are `disabled` it works. :D
You may give examples in the function doc: ``` /** * Explaining what the call does * * @param body * @example body { * "foo": "bar" * } */...
Anything you do in Magento is UTC by default. \Mage_Core_Model_App::_initEnvironment
But you meantioned you did a `SELECT NOW()` - which is outside of Magento. So it will most likely tell you your OS timezone. Or whatever you did tell MySQL...
Anyone checked what happens when you load customers via collection?
No. I'm currently loaded with other projects. Its best if the feature is disabled for now. (Its in a helper, and can be early returned) I am thinking that I...
What do you think about Reflectionclass? I found its the quickest and easiest way. And once the cache is warm, this shouldnt be an issue anymore. (Because Reflectionclass can be...
WIP: https://github.com/pquerner/magento-lts/commit/6da31284621595880bad0d1baf2dec4e892cdcf0
Nice! Do you have plans for Linux support as well?
Can you confirm magicento works on the latest phpstorm releases? Because of this issue I held back on updating (both tools).