コード例 #1
0
ファイル: Home.controller.php プロジェクト: GNURub/daw2
 public function __construct()
 {
     $this->product = new ProductModel();
     $this->client = new ClientModel();
     $this->category = new CategoryModel();
     $this->subcategory = new SubcategoryModel();
     self::$fb = new FacebookLogin();
     self::$go = new GoogleLogin();
 }