Hear us Roar
Article:
 |
|
Building a PHP Front Controller
|
| Subject: |
|
Code doesn't work for me |
| Date: |
|
2005-10-07 12:46:52 |
| From: |
|
scottp3318
|
|
|
I don't know exactly what env others are using, but
this code didn't come close to working for me "out of the box".
Running php5 on Apache 1.3, on Windows XP, I had to:
-Change lots of var references that looked like: ${var} to this: {$var}.
-Remove the redirect on /index.site. This seems to do bad stuff for me.
Other than that, I quite like this article as a "low cost" basic MVC framework. I looked at Seagull and lots of other stuff, but they were
all too complicated.
|
|
| |