RopeADope Posted July 13, 2010 Share Posted July 13, 2010 Despite the hilarious title, I do have a real quandary. I'm currently using a MySQL db, myisam engine. I want to cascade CRUD's across several tables. My assumption is that I would use triggers to do that. Is this assumption correct? OR Would a procedure be better for cascading CRUD's across multiple tables? EDIT: Minus the "R" from the acronym. I realize there's no point in cascading retrievals..... Link to comment https://forums.phpfreaks.com/topic/207594-procedures-functions-and-triggers-oh-my/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.