Databases: dbApiCreate
Mark Williamson (contact me)
As a developer who does a lot of backend work I got tired of constantly writing new access libraries for mysql tables - so i wrote this class which automates the process:
you tell it:
database name,
table name,
field names,
primary key,
database connection details
and it will then give you add/edit/delete/search/generic search
functions written in php as output - simply copy the output into a new file
(eg: access_lib.inc) and you have your access library for your new table.
It won't do complicated joins or anything - but for the basic functions which most tables require this works well.
Click here for detailed information about this class on phpclasses.org