Re: include(); Navigation
Posted: Mon Oct 27, 2008 8:32 pm
Thanks for all the replies! 
I'm still taking all your suggestions in and am currently trying to make it all fit in.
The MVC paradigm doest make the code more manageable. All I did was rename database tables move code from the monolithic index.php to places and files where they relate to in order for the whole thing to conform to MVC.
Now I'm more comfortable with the work I'm doing, still they should have given me access to mod_rewrite...
What I don't get is with all the books out there on PHP, they hardly mention structuring. If you follow the examples they put forth in their books you'll end up with what I had at the start of this thread... A mish-mash of 2 or more different types of code...
I'm still taking all your suggestions in and am currently trying to make it all fit in.
The MVC paradigm doest make the code more manageable. All I did was rename database tables move code from the monolithic index.php to places and files where they relate to in order for the whole thing to conform to MVC.
Now I'm more comfortable with the work I'm doing, still they should have given me access to mod_rewrite...
What I don't get is with all the books out there on PHP, they hardly mention structuring. If you follow the examples they put forth in their books you'll end up with what I had at the start of this thread... A mish-mash of 2 or more different types of code...