Hello
In Magento 1 there is a static method to create classes. For example
Mage::getModel('core/layout') is actually new Mage_Core_Model_Layout()
Your plugin does not autocomplete magento classes yet, but do you think it is possible to make autocompletion to work with Magento's getModel calls?
Thank you
Hello
In Magento 1 there is a static method to create classes. For example
Your plugin does not autocomplete magento classes yet, but do you think it is possible to make autocompletion to work with Magento's getModel calls?
Thank you