php - Create automatically Database table when making a query with Zend -


i've had javaee project lately, , first one. java in mvc , had website it.

one mechanism of java quite pleasant. when called entity class corresponding table, if table didn't exist, created fields corresponding variables of class, avoiding errors , making faster implement.

i wondering, out of curiosity, if similar existed zend framework, , if no, if possible in loosely typed language such php.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -