Rob, have you given any thought to creating insert, update, and delete methods instead of having queries written inline?
I don't know that they'd add any specific functionality, but something like the way Zend_Db (v1, not v2) does would be nice to have.
Rob, have you given any thought to creating
insert,update, anddeletemethods instead of having queries written inline?I don't know that they'd add any specific functionality, but something like the way Zend_Db (v1, not v2) does would be nice to have.