Esempio n. 1
0
 public function getOutlineById()
 {
     $db = new Outline($this->_config);
     $result = $db->getOutlineBy('*', 'id', $this->_data['outline_id']);
     return $encodedResult = $this->utf8_converter($result);
 }