When you use a reference map and dependent tables for cascading row
deletion in the dependent tables how are those rows deleted? Does the
table class issue a sql delete statement or does it go through the row
object? The reason I ask is that I need it to go through the row
object's delete() method so that I can do some cleanup (deleting files
and caches) with _postDelete(). Will I need to override a
zend_db_table method to accomplish this?


Mark

-- 
Have fun or die trying - but try not to actually die.

Reply via email to