dhumphreys / cfrel

ColdFusion Relational Algebra Framework
16 stars 5 forks source link

Put relation, parsing, and mapping into same component #11

Closed dhumphreys closed 13 years ago

dhumphreys commented 13 years ago

Merge the logic from Mapper.cfc, CFWheels.cfc and Parser.cfc into Relation.cfc. This should only happen if cfrel becomes strictly a CFWheels plugin.

dhumphreys commented 13 years ago

The parser should at least be part of Relation.cfc. It may be possible to efficiently cache mapper and visitor components to make sure that relations only really need to create a single object to run.

dhumphreys commented 13 years ago

Closing this issue, as this may or may not happen now.