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(); }