Choose your version. Instant download. Lifetime updates. Full changelog below.
Back to HomeFull-featured CRUD for client projects & commercial use
Everything in 1.7 + built-in auth, roles & no-code forms
$xcrud->list_tab('All'); // no condition = all rows$xcrud->list_tab('Shipped', 'status = "Shipped"'); // or 'status = "Shipped"' if string$xcrud->pagination_type("dropdown_pages"); // arrows, dropdown_pages, default$xcrud->transpose_table(4); — columns become rows and rows become columnsecho Xcrud::load_js(); had no backward compatibility after parameter changes$xcrud->hide_logic("requiredDate","status","=","Shipped");$xcrud->disable_logic("requiredDate","status","=","Shipped");$xcrud->readonly_logic("requiredDate","status","=","Shipped");$xcrud->panel_view(true, 3);$xcrud->change_type("drawing_field","drawing");$xcrud->change_type("radio_switch","switch","",array("Yes"=>"Yes"));$xcrud->change_type("range", "range", "10", array("1" => "0", "2" => "150"));$xcrud->limitAddRecords(10); / $xcrud->limitDeleteRecords(10);$xcrud->set_buttons_label(false);$xcrud->send_email_public($to, $subject, $emailBody, $cc = array(), true);