Пример #1
0
 public function __construct($params = array())
 {
     $this->client = new ClientModel();
     $this->product = new ProductModel();
     $this->_params = $params;
     self::$fb = new FacebookLogin();
     self::$go = new GoogleLogin();
 }