In ASP.NET I can use MasterPages...these are templates on which I can base each page I create...so where normally you would have a frameset now the masterpage does all the work for me...
How can this be achieved in PHP?
.NET vs PHP
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Sounds like you could do the exact same thing using include() to pull different scripts into a template file 
You might also want to look at Smarty: http://smarty.php.net/
You might also want to look at Smarty: http://smarty.php.net/
Afaik php doesn't have a (standard) implementation for masterpage (.net) / tiles (java).
A very simple implementation: http://timvw.madoka.be/?p=431
A very simple implementation: http://timvw.madoka.be/?p=431
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US