Multi-Table Applications with ProgramManager.cfc
Today is Tuesday, so it must be time to continue figuring out how to take advantage of the com.sebtools package to manage CRUD and files in the easiest possible way.
So far, we have defined our data set with XML and gotten that definition into Records.cfc but we have only been using one table. To be clear, there is no reason we can't continue to do things the we we have been doing them and still handle multiple tables. It is only that we would have to have a separate component for each table.
Not only that, but the goal is to have an "HR" application. It seems to be that it would be convenient to have the model for the application all tied together.
There are no comments for this entry.
[Add Comment]