| Article: |
Building a PHP Front Controller | |
| Subject: | Not really seeing the point... | |
| Date: | 2004-07-11 15:00:02 | |
| From: | ionrock | |
|
I am not sure I totally understand the use here. I have made sites using a index page that accepts all the requests but I always find myself feeling as though there are just too many includes and it gets out of control very quickly as options are created. Is this method a solution for this kind of thing?
|
||
Showing messages 1 through 1 of 1.
-
Not really seeing the point...
2004-07-13 09:02:58 Q Ethan McCallum |
[View]



Thanks for the nod.
As for your situation with "too many includes": you don't say what those includes are, or where they're being made. Any time you can factor out common actions -- such as including the same content in several places -- then it's likely using a front controller would help.