I'm considering to transform my MySQL db from MyISAM to InnoDB since i need the "on delete" and "on update" functions provided by InnoDB. If I define the relations directly in MySQL, do I still need to set up Master/Detail relations in PHPRunner and will on delete / on update work propperly?
thanks for comments!!