Hi All,
I need a code assistant to avoid repeating the same basic application development several times, I'll detail here below.
I have to provide several access to users, and they are basically all the same user manipulates data through a php webpage.
User can edit/insert/delete records, it is only the table name and db connexion that changes.
What I need, is a tool that help easily changing the format of the output, you just have to provide the db connexion, table name and eventually to manage the user access and add some specific code. May be something like phpmyedit but seems to be dedicated to mysql. I need to do it with Oracle.
Did anyone find a solution to a similar issue ?
Regards,
Zephan
I need a code assistant to avoid repeating the same basic application development several times, I'll detail here below.
I have to provide several access to users, and they are basically all the same user manipulates data through a php webpage.
User can edit/insert/delete records, it is only the table name and db connexion that changes.
What I need, is a tool that help easily changing the format of the output, you just have to provide the db connexion, table name and eventually to manage the user access and add some specific code. May be something like phpmyedit but seems to be dedicated to mysql. I need to do it with Oracle.
Did anyone find a solution to a similar issue ?
Regards,
Zephan