Many-to-many relations Bootstrap theme

Many-to-many (FK) relations can be displayed as simple multiselect fields. This method changes only fk table.

<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('customers');
    $xcrud->columns('customerNumber,Customer orders,city');
    $xcrud->fk_relation('Customer orders','customerNumber','customers_orders_fk','customer_id','order_id','orders','orderNumber',array('orderNumber','orderDate'));
    echo $xcrud->render();
?>

Customers


Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443

Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443

Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443

Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443

Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 5443
#CustomernumberCustomer ordersCity 
110310180 2003-11-11 00:00:00Nantes
211210100 2003-01-06 00:00:00Las Vegas
311410100 2003-01-06 00:00:00, 10101 2003-01-09…Melbourne
411910100 2003-01-06 00:00:00, 10101 2003-01-09…Nantes
512110100 2003-01-06 00:00:00, 10101 2003-01-09…Stavern
6124San Rafael
7125Warszawa
8128Frankfurt
9129San Francisco
10131NYC
Search
 
Buy it nowfor only $13