Gears

A PHP class that loads template files, binds variables to a single file or globally without the need for custom placeholders/variables, allows for parent-child hierarchy and parses the template structure.

Entries for PHP

It's now time for some PHP that isn't Cake related. This is the first part in a series of "Basic/Common PHP functions that all programmers should know". This series has to deal with manipulating strings. I try to make my functions short, sweet and powerful, and I hope you learn something from them. Has functions for truncate(), shorten(), obfuscate(), slugify() and listing(). Continue reading...
Ive started on a journey, to learn both CakePHP and Symfony along side each other. Both powerful PHP frameworks... lets see which one I like better. Continue reading...