Rafael wrote:
> 
> Hello,
> 
> I don't know if it is the right to ask however i have one issue that 
> nobody else managed to solve it.
> 
> I'm using zend framework 1.11.3, PHP 5.3 and MySQL 5.1 configured with 
> InnoDB engine. I'm trying to make a relationship between two tables
> to apply cascade deletion but deletes only parental row and return me
> 

http://framework.zend.com/manual/en/zend.db.table.relationships.html#zend.db.table.relationships.cascading

Unless I'm mistaken InnoDB has native support for DRI, so you should be
declaring cascades in the database, instead of your table class.

Cheers,
David
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Db-Table-Issue-tp3310178p3310220.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to