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.
|
|
| Name: |
dbApiCreate |
| Base name: |
createapi |
| Description: |
Creates mysql database access libraries in php |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1289 users |
| All time rank: |
2610 |
| Week users: |
0 users |
| Week rank: |
2242  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|