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 [...]
Posts tagged PHP
Simple MasterPages with PHP
If you are an ASP.Net developer used to working with MasterPages (or any equivalant on another framework), you may be looking for an equivalant while working with php. I was looking to do something like that with my homepage (hoolihan.net). This is a very simple site, where a full framework would have been overkill. Here’s [...]
