I've read these pages regarding this:
http://philsturgeon.co.uk/blog/2009/07/Create-an-Admin-panel-with-CodeIgniter
Separate Admin and Front in codeigniter (look at answer by Madmartigan)
their both good approaches but I'm not sure if that is what I'm looking for.
I want to separate the front-end from the back-end I was thinking of a layout like this: (view image) I am about to convert large web applications to CI and to keep everything as organized as possible i figured this folder layout would be the best approach but since im a newbie to CI would you consider this layout? I have attempted this layout already as a test and I would run into problems since the directory is named back-end or front-end so when I would type say:
http://example.com/backend/mycontroller/mymethod I would reach a 404 page.
