Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTrackFields(array('id', 'name', 'email', 'status', 'acl_role_id'));
     $this->setTrackFieldsMeta(array('id', 'Name', 'Email', 'Status', 'User role'));
     $this->setTrackTable('user');
     $this->setTrackTableMeta('User profile');
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTrackFields(array('id', 'name', 'email'));
     $this->setTrackFieldsMeta(array('id', 'Name', 'Email'));
     $this->setTrackTable('appaccount');
     $this->setTrackTableMeta('App Account');
 }