Closed dhumphreys closed 13 years ago
Currently, model("user").order("fullName ASC").qoq().where(username="dhumphreys").object() will not return a cfwheels model object, because the model reference is not carried through to query-of-query relations.
model("user").order("fullName ASC").qoq().where(username="dhumphreys").object()
Currently,
model("user").order("fullName ASC").qoq().where(username="dhumphreys").object()
will not return a cfwheels model object, because the model reference is not carried through to query-of-query relations.