How can I use phalcon to delete from two tables in my db , sharing in comong a field with the same name. I have in my db a table pruduct and categories, both of them have the field cat_id like to delete all products belonging to a category when I delete the category.