Simple CRUD Generation
问题 This is what I have: An entity-relational schema, modelled for Doctrine 2.0 (in PHP); The generated database, on a MySQL server. This is what I want: A very basic CRUD web-interface to the database, that allows me to (you guessed it!) create, read, update and delete records, with extra credit for implementing CRUD operations on entities and relations instead of records. Now, I'm terrible at writing web applications myself (read: I'm lazy). Are there any options to generate a CRUD web