Re: [PHP] Generating CRUD code for normalized db

2013-03-08 Thread Ashley Sheridan
On Fri, 2013-03-08 at 15:02 +0100, Ali Reza Sajedi wrote: > Try Symfony 2 > > > Does anyone know of any framework that can generate CRUD code for > > normalized database tables? Preferably FOSS. > I believe Cake has this, although you need to have your fields named in a certain way so that it u

Re: [PHP] Generating CRUD code for normalized db

2013-03-08 Thread Ali Reza Sajedi
Try Symfony 2 Does anyone know of any framework that can generate CRUD code for normalized database tables? Preferably FOSS. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generating CRUD code for normalized db

2013-03-08 Thread ma...@behnke.biz
FLOW3 might be worth a look. TYPO3 with inline relational records. > Gary hat am 8. März 2013 um 14:14 geschrieben: > > > Does anyone know of any framework that can generate CRUD code for > normalized database tables? Preferably FOSS. > > For example, if I have a table person and address, I would