Join other table

Allows you to join other tables. Only INNER JOIN supported. Keys in all joined tables must exist and be unique

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();	
?>

Employees

#LastnameFirstnameExtensionEmailOfficecodeReportstoJobtitleCityPhoneAddressline1Addressline2StateCountryPostalcodeTerritoryOrdering
Actions
18Sevilla123456789vergotas4 View Edit Remove
2FaustoHerreraRoi_4herrera.fausto@myoffice.com8Sevilla123456789vergotas4 View Edit Remove
3HerreraFaustoRoi_4faustoherrera@outlook.com7London+44 20 7877 204125 Old Broad StreetLevel 7UKEC2N 1HNEMEA6 View Edit Remove
4asdasdasdasdasdasdMeerasdasd.2007@Yahoo.com7asdasdasdLondon+44 20 7877 204125 Old Broad StreetLevel 7UKEC2N 1HNEMEA6 View Edit Remove
Search