![]() |
New web app with frontend and backend - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: New web app with frontend and backend (/showthread.php?tid=39263) |
New web app with frontend and backend - El Forum - 03-06-2011 [eluser]vishok[/eluser] I'd like to have the best directory structure for a web application with backend and frontend. i'd like to built it on codeigniter 2.0. I'd like to have the core of codeigniter out of all. Something like this : codeigniter - core - libraries - database - font - helper - language mywebapp - backend - controller - modules - views - theme - frontend - controller - modules - views - theme I have to do it with package but i don't understand how. Someone could help me! Thanks New web app with frontend and backend - El Forum - 03-06-2011 [eluser]InsiteFX[/eluser] The way you are describing this you should look into HMVC in the WIKI and use modules. InsiteFX New web app with frontend and backend - El Forum - 06-13-2012 [eluser]florin[/eluser] Look here http://philsturgeon.co.uk/blog/2009/07/Create-an-Admin-panel-with-CodeIgniter |