Tag: PHP
-
More on Using Masterpages (Layouts) Patterns in Languages Like PHP
In a prior post, I wrote about using php to implement a simple version of layouts, or what are called masterpages in ASP.Net. In it I mentioned that you could go directly to the content part for ajax purposes. I want to show how to support that in a language like php when not using […]
-
Simple MasterPages with PHP
How to do a straight forward version of ASP.Net masterpage template in PHP. No framework required.