February, 2012
DB::DBAL
DB::DBAL has been moved to http://dbal.mikestowe.com. DB::DBAL is a lightweight Database Abstraction Layer that is designed to allow for multiple database types and connections simultaneously. DB::DBAL provides ease of use of use through query chaining, security via automatic where clause escaping, as well as code reusability through the ability to add universal events for table [...]
Basic SVN Commands
Here are some basic, but important SVN commands to know: Checkout a Repository Update local repository Commit all changes in local directory Commit specific changes Revert or Undo Your Changes List the last 5 revisions List the last 5 revisions for a specific file Show differences between repositories Show differences for a specific file Show [...]
Form Builder
To be perfectly honest, this is a class I built awhile ago (back in November of 2010), so going from memory here. But basically, Form Builder allows you to setup a databased/ emailed form quickly and easily, in just a few lines of code. For example, to build and process a form that contains 8 [...]