deanlaw / cfcgenerator

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

ability to choose many tables (enhancement) #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
when saving to be intelligent enough to save each component on its own 
file. The name on the components should be at least related to the table 
name (the desire will be tolet user change it before generating)

What version of the product are you using? On what operating system?
build 7

Please provide any additional information below.

Original issue reported on code.google.com by anabel...@gmail.com on 4 Jun 2007 at 3:52

GoogleCodeExporter commented 9 years ago
Can you please explain this issue further? It currently does save each 
component to
its own file and the name is based upon the component path you specify, not on 
the
table name. Please clarify your request.

Original comment by brian.ri...@gmail.com on 4 Jun 2007 at 4:52

GoogleCodeExporter commented 9 years ago
Brian,

I think what anabelfre is requesting is that the table select box turn into a
multi-select box, which, if more than one table is selected the files are saved
something like the following:

componentpath/table1DAO.cfc
componentpath/table1Service.cfc
etc.
componentpath/table2DAO.cfc
componentpath/table2Service.cfc
etc.

The idea of being able to generate components for more than one table at a time 
would
be a great enhancement!

Original comment by Whitehor...@gmail.com on 3 Jul 2007 at 9:56

GoogleCodeExporter commented 9 years ago
Yep, that is high on the feature list, though I am likely to do this post 1.0 
as I am
pretty much done with the 1.0 features. I will post more on this topic on my 
blog soon.

Original comment by brian.ri...@gmail.com on 4 Jul 2007 at 7:08

GoogleCodeExporter commented 9 years ago
thank guys!

Original comment by anabel...@gmail.com on 6 Jul 2007 at 5:35

GoogleCodeExporter commented 9 years ago
What About multiple tables but using relashion ships between defined IDs. Its 
great
the way Illusdium handle table queries, but nowdays we need to write more and 
more
JOINS to combine multiple tables data. Is there a way we can accomplish that? 
or this
should be also a feature in a future version?

Original comment by xerran...@gmail.com on 28 Jun 2008 at 6:44