Welcome Guest, Not a member yet? Register   Sign In
Sub sub-folders not working in controllers
#14

[eluser]adamp1[/eluser]
How is this a maintenance nightmare? I would have thought real life directory's would have a better naming convention. It seems mad not to use folders since folders are only for us humans, the computer doesn't need them.
Code:
/admin
    /server
      logs.php
      settings.php
      stats.php
    /users
      search.php
      manage.php

Or would this be better?

Code:
/admin
    logs.php
    settings.php
    stats.php
    search.php
    manage.php

I don't know about some people but the first puts each controller in its related folder, while the second is a total mess. What's the stats.php controller for? Users or the server (Well I can't tell straight away).

Yes I could put a prefix before each but that makes the file names and url more messy.

EDIT:
Really all that is needed is one extra level of sub folders. So max 2 deep, that would then let us to achive everything.


Messages In This Thread
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 10:20 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 10:23 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 10:29 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 10:34 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 10:41 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 10:54 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 10:58 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 11:09 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 11:36 AM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 01:20 PM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 01:32 PM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 01:43 PM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 02:00 PM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 02:07 PM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 02:17 PM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 02:21 PM
Sub sub-folders not working in controllers - by El Forum - 01-22-2008, 02:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB