I\'m pretty new to php and i\'m trying to decide the best way to organize the pages and, using PHP, deliver them. The two (basic) ideas I\'ve had are:
A bunch o
Why going only half way the right direction? Use one of existing MVC frameworks. They are powerful tools that structure the code probably much better than any custom solution. Go for MVC, learn how to separate business logic from presentation logic and from data structure, increase your value on the job market as a potential employee, save your time and be happy.
You should probably start (but not limit yourself to) Kohana PHP as it has mild learning curve.