コード例 #1
0
ファイル: HelperMenu.class.php プロジェクト: WebPassions/2015
 function getCategories()
 {
     $this->getCategories = Query::categories();
     $categorie = Db::fetch_assoc($this->getCategories);
     $this->display = false;
     return $categorie;
 }