Why this doesn't work???
if ($entity->delete() == false) {
// never work. I have a PDOException in this case
if (!$entity->delete()) {
// never work. I have a PDOException in this case
how to intercept these errors in my app???
thanks
php 5.5
phalcon 1.3.2