Exemplo n.º 1
0
 public function getJournal($id)
 {
     $this->mJournals = Journal::GetJournal($id);
     echo json_encode($this->mJournals);
 }