Tag Archive for ColdFusion 9

Using binding expressions in ColdFusion 9

As a longtime Flex developer I’ve always been used to having binding expressions to do one or more of the following things: Bind the value of one input field to a data model Bind the value from a data model to an input field or label Bind the value of one input field to a [...]

ColdFusion 9 and ORM: Write all, read some

Just a little thing I found out today using Coldfusion 9 new ORM feature. Say you have a login system based on a user table, this can easily be done with orm. You just create a cfc where you define your database fileds as parameters and call the necessary orm function. Out of the box [...]