Greetings fellow coders,
I'm still gaining experiance in developing PHP applications, and have completed
a couple of projects already.
This has prompted me to look for ways to reduce the development time for web
enabled database applications. Every web database has basic operations such as
add,delete,upda te and search. I have been creating HTML forms and processing
the results with php code. I have managed to reduce the number of forms required
by using the smarty template engine.
I want to go a stage further and be able to produce the forms and the processing
code purely by looking at some sort of schema file , or using
"mysql_list_fie lds()" and "mysql_list_dbs ()".
Before I start my quest of many late nights of coding. Can any of you guys
give me a head start by pointing me at a solution/hint.
You will save me from RSI and my wife can see me again ;-)
many thanks
JaZz
I'm still gaining experiance in developing PHP applications, and have completed
a couple of projects already.
This has prompted me to look for ways to reduce the development time for web
enabled database applications. Every web database has basic operations such as
add,delete,upda te and search. I have been creating HTML forms and processing
the results with php code. I have managed to reduce the number of forms required
by using the smarty template engine.
I want to go a stage further and be able to produce the forms and the processing
code purely by looking at some sort of schema file , or using
"mysql_list_fie lds()" and "mysql_list_dbs ()".
Before I start my quest of many late nights of coding. Can any of you guys
give me a head start by pointing me at a solution/hint.
You will save me from RSI and my wife can see me again ;-)
many thanks
JaZz
Comment