good PHP/MySQL templaes for CRUD & queries

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
itp
Forum Commoner
Posts: 67
Joined: Fri Jun 15, 2007 6:50 am

good PHP/MySQL templaes for CRUD & queries

Post by itp »

I come from a mainframe background and I am learning PHP to diversify my skillset. So far PHP is an amazing language, but I am finding CRUD and formatted queries very tedious to write, and I am sure that there are better ways to do what I am trying to do.

I have looked at a few developement frameworks and code generators (PHP2GO, PHPMySQLWizard), but they either seem limited in capability or too complex. 8O In any case I think a beginner should stay away from such tools until he has mastered a language's basics.

Can anyone recommend a site or book with basic templates that can be modified and recycled for
- basic Create/Edit/Update/Delete forms for database records
- query/report model (with page-up, page-down, goto end, search-by...)

by the way... great site here.
Keep up the good work! :lol:
Post Reply