This whole class Mage_Core_Controller_Varien_Exception has only one reference in the core, see search result.

public function completeAction() { $orderId = $this->getRequest()->getParam('order_id', false); $info['order_id'] = 0; if ($orderId) { $order = Mage...

OpenMage

Running Unit Test in DDEV There are 3 ways to run a unit test with composer: 1. Basic Composer PHPUnit...

github.com

Mechanism: cache in model First, save the cache // app\code\core\Mage\Core\Model\App.php Mage_Core_Model_App /**

OpenMage

A sample of different options to add field in Mage_Adminhtml_Block_Widget_Form Ref Varien_Data_Form_Element_Abstract...

public function visibleProductsAction() { $this->getResponse()->setBody( $this->getLayout()->createBlock('module/adminhtml_block_type')->toHtml() ); } Generic Block: $block = $this->getLayout()->createBlock('adminhtml/template') ->setTemplate...

OpenMage

Generate the URL: /** * For file and image field, get the file URL * * @see Mage_Customer_Model_Attribute_Data_File * @return...

OpenMage
inchoo.net

<?php echo $this->getMessagesBlock()->getGroupedHtml() ?> // same as <?php echo $this->getMessagesBlock()->toHtml() ?> In Controller $this->_initLayoutMessages('customer/session');

Best results in other decks

Remember that your controller actions share the same method space with private methods defined in ActionController::Base. If your controller...

Rails has always included a scaffold script that generates a default controller implementation for you. Unfortunately that generated controller is...

Search in all decks