Grocery CRUD
Grocery CRUD是一個PHP Codeigniter框架庫,可以創(chuàng)建一個完整的功能CRUD系統(tǒng),而無需對JavaScripts或CSS進(jìn)行額外的自定義。
示例代碼:
$crud = new grocery_CRUD();
// Seriously! This is all the code you need!
$crud->set_table('customers');
$crud->set_subject('Customer');
$output = $crud->render();
評論
圖片
表情
