Again. Controller in Sub-folders (new way?) |
[eluser]Ignacio[/eluser]
I'm testing this on 1.5.4 routes.php: Code: $route['default_controller'] = "main/main"; folders: Code: application/controllers/main/main.php views: Code: application/views/main/main.php application/controllers/privacy/privacy.php: Code: <?php Ok... there's all my code, and works fine using this: Code: site.com Yes! Great, works like I want... BUT! look again my routes file..., and imagine 500 pages on my site..., I can't write routes pages by pages, I need an automatic router. I use http://code.google.com/p/enginemvc/ for a while, but is very small, I need something like CI, but don't have the features like I want. I need some help with this issue. Thanks! |
Messages In This Thread |
Again. Controller in Sub-folders (new way?) - by El Forum - 01-02-2008, 09:29 PM
Again. Controller in Sub-folders (new way?) - by El Forum - 01-02-2008, 10:14 PM
Again. Controller in Sub-folders (new way?) - by El Forum - 01-02-2008, 10:29 PM
Again. Controller in Sub-folders (new way?) - by El Forum - 01-02-2008, 10:59 PM
Again. Controller in Sub-folders (new way?) - by El Forum - 01-02-2008, 11:03 PM
Again. Controller in Sub-folders (new way?) - by El Forum - 01-02-2008, 11:38 PM
Again. Controller in Sub-folders (new way?) - by El Forum - 01-02-2008, 11:40 PM
|