Hello, Within last several months, I wrote 2 layout loader script for module based applications. Yesterday, I eventually opened those at the same time and noticed one was sub-classed Zend_Controller_Action_Helper_Abstract and the other was sub-classed Zend_Controller_Plugin_Abstract. Both works well. I know I can directly use getRequest things with Action Helper and Plugin has some other advantages.
I wonder which one is best for specific module, controller or action based layout loader? Thanks in advance. ------ Enkhbilguun Erdenetsogt
