I have a cakephp2 app and the controllers are getting really big. Is there a best practice for breaking out bits of code into other functions that are not supposed to be actions?
*Sorry it has been a looong time since I did this with cakephp1.0 and back then I think I called them _functionname, which seems wrong these days.*