Skip to content

Instantly share code, notes, and snippets.

@emanueljtc
Created November 21, 2016 01:35
Show Gist options
  • Save emanueljtc/6591065e886399af086db57af6910047 to your computer and use it in GitHub Desktop.
Save emanueljtc/6591065e886399af086db57af6910047 to your computer and use it in GitHub Desktop.
public $virtualFields = array(
'full_name' => 'CONCAT(name, " ", last_name)',
'idcargo' => 'Personal.position_id',
'idpersonal' => 'Personal.id',
'cedula' => 'Personal.dni',
'estatus' => 'Personal.status',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment