I am new to PHP. How can I create a base (like an asp.net masterpage) and have all other pages inherit from the base page or designate that I want pages to inherit from a certain base page, so I don't have to recreate things like headers, navigation, footers, etc...
Is it just more or do ASP.NET Masterpages seem to slow things down and add unnecessary clutter?