Hello,
Any good resource on getting started with FW1 framework?
Many thanks.
Hello,
Any good resource on getting started with FW1 framework?
Many thanks.
Hey there,
The official documentation is a great start - Getting Started with FW/1 | FW/1 - The Invisible Framework.
You can also get relatively fast responses to any questions you may have in the FW/1 channel of the CFML Slack. Sign up through https://cfml-slack.herokuapp.com/ if youâre not already a part of the community there.
to what @tonyjunkes already said, I just would like to add: Taking a quick tour into the code examples application of FW/1 is a very good starting point in combination with the documentation. In my opinion using CommandBox is the best/quickest way to install or launch the fw/1 example app.
box
install fw1-commands
.fw1 create app myFW1Examples examples --installFW1
server start
Thank you both.
The FW1 readme doc does not seem to include version info, maybe I missed it.
Yes, the "examples " are helpful.
For the user.cfc under /fw1/examples/userManager/controllers,
line 24, âgetUserService()â, where is this function defined?
thanks.
to complete the cross-post on slacks FW1 channel, the getter is very probably set here by the components attibute âaccessor=trueâ directive in line 1 of the component: