Tagged Questions
0
votes
2answers
87 views
How to keep relative filepaths intact, even though I'm bootstrapping
I'm trying to include a premade messageboard, Phorum, into one of my Zend projects. Phorum is a relatively large and intricate web of PHP includes. My website already has a signup, so I'm trying to ...
-1
votes
1answer
164 views
Running a premade bulletin board through my Front Controller in Zend
I tried to ask this once, but I think that my former question was too unclear for you guys to answer, so I'll try again
I'm making a website using the Zend Framework, and am trying to include the ...