Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. $keywordgroupMapper = new Application_Model_KeywordgroupMapper();
  2. $keywordgroupRow = $keywordgroupMapper->fetchRow(array('siteId' => $this->getRequest()->getParam('site-id')));
  3. $rankingRows = $keywordgroupRow->findDependentRowset('Application_Model_DbTable_Rankings');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement