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!
No comments:
Post a Comment