william0275 wrote:
> 
> If you call delete() or update() on a Zend_Db_Table, it *won't* use the
> dependencies/trigger system.
> 

Yes, and that's why I think it's useless to use dependencies in Zend. It
will only delete one level.

e.g
category
     -> subcategory
        -> subsubcategory

Delete category and it will not delete subsubcategory... better build your
triggers in the database. But even than Zend is not complete at all...

-----
visit my website at  http://www.phpscriptor.com/ http://www.phpscriptor.com/ 
-- 
View this message in context: 
http://www.nabble.com/about-zend_db_table-and-cascading-deletes-tp22020576p22045697.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to