Tag Archive

ClayDB, Input Validation and Filtering

Published on May 14, 2009 By David Dyess II

I’ve been really busy with my career job lately, but I have managed to do a few things with Clay. ClayDB is coming along nicely; its intended to be used with PDO and currently supports the PDO_SQLite and PDO_MySQL extensions. ClayDB also has a wrapper class that allows you to use its simple query functions [...]

Regulating Global Population

Published on March 8, 2009 By David Dyess II

I know it sounds like I’m going to talk about how the world is getting over populated or something, but I’m not I began last night setting up a simple debug tool for Clay and ended up rewriting all of its $GLOBALS so the data is stored in a static variable instead. I hadn’t realized [...]