根据一个MySQL数据库生成一个完整的后台:CRUD Admin Generator

jopen 9年前

CRUD Admin Generator是一个开源的工具,能够根据一个MySQL数据库生成一个完整的后台。

开源

The code is hosted on GitHub. Fork it and send us your pull requests.

PHP 代码

It has been programmed with the Silex framework, so the resulting code is PHP.

CRUD

Generates one menu section for each database table. Now will be much easier to list, create, edit and delete items!

From your existing database

Generate the backend from your existing database.

</div> </div>
根据一个MySQL数据库生成一个完整的后台:CRUD Admin Generator

Table relations

When a column ends in "_id" and the first part is a database table, the edit and create form automatically generates a select with the "name", "title", "username" or "email" column of this table. Also, on listings, that value is displayed instead of the "id".

Easy to extend and customize

The generated code is "pure" PHP code, you can modify and adapt to your needs.

Responsive design

We used this bootstrap based design: AdminLTE

</div> </div> </div>


 

项目主页:http://www.open-open.com/lib/view/home/1413276617231