
This page contains a small collection of PHP scripts that I've written over the years of using PHP.
Many are objects and functions, but some are also snippets with techniques.
Global Include Trick
As the major part in my PHP Application Architecture, this trick allows you to include a global file at the top of your scripts. It has the benefit of not...
|
Validate.PHP for Smarty
Even though there are a few plugins available for Smarty to deal with form validation, I decided to write my own. I tried to do the best I could to make...
|
XSLT Block Function for Smarty
I wrote this block function for a client's site. They wanted to have Slashdot headlines on the site using Slashdot's XML stream. The block function accepts...
|
|
|
|