On 9/13/07, DGPhoebus <[EMAIL PROTECTED]> wrote: > > Thanks French. So by this method you would still have to build the > "Admin" functions into the front end of the site (only viewable to > admin users.) ? No separate admin area?
Correct. But I don't know why you call it the "front end of the site". I say why go through the trouble of creating a completely separate admin area with potentially two sets of code to maintain when you can just add those actions into your controller and then have access to anything that the rest of the controller can use. I've built lots of admin systems before, and in addition to being very tired of doing so I've started adding stuff to my applications that only shows up if you're an admin. No more standalone admin areas for me if I can help it. Hope that helps. -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
