예제 #1
0
 public function getAll($where = "", $order = "")
 {
     $obj = new ConfiguracaoModel();
     return $obj->getAll($where);
 }