How to build an admin section in ColdFusion on Wheels
Tuesday, November 23rd, 2010Every now and then, someone asks how to build an admin section into their ColdFusion on Wheels application. If they want for it to be in an admin folder, does that mean that you can only have an admin controller that stores everything needed?
Fortunately, one approach allows for you to split your admin section up into as many controllers as you need using inheritance and a feature called routes. Let’s discuss how.


