Peter Spiller

Tuesday
16 Jun


No Comments

Custom controllers

Here are a few notes on creating your own controllers and actions in Magento modules. This example shows how to create a controller called 'subscriber' for a module called 'MailingList'.

Friday
29 May


1 Comment

Drop-down admin config arrays

I recently needed to create custom 'arrays' within Magento's admin panel to support drop-down lists rather than just text fields. This can be a much more convenient means of configuring more complicated backend settings.