Home >Backend Development >PHP Tutorial >Yii 的behavior 用了什么设计模式?

Yii 的behavior 用了什么设计模式?

WBOY
WBOYOriginal
2016-06-06 20:32:361167browse

Yii有一种特性叫做behavior。请问这个behavior用的什么设计模式?

回复内容:

Yii有一种特性叫做behavior。请问这个behavior用的什么设计模式?

我觉得应该是AOP思想,观察者模式,在需要被拦截的地方放一个拦截跳转。我理比如一个 正常流程算法(1+。。。100这个小程序),这个behavior大体思路就是想在这个算法循环到50的时候 跳出这个循环把这个和提取出来保存,这个时候你只需要添加一个if判断到50的时候,跳出去就行了。我的理解》。。。。。

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