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