Untitled
public text v1 · immutable<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Description of Bootstrap
*
* @author wlightning
*/
class Doctor_Bootstrap extends Zend_Application_Module_Bootstrap {
protected function _initStuff() {
die("Got here!");
}
}