Skip to content

Instantly share code, notes, and snippets.

View jeroenherczeg's full-sized avatar
💽
Overspecialize, and you breed in weakness.

Jeroen Herczeg jeroenherczeg

💽
Overspecialize, and you breed in weakness.
  • Belgium
  • 10:51 (UTC +02:00)
View GitHub Profile
@jeroenherczeg
jeroenherczeg / bootstrap.php
Created June 19, 2012 12:44 — forked from kkamkou/horizontal.phtml
Zend Navigation for the Twitter Bootstrap
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {
protected function _initNavigation() {
// make sure the layout is loaded
$this->bootstrap('layout');
// get the view of the layout
$layout = $this->getResource('layout');
$view = $layout->getView();