1

Although this is more of general question but it will extremely helpful for newbie like me to get the benefit from more experienced people on stackoverflow. I have read the ColdBox wiki ColdFusion best practices. I have searched same for the CFWheels but couldn't find the same. So I was wondering what are the best practices while using CFWheels framework?

Tushar Bhaware
  • 2,525
  • 1
  • 16
  • 29

1 Answers1

1

This is too broad of a question for StackOverflow, but I can recommend that you watch these screencasts:

Using DBMigrate to generate your database is a great way for team-based development. And ColdRoute adds so many nice conventions for routing that it affects how I do development in the controller layer in some big ways.

Chris Peters
  • 17,918
  • 6
  • 49
  • 65