Exemplo n.º 1
0
 public function getAll($where = "", $order = "")
 {
     $obj = new ComentarioModel();
     return $obj->getAll($where);
 }