コード例 #1
0
 public function buildWhere() {
     parent::buildWhere();
     Gpf_Plugins_Engine::extensionPoint('AffiliateNetwork.directLinksModifyWhere', $this->_selectBuilder);
 }
コード例 #2
0
 protected function buildWhere() {
     parent::buildWhere();
     $this->_selectBuilder->where->add("l.userid", "=", Gpf_Session::getAuthUser()->getPapUserId());
 }  
コード例 #3
0
 protected function buildWhere() {
     parent::buildWhere();
     $this->_selectBuilder->where->add("l.".Pap_Db_Table_DirectLinkUrls::USER_ID, '=', $this->getUserId());
 }