Welcome Guest, Not a member yet? Register   Sign In
Organizing the Site!
#2

[eluser]Pascal Kriete[/eluser]
Quite a read, I hope I can cover most of it Smile .

First off welcome to CI. You seem to have done a terrific amount of homework.

You can create subfolders for your controllers. Realize, however that this will add another segment to your url, and you're limited to a depth of one. In the same way you can create subfolders in the views folder. For views, you then have to pass in the folder/viewname (these can be nested as deep as you like) . I have actually never tried it with models, but I assume it's possible.

For a very large site you might want to consider one of the community modular extensions, such as Matchbox or HMVC (should both be on the first page of the ignited code section).

One change I personally make every time, is change the router to allow me to omit the directory if the directory and controller name are the same. I can fork over that code if you're interested Wink .

To simulate the backend, I put an admin controller into each folder where I will need one.

My views folders have the same names as the controller folders, with an admin subfolder where needed. I also always have a folder for 'global' view elements.

And just to illustrate:
[pre]
controllers (f)
images (f)
images.php ©
upload.php ©
admin.php ©
views (f)
images (f)
someview (v)
admin (f)
someadminview (v)
[/pre]


Messages In This Thread
Organizing the Site! - by El Forum - 05-17-2008, 12:06 PM
Organizing the Site! - by El Forum - 05-17-2008, 12:50 PM
Organizing the Site! - by El Forum - 05-17-2008, 04:37 PM
Organizing the Site! - by El Forum - 05-17-2008, 05:01 PM
Organizing the Site! - by El Forum - 05-17-2008, 05:10 PM
Organizing the Site! - by El Forum - 05-17-2008, 06:33 PM
Organizing the Site! - by El Forum - 05-17-2008, 07:17 PM
Organizing the Site! - by El Forum - 05-17-2008, 08:18 PM
Organizing the Site! - by El Forum - 05-17-2008, 08:38 PM
Organizing the Site! - by El Forum - 05-17-2008, 08:40 PM
Organizing the Site! - by El Forum - 05-17-2008, 09:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB