/** * Get an instance of the registry * * @return Core_Registry */ protected function _initRegistry() { require_once CORE_PATH . '/registry.php'; return Core_Registry::getInstance(); }