Ever wanted to split off functionality to a base class other then AppController? This is what was needed to prevent typing the same code over and over again in a project of mine. The app controller is great and all, but it’s just one class and you might want some functionality in only a part of your controllers. So lets [...]
Oct 192009