Sample File class PluginName extends Zend_Controller_Plugin_Abstract { public function routeStartup(Zend_Controller_Request_Abstract $request) { } public function routeShutdown(Zend_Controller_Request_Abstract $request) { } public function dispatchLoopStartup(Zend_Controller_Request_Abstract $request) { } public function preDispatch(Zend_Controller_Request_Abstract $request) { } public function postDispatch(Zend_Controller_Request_Abstract $request) { } public function dispatchLoopShutdown()
How to load youtube video url in jw player: 1) If you want to load the youtube video in the jw player then first go to the view file where you have put the jw player. 2) After go to
How to export sample csv in cakephp : 1) If you want to export any file in cakephp then put the following lines in your view file where you want to add this functionality. echo $this->Html->link(Export Sample Csv, array(‘controller’ =>’Test’,
Now days design implementation is going to new way. every designer make design cool and responsive. they work on html5 and css3. when we create design sometime design mishmash in different browser. so we can use this technique for different
Step 1 :- Open checkout.xml. Path :- app/design/frontend/base/default/checkout.xml Step 2 :- Put this code in checkout_cart_index tag. <checkout_cart_index> <remove name=”checkout.cart.shipping” /> </checkout_cart_index>