I built my own helper for converting dates, because I need to deal with german day names, and now I need the same helper in controllers, models and views. I like the concept of helpers, components etc, but how do I organize this "helper" so I don't need to repeat myself by creating a DateFormatHelper, a DateFormatComponent and a DateFormatBehaviour?
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
