Login   Register  
PHP Classes
elePHPant
Icontem

Class: dbApiCreate

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mark Williamson  >  dbApiCreate  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
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: 1283 users
All time rank: 2481
Week users: 0 users
Week rank: 2493
Picture of Mark Williamson
Author: Mark Williamson <e-mail contact>
Packages: 5 Browse this author's classes Browse this author's classes
Country: United Kingdom United Kingdom - PHP jobs in United Kingdom
Age: ???
All time rank: 19711 in United Kingdom United Kingdom
Week rank: 519 Down18 in United Kingdom United Kingdom Down


  Detailed description  
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.

 

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file changelog_access.inc Output Database Access Library created using dbApiCreate.inc
Plain text file dbApiCreate.inc Class The class (with commented example)
Plain text file sample_create_script.txt Output example of api created using class

Download all files: createapi.tar.gz createapi.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.