zak-wojtek77
zak-wojtek77
I cannot install Phalcon-5.0.0alpha7. I have any error during compilation. Second in my company I would like install only more stable Phalcon like 4.1.2. The best option for me would...
This code does not work: ```php $manager = $this->getDi()->get('modelsManager'); if ($manager instanceof \Phalcon\Mvc\Model\Manager) { $manager->clearReusableObjects(); } // here still use cache $products = $model->getRelated('invoicesProducts'); ``` And in this code is...
I use 4.0.6 version of Phalcon. > Not strange. If you pass arguments to getRelated and the arguments have not been executed yet, then there is no cache. If you...
I have installed Phalcon 5.1.1 and this problem still exists.
Thank you for info.
I have installed Phalcon 5.1.2 and now is OK.