コード例 #1
0
 public function getAll()
 {
     $obj = new Make($this->db);
     echo json_encode($obj->all());
 }