ADOdb and Active Record

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

ADOdb and Active Record

Post 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:
Post Reply