Ejemplo n.º 1
0
 public function __construct($db)
 {
     parent::__construct(new \login\user\Facebook($db));
 }
Ejemplo n.º 2
0
 /**
  * Relation with th content
  * @param type $db
  */
 public function __construct($db)
 {
     parent::__construct(new \crm\Person($db));
 }
Ejemplo n.º 3
0
 public function __construct($db)
 {
     parent::__construct(new \login\user\Profile($db));
 }
Ejemplo n.º 4
0
 /**
  * Relation with th content
  * @param type $db
  */
 public function __construct($db)
 {
     parent::__construct(new \crm\Company($db));
 }