Page 1 of 1

ADOdb and Active Record

Posted: Wed Sep 13, 2006 1:02 am
by Luke
Has anybody ever used ADOdb's active record addon? I can't figure out how to delete a record with it... how do you access ADOdb's methods from within the Active Record object??

EDIT: Nevermind... I'm just a moron. Hehe... $ActiveRecord->delete($id); is how you do it. (umm.... DUH!) :roll: