Never used AOP with fw/1, reading docs: <https://f...
# fw1
r
Never used AOP with fw/1, reading docs: https://framework-one.github.io/documentation/3.1/using-aop-one/ - code examples are good, but no mention of FILES where these examples should be used... stuck! :)
Someone having AOP1 example working, please send me a link ?
s
You write interceptor CFCs and then you update the FW/1 configuration to use
aop1
instead of
di1
and provide the list of interceptor CFC names.
Then the framework runs those interceptors before/after/around your calls. There aren't really any "FILES where these examples should be used".