开发者

Codeigniter AOP [closed]

开发者 https://www.devze.com 2023-01-02 17:07 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

开发者_运维知识库 Improve this question

I need a good implementation of AOP paradigm for Codeigniter PHP Framework.

What do you suggest me?


Aspect Oriented Programming is not very widespread in the PHP world yet. I'm not sure CI has any facility for this. Your best bet is likely to google AOP PHP to find an implementation.

Some libraries (including dead ones)

  • https://github.com/goaop/framework
  • http://code.google.com/p/phpaspect/
  • http://www.aophp.net
  • http://www.seasar.org/en/php5/index.html
  • http://php-aop.googlecode.com
  • http://flow3.typo3.org (as part of their full stack)
  • https://github.com/AOP-PHP/AOP


Exar is pretty new, with a focus on performance and only depends on PHP itself.

0

精彩评论

暂无评论...
验证码 换一张
取 消