Пример #1
0
 function loadArray($where = array(), $except_value = '', $except_by = 'id')
 {
     $row = parent::loadArray($where, $except_value, $except_by);
     $eCiudad = new eCiudad();
     $eCiudad->parseRow($row);
     return $eCiudad;
 }
 function loadArray($where = array(), $except_value = '', $except_by = 'id')
 {
     $row = parent::loadArray($where, $except_value, $except_by);
     $eSessionActivity = new eSessionActivity();
     $eSessionActivity->parseRow($row);
     return $eSessionActivity;
 }
 function loadArray($where = array(), $except_value = '', $except_by = 'id')
 {
     $row = parent::loadArray($where, $except_value, $except_by);
     $eUserProfileCompanyBranch = new eUserProfileCompanyBranch();
     $eUserProfileCompanyBranch->parseRow($row);
     return $eUserProfileCompanyBranch;
 }
 function loadArray($where = array(), $except_value = '', $except_by = 'id')
 {
     $row = parent::loadArray($where, $except_value, $except_by);
     $eUserProfile = new eUserProfile();
     $eUserProfile->parseRow($row);
     return $eUserProfile;
 }
 function loadArray($where = array(), $except_value = '', $except_by = 'id')
 {
     $row = parent::loadArray($where, $except_value, $except_by);
     $eCatalog = new eCatalog();
     $eCatalog->parseRow($row);
     return $eCatalog;
 }
 function loadArray($where = array(), $except_value = '', $except_by = 'id')
 {
     $row = parent::loadArray($where, $except_value, $except_by);
     $eAppVersion = new eAppVersion();
     $eAppVersion->parseRow($row);
     return $eAppVersion;
 }
 function loadArray($where = array(), $except_value = '', $except_by = 'id')
 {
     return parent::loadArray($where, $except_value, $except_by);
 }