To register a helper for your module, you can add the following snippet inside the global tag of your config.xml:
<helpers>
<sheldon_misc>
<class>Sheldon_Misc_Helper</class>
</sheldon_misc>
</helpers>
To register a helper for your module, you can add the following snippet inside the global tag of your config.xml:
<helpers>
<sheldon_misc>
<class>Sheldon_Misc_Helper</class>
</sheldon_misc>
</helpers>