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