Re: Building an admininstration area

2007-04-12 Thread digital spaghetti
You may be trying to over-complicate it. My solution was to create a HomeController, with method admin_index, then in the routes file I added a route for admin/ that pointed to the controller home and method admin_index. At the moment, mine is still pretty Web1.0 but I intend to use a Ajax inter

Building an admininstration area

2007-04-12 Thread RLR
I would like to create an administration area in my application where an admin user can edit the preferences, administrate users and groups, edit access controls and so forth. The settings are stored in the database and I have baked controllers and models for each of the db tables. Due to the fa