Guest User

Untitled

a guest
May 20th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $ac = $this->getActionController();
  2. Zend_Debug::dump($ac, 'Action Controller: ');
  3. $sectionHelper = $ac->getHelper('Sections');
  4. Zend_Debug::dump($sectionHelper, 'Section Helper: ');
  5. $secs = $sectionHelper->listSections();
  6. $tmp = $secs->fetchAll();
Add Comment
Please, Sign In to add comment