Simple relation

You can get options list from other table

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('employees');
    $xcrud->table_name('Simple relation');
    $xcrud->relation('officeCode','offices','officeCode','city');
    $xcrud->label('officeCode','Office in');
    $xcrud->columns('firstName,lastName,officeCode');
    $xcrud->fields('firstName,lastName,officeCode');
    $xcrud->limit(10);
    echo $xcrud->render();
?>

Simple relation

#FirstnameLastnameOffice in
Actions
1AndyFixterLondon View Edit Remove
2PeterMarshSydney View Edit Remove
3TomKingLondon View Edit Remove
4MamiNishi View Edit Remove
5MartinmGerardParis View Edit Remove
6aaaaa View Edit Remove
7 View Edit Remove
8bertheazertSan Francisco View Edit Remove
9pippo.dadmkmkma3432432kjkjkjkSydney View Edit Remove
10 View Edit Remove
Search