コード例 #1
0
ファイル: index.php プロジェクト: xander-mbaka/momentum
 public function getCategories()
 {
     $this->mCategories = Journal::GetCategories();
     echo json_encode($this->mCategories);
 }