Is it customary to have SQL in CFWheels Controllers?
I had this question emailed to me "Is it customary to have SQL in CFWheels Controllers?" No. If it is very complex sql or a stored proc, I would create a cfc representing it in the models folder like this: models/myStoredProc.cfc then in the controller call and pass in the values: Once using...