根據一個MySQL數據庫生成一個完整的后臺:CRUD Admin Generator

jopen 10年前發布 | 30K 次閱讀 CRUD Admin Generator

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.

根據一個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


 

項目主頁:http://www.baiduhome.net/lib/view/home/1413276617231

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!