Join Slack
Powered by
Never used AOP with fw/1, reading docs: <https://f...
# fw1
r
rodyon
02/03/2023, 5:29 PM
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! :)
rodyon
02/03/2023, 5:34 PM
Someone having AOP1 example working, please send me a link ?
s
seancorfield
02/03/2023, 6:59 PM
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.
seancorfield
02/03/2023, 7:00 PM
Then the framework runs those interceptors before/after/around your calls. There aren't really any "FILES where these examples should be used".
seancorfield
02/03/2023, 7:12 PM
See Bean Factory Configuration in
https://framework-one.github.io/documentation/4.3/developing-applications/
Open in Slack
Previous
Next