Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL>PHP[4] DataCentric Code Generator

Status
Not open for further replies.

DigitalBuilder

Programmer
Apr 7, 2005
33
NZ

PHP may be starting to get more of a grasp.....

I have an ASP Code generator, would like to know who here has built MySQL>PHP DataCentric Code Generators?

I have a basic plan... planning on looking at code to find the datatype and loop through tables/fields without data present to CodeGenerate. Is anyone aware of the exact parts for MySQL/PHP to do this?

Basic plan so far

Add
ElementCall
AddVerify
VerifyElement
CallQSResolveCall
AddVerifyFail
QSElementCall
QSResolveCall
AddVerifyPass
AddTBLRSI
ResolveCall
SearchElement
CallSearch
ResolveCall
SearchgenSQL
ListCall
Update
ElementCall
RSSResolveCall
UpdateVerify
VerifyElementQS
ResolveCall
UpdateVerifyFail
QSElementCallQS
ResolveCall
UpdateVerifyPass
UpdateTBL
RSIResolveCall
Delete
DeletePass
//Delete Logical / Physical
//Get [G]//Search with List
Register
RegiserFail
User_Login
User_LoginFail
User_Logout
User_RequestPassword
User_ChangeEmail
__________________
 
If you are talking about database abstraction layer, then have a look at the PEAR repository's DB class.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top