DEMO SITE v1.7.31

Table Joins & Relations
Bootstrap 4.5 theme

Table Joins & Relations

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('employees');
    $xcrud->join('officeCode','offices','officeCode'); // ... INNER JOIN offices ON employees.officeCode = offices.officeCode ...
    echo $xcrud->render();	
?>
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections