Ejemplo n.º 1
0
 /**
  * Return the data for a single customer 
  */
 public function getLookupData($id = null)
 {
     $lkp = array();
     $lkp['gc_parent_values'] = R3EcoGisHelper::getGlobalCategoryMainList($this->do_id);
     $lkp['gc_parent_values'] = R3EcoGisHelper::getGlobalCategoryMainList($this->do_id);
     $lkp['gc_values'] = R3EcoGisGlobalPlainHelper::getCategoriesList($_SESSION['do_id'], $this->gc_id);
     $lkp['gpa_values'] = R3EcoGisGlobalPlainHelper::getPlainActionList($_SESSION['do_id'], $this->data['gc_id']);
     return $lkp;
 }