All pastes #2092628 Raw Edit

Untitled

public text v1 · immutable
#2092628 ·published 2011-10-22 20:51 UTC
rendered paste body
<?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!");
    }
}