Home >Backend Development >PHP Tutorial >yii beforeDelete()

yii beforeDelete()

WBOY
WBOYOriginal
2016-06-23 09:09:401400browse

我在model那加了删除前触发事件

删除数据时,数据被删除了,而且没有echo 和 exit

 protected function beforeDelete(){        if(parent::beforeDelete()){            echo 1;exit;        }        echo 2;exit;    }


回复讨论(解决方案)

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn