Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <helpers>
  2. <ajaxsddto>
  3. <class>Vendor_Ajaxsddto_Helper</class>
  4. </ajaxsddto>
  5. </helpers>
  6.  
  7. class Vendor_Ajaxsddto_Helper_Data extends Mage_Core_Helper_Abstract
  8. {
  9.  
  10. }
  11.  
  12. <global>
  13. <models>
  14. <ajax>
  15. <class>Etheme_Ajaxaddto_Model</class>
  16. <resourceModel>ajax_mysql4</resourceModel>
  17. </ajax>
  18. <ajax_mysql4>
  19. <class>Etheme_Ajaxaddto_Model_Mysql4</class>
  20. <entities>
  21. <ajax>
  22. <table>ajax</table>
  23. </ajax>
  24. </entities>
  25. </ajax_mysql4>
  26. </models>
  27. <resources>
  28. <ajax_setup>
  29. <setup>
  30. <module>Etheme_Ajaxaddto</module>
  31. </setup>
  32. <connection>
  33. <use>core_setup</use>
  34. </connection>
  35. </ajax_setup>
  36. <ajax_write>
  37. <connection>
  38. <use>core_write</use>
  39. </connection>
  40. </ajax_write>
  41. <ajax_read>
  42. <connection>
  43. <use>core_read</use>
  44. </connection>
  45. </ajax_read>
  46. </resources>
  47. <blocks>
  48. <ajax>
  49. <class>Etheme_Ajaxaddto_Block</class>
  50. </ajax>
  51. </blocks>
  52. <helpers>
  53. <ajaxaddto>
  54. <class>Etheme_Ajaxaddto_Helper</class>
  55. </ajaxaddto>
  56. </helpers>
  57. <events>
  58. <controller_action_postdispatch>
  59. <observers>
  60. <etheme_ajaxaddto_observer>
  61. <type>singleton</type>
  62. <class>Etheme_Ajaxaddto_Model_Observer</class>
  63. <method>getListproduct</method>
  64. </etheme_ajaxaddto_observer>
  65. </observers>
  66. </controller_action_postdispatch>
  67. </events>
  68. </global>
  69.  
  70. <helpers>
  71. <ajax>
  72. <class>Etheme_Ajaxaddto_Helper</class>
  73. </ajax>
  74. </helpers>
  75.  
  76. class Etheme_Ajaxaddto_Helper_Data extends Mage_Core_Helper_Abstract
  77. {
  78.  
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement