Ejemplo n.º 1
0
 public function getCategory()
 {
     $doc_obj = new DocumentsTable();
     $category = $doc_obj->getCategory();
     return $category;
 }