PHP Template Class
With PHP template class you can completely separate your PHP code from your HTML without sacrificing performance or dealing with dozens of additional files to do so. Features: * Easy to install * Lightweight single file (8kb) * PHP 5 OOP makes it easy to extend * Caches compiled templates until they’re modified * Supports if, elseif, else, and include from within template * Supports looped data within template