|
Posted by a on 08/09/06 03:01
Hi everybody,
I am developing a web application that uses a mysql database on the backend.
I am now exploring different options for writing the php code that will
interface with the database and present the information to the user.
One option is to write everything by hand, the other one is to use a product
such as MyDBO or phpMyEdit that connects to the db and generates php code to
access and modify the data in the database.
There are problems with either approach - the first is probably more
difficult to code and less maintainable, but it gives me total control over
what the app should do. The second is more flexible and general, but it
requires probably a lot of work to adapt it to my specific application.
I am wondering if anybody here has any opinions and/or has experience with
other code generators.
Thanks in advance,
A
Navigation:
[Reply to this message]
|