|
Posted by Erwin Moller on 11/27/66 11:58
rzambrano77@gmail.com wrote:
> Anybody know a application write in php that across a database generate
> a web application for maintance of tables??.
>
> Thank you.
Hi,
I am unsure what you mean excactly by 'maintainance of tables', but it
sounds like you need a database abstraction layer.
Have a look at ADODB at
http://www.phplens.com/adodb
or at the PEAR:DB packages.
I used the first a lot and I like it, never used PEAR:DB but I know others
like it. ;-)
A database abstractionlayer let you write code for querying, updating,
deleting, even tablecreation, modification, etc. etc. through a general API
that maps the API-commands to the underlying database (specific) commands.
That might help you.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|