Revision: 25958
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 14, 2010 22:59 by philsown
Initial Code
function db_fetch_assoc ($result) { return ap_db_fetch_assoc($result); }
Initial URL
Initial Description
I found this snippet - and about 10 others like it - in an app I am re-factoring. Apparently re-factoring db\_fetch\_assoc was too much trouble, as was finding and replacing all references to it with the new function name.
Initial Title
Humor - Wrapper Functions - Who has time to find/replace?
Initial Tags
php
Initial Language
PHP