Esempio n. 1
0
 public function getCareer()
 {
     $db = new Career($this->_config);
     $result = $db->getCareers($this->_data['career_id']);
     return $encodedResult = $this->utf8_converter($result);
 }