开发者

php code generator for mysql tables

开发者 https://www.devze.com 2023-04-04 02:00 出处:网络
It is the Nth time I have to write versyy similar code to update/edit/remove records from tables using php/phpmyadmin/mysql.

It is the Nth time I have to write versyy similar code to update/edit/remove records from tables using php/phpmyadmin/mysql.

My tables has some 1toMany relations and manyToMany relations (like users, books , userbooks tables)

Is there a generator for these kind o开发者_StackOverflowf things ? How could I speed up this "boring" and "repetitive" task ?

reagrds


use a migration manager: https://github.com/search?type=Everything&language=PHP&q=migration&repo=&langOverride=&x=0&y=0&start_value=1

a full on framework is better, but this will get you started quicker.


The phpscaffold might interest you.

0

精彩评论

暂无评论...
验证码 换一张
取 消