You might also consider utilizing a flag such as "enabled". `enabled` TINYINT(1) NOT NULL DEFAULT 1
This way, you are not deleting, but rather updating (0|1). ----- -- Wil Moore III Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Limiting-DELETE-tp2718624p2720342.html Sent from the Zend Framework mailing list archive at Nabble.com.
