Tuesday, February 01, 2011

PHP Data Access Object Generator

When coding in Java, I always used Netbean's auto generation of entity beans. In minutes you can have a couple dozen entity beans created (add the CXF generator and you get the CRUD services to access those entities also!).

With PHP, things aren't so advanced.

But, I did find a PHP script to generate DAOs for MySQL. The trouble is it comes with no documentation!

Luckily someone on devx wrote a tutorial. You do need to login, but that's what bugmenot is for.

No comments:

Labels

Blog Archive

Contributors