| PHP | /misc/httpd/weblibs/Zend-1.10.2/Zend/Loader/PluginLoader.php, line 412 |
|---|---|
| URI | GET /ca/default/actual/boletinview/id/24 |
| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'SwitchLanguage'
|
$store = $this->_helper; break; } if (!isset($store[$name])) { $class = $this->getPluginLoader($type)->load($name); $store[$name] = new $class(); if (method_exists($store[$name], 'setView')) { $store[$name]->setView($this); } }| Arg | Name | Value |
|---|---|---|
| 0 | $type |
'helper'
|
| 1 | $name |
'switchLanguage'
|
* @param string $name * @return object */ public function getHelper($name) { return $this->_getPlugin('helper', $name); } /** * Get array of all active helpers *| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'switchLanguage'
|
* @return string The result of the helper output. */ public function __call($name, $args) { // is the helper already loaded? $helper = $this->getHelper($name); // call the helper method return call_user_func_array( array($helper, $name), $args| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'switchLanguage'
|
| 1 | $args |
array ( |
<div id="top"> <div class="centra-top"> <div class="centra-top-left"> <?=$this->switchLanguage();?> </div> <div class="centra-top-right"> <!--<img src="<?=$this->baseUrl('/images/obrasocial/rep.jpg');?>" alt="rep" id="rep" />--> <ul> <li><a href="http://www.sanostra.tv" target="_blank" id="top-li1"></a></li> <li><a href="mailto:obra_social@sanostra.es" id="top-li2" title="<?=$this->translate('contacto')?>"></a></li><div id="top"> <div class="centra-top"> <div class="centra-top-left"> <?=$this->switchLanguage();?> </div> <div class="centra-top-right"> <!--<img src="<?=$this->baseUrl('/images/obrasocial/rep.jpg');?>" alt="rep" id="rep" />--> <ul> <li><a href="http://www.sanostra.tv" target="_blank" id="top-li1"></a></li> <li><a href="mailto:obra_social@sanostra.es" id="top-li2" title="<?=$this->translate('contacto')?>"></a></li>| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/sanostra/application/layouts/obrasocial/default-obrasocial/top.phtml'
|
protected function _run() { if ($this->_useViewStream && $this->useStreamWrapper()) { include 'zend.view://' . func_get_arg(0); } else { include func_get_arg(0); } }}| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/sanostra/application/layouts/obrasocial/default-obrasocial/top.phtml'
|
// find the script file name using the parent private method $this->_file = $this->_script($name); unset($name); // remove $name from local scope ob_start(); $this->_run($this->_file); return $this->_filter(ob_get_clean()); // filter output } /**| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'obrasocial/default-obrasocial/top.phtml'
|
} } elseif (null !== ($path = $this->getViewBasePath())) { $view->addBasePath($path, $this->_viewBasePrefix); } return $view->render($name); }}| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'obrasocial/default-obrasocial/top'
|
<?= $this->doctype(); ?><?=$this->jQuery()."\n";?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es" dir="ltr">| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/sanostra/application/layouts/obrasocial/default-obrasocial/layout.phtml'
|
protected function _run() { if ($this->_useViewStream && $this->useStreamWrapper()) { include 'zend.view://' . func_get_arg(0); } else { include func_get_arg(0); } }}| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/sanostra/application/layouts/obrasocial/default-obrasocial/layout.phtml'
|
// find the script file name using the parent private method $this->_file = $this->_script($name); unset($name); // remove $name from local scope ob_start(); $this->_run($this->_file); return $this->_filter(ob_get_clean()); // filter output } /**| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'obrasocial/default-obrasocial/layout.phtml'
|
} } elseif (null !== ($path = $this->getViewBasePath())) { $view->addBasePath($path, $this->_viewBasePrefix); } return $view->render($name); }} $layout->assign($content); $fullContent = null; $obStartLevel = ob_get_level(); try { $fullContent = $layout->render(); $response->setBody($fullContent); } catch (Exception $e) { while (ob_get_level() > $obStartLevel) { $fullContent .= ob_get_clean(); }| Arg | Name | Value |
|---|---|---|
| 0 | $request |
Fatal error: Nesting level too deep - recursive dependency? in /misc/httpd/sanostra/library/DefaultExceptionHandler.php on line 225 |