开发者

Easier database table creation with PHP

开发者 https://www.devze.com 2023-03-31 09:06 出处:网络
Is there any other more simple way of creating a database table? I recently started creating wordpress plugins and I was fascinated by the easiness of creating a table or adding values to present tab

Is there any other more simple way of creating a database table?

I recently started creating wordpress plugins and I was fascinated by the easiness of creating a table or adding values to present tables.

Dbdelta() is am开发者_如何学Cazing, is there any other PHP classes just like that, that allows you to create tables that easy?


The sanest way to create, maintain and deploy database schemas I have found are migrations.
Ruckusing is a decent migrations framework for PHP + MySQL. It works well for me on several large and small projects.

0

精彩评论

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