Dont know how they did it, but AOP was implemented Form the flow3 framework.
It would certainly be possible by compiling and loading classes containing the aspects at runtime. Since there are no language-extensions i am aware of that would enable us to implement it in a more elegant way, i'd rather stick to the possibility to have proxy-objects created whenever needed. These should be able to do most of the stuff you could do with real aop. Btw, sorry for the last mail :) Martin 30.09.2010 20:28 schrieb am Nicolas A. Bérard-Nault <[email protected] >: Hi, On 37-01--10 02:59 PM, Yuen-Chi Lian wrote: > > Hi, > > I searched the entire group but couldn't f... It makes me wonder, how would you implement AOP in PHP without language extensions ? Docblock "annotations" ? As far as I can tell, it would be difficult to implement point-cuts without extending classes and doing all sorts of black magic. > > -- > If you want to report a vulnerability issue on symfony, please send it to security at sym... -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
