Skip to content

Instantly share code, notes, and snippets.

View ericclemmons's full-sized avatar
🏠
Working from home

Eric Clemmons ericclemmons

🏠
Working from home
View GitHub Profile
@ericclemmons
ericclemmons / My_Db_Table.php
Created June 15, 2009 20:35
Add "findBy" magic method to Zend_Db_Table objects
<?php
/**
* My_Db_Table
*
* Adds "findBy" magic method to Zend_Db_Table objects
*
* @author Eric Clemmons
**/