views:

87

answers:

1
+1  Q: 

Codeigniter AOP

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

What do you suggest me?

+1  A: 

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.

Wikipedia lists

Gordon
Thanks a lot Gordon.
elManolo