deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

Added ability to init service w/ DSN or DAO+Gateway objects. #72

Open reubenbrown13 opened 9 years ago

reubenbrown13 commented 9 years ago

This change makes it easier for me to init the objects required to access the tables. Instead of needing to setup the DAO and Gateway in the code, I can just init the Service and use it to hit the table. You can still access it the old way so this is a non-disruptive change.