good PHP/MySQL templaes for CRUD & queries
Posted: Fri Jun 15, 2007 7:11 am
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.
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!
I have looked at a few developement frameworks and code generators (PHP2GO, PHPMySQLWizard), but they either seem limited in capability or too complex.
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!