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
# | Firstname | Lastname | Office in | |
---|---|---|---|---|
1 | Andy | Fixter | London | View Edit Remove |
2 | Peter | Marsh | Sydney | View Edit Remove |
3 | Tom | King | London | View Edit Remove |
4 | Mami | Nishi | View Edit Remove | |
5 | Martinm | Gerard | Paris | View Edit Remove |
6 | aa | aaa | View Edit Remove | |
7 | View Edit Remove | |||
8 | berthe | azert | San Francisco | View Edit Remove |
9 | pippo.dadmkmkma | 3432432kjkjkjk | Sydney | View Edit Remove |
10 | View Edit Remove |