Hopefuly QCodo will grow to a fully reliable development framework
that provides distinguished features.
I propose the following features to be added:
- The ability to specifiy some code generation parameters that are used
to decide on the outcome of that task.
Example: specifying which tables should be maped into classes,
instead of maping the whole database.
- The ability to choose if a query should be carried out to PHP or
should be a stored procedure in the database.
Example: to generate some functions that return a dataset from a stored
procedure call. like the LoadBy() functions.
- The ability to choose a set of columns from different tables
and get a coresponding class generated.
Example: a JOIN between to table is commonly used.
Thanks.