Newbie: Folder Structure - is this possible ? (boolean answer may sufice) :-) |
[eluser]MEM[/eluser]
Quite often, I follow the lead of gurus, and I lost myself in the code. ![]() You are right of course, maybe is just to complicated to throw examples on it, just like that. When the time will come, and I will have the need to extend the controller, I will do it. For now: I have used this simple approach here: http://ellislab.com/forums/viewthread/119820/#595017 The main difficulties where raised by the fact that I wanted to have a private folder with application and system folders inside AND, on the public side, a folder with router, assets, and views. I have solved that by 1) using the simple approach above 2) and changed the directory structure to a far more simple one: that of maintaining the view inside the application folder. Like this: /private /application /views /system /public /assets index.php The main difficulties for CI newbies, more then code, is the habitus of this new MVC way of doing things. But we will get there. ![]() Regards and thanks for your reply, Márcio |
Welcome Guest, Not a member yet? Register Sign In |