reenadak

Join example mate

Sep 25th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $tableColumns['emp_id'] = array(
  2. 'display_text' => 'Participant',
  3. 'perms' => 'ADEFTAQSVX',
  4. 'join' => array(
  5. 'table' => 'sap_users',
  6. 'column' => 'ecd',
  7. 'display_mask' => "concat(LPAD(sap_users.ecd, 5, '0'),' - ',sap_users.name_full)",
  8. 'type' => 'left'
  9. ),
Add Comment
Please, Sign In to add comment