ArtiGrid
v1.5

Join


<?php
    $grid = new ArtiGrid();
    $grid->table('employees');
    $grid->join('officeCode','offices','officeCode');
    echo $grid->render();
?>
employeeNumber lastName firstName extension email officeCode reportsTo jobTitle offices_officeCode offices_city offices_phone offices_addressLine1 offices_addressLine2 offices_state offices_country offices_postalCode offices_territory offices_ordering Actions