| PHP | /usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php, line 821 |
|---|---|
| URI | GET /en/hotels/view/hotel/ola-apartamentos-bouganvillia/sec/the-hotel |
* @throws Zend_Db_Table_Exception */ protected function _setupPrimaryKey() { if (!$this->_primary) { $this->_setupMetadata(); $this->_primary = array(); foreach ($this->_metadata as $col) { if ($col['PRIMARY']) { $this->_primary[ $col['PRIMARY_POSITION'] ] = $col['COLUMN_NAME']; if ($col['IDENTITY']) { * @return Zend_Db_Table_Rowset_Abstract Row(s) matching the criteria. * @throws Zend_Db_Table_Exception */ public function find() { $this->_setupPrimaryKey(); $args = func_get_args(); $keyNames = array_values((array) $this->_primary); if (count($args) < count($keyNames)) { require_once 'Zend/Db/Table/Exception.php';| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'26'
|
/** * Constructor de la clase para instanciar una frase a partir de un registro de la base de datos * * @param integer $id } /** * El constructor 'sobrecargado' de la clase * | Arg | Name | Value |
|---|---|---|
| 0 | $id |
'26'
|
| Arg | Name | Value |
|---|---|---|
| 0 | $function_name |
array ( |
| 1 | $parameters |
array ( |
* @author Carlos Testera <litacos@gmail.com> * @copyright Copyright (c) 2008 Carlos Testera González * @license http://creativecommons.org/licenses/LGPL/2.1/ * @package Models */class Sentence implements Custom_Model_Interface| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'__constructFromDb'
|
| 1 | $args |
array ( |
* Nuestro truco habitual para tener un constructor sobrecargado * * @param string $name * @param array $args * @return unknown */| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'26'
|
* @return unknown */ public function __call($name, $args) { return call_user_func_array(array($this, $name), $args); } /** * El constructor 'sobrecargado' de la clase * * Puede llamarse con un argumento (el id o la referencia) o con tres (el nombre, la referencia y la categoría).| Arg | Name | Value |
|---|---|---|
| 0 | $id |
'9'
|
| Arg | Name | Value |
|---|---|---|
| 0 | $function_name |
array ( |
| 1 | $parameters |
array ( |
private $_name; private $_address; private $_province; private $_country; private $_phone;| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'__constructFromDb'
|
| 1 | $args |
array ( |
private $_roomsDescription; private $_servicesDescription; private $_logo; private $_image; private $_flash; private $_guide;| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'9'
|
public function getOffers() { $offersTable = new Offers_Table(); $where = $offersTable->select()->where('id_hotel = ?', $this->getId()); $offersDb = $offersTable->fetchAll($where); $offers = array();| Arg | Name | Value |
|---|---|---|
| 0 | $order |
'id'
|
$date->add(7, Zend_Date::DAY); $this->hastaD = $date->get(Zend_Date::DAY); $this->hastaM = $date->get(Zend_Date::MONTH); $this->hastaY = $date->get(Zend_Date::YEAR);}| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/usr/home/olahotels.com/application/layouts/webheader.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 | ? |
'/usr/home/olahotels.com/application/layouts/webheader.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 |
'webheader.phtml'
|
} } elseif (null !== ($path = $this->getViewBasePath())) { $view->addBasePath($path, $this->_viewBasePrefix); } return $view->render($name); }}| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'webheader'
|
$this->headMeta()->appendName('rating', 'General'); $this->headMeta()->appendName('ROBOTS', 'INDEX,FOLLOW'); // ----------------------------------- // NUEVO DEL 20090918 | Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/usr/home/olahotels.com/application/layouts/default.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 | ? |
'/usr/home/olahotels.com/application/layouts/default.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 |
'default.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 |
Zend_Controller_Request_Http::__set_state(array(
'_paramSources' =>
array (
0 => '_GET',
1 => '_POST',
),
'_requestUri' => '/en/hotels/view/hotel/ola-apartamentos-bouganvillia/sec/the-hotel',
'_baseUrl' => '/en',
'_basePath' => NULL,
'_pathInfo' => '/hotels/view/hotel/ola-apartamentos-bouganvillia/sec/the-hotel',
'_params' =>
array (
'controller' => 'hotels',
'action' => 'view',
'hotel' => 'ola-apartamentos-bouganvillia',
'sec' => 'the-hotel',
'module' => 'default',
'error_handler' =>
ArrayObject::__set_state(array(
'exception' =>
Zend_Db_Table_Exception::__set_state(array(
'message' => 'Failed saving metadata to metadataCache',
'string' => '',
'code' => 0,
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 821,
'trace' =>
array (
0 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 857,
'function' => '_setupMetadata',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
1 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 964,
'function' => '_setupPrimaryKey',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
2 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Select.php',
'line' => 100,
'function' => 'info',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
3 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Select.php',
'line' => 78,
'function' => 'setTable',
'class' => 'Zend_Db_Table_Select',
'type' => '->',
'args' =>
array (
0 =>
Hotels_Table::__set_state(array(
'_name' => 'hotels',
'_definition' => NULL,
'_definitionConfigName' => NULL,
'_db' =>
Zend_Db_Adapter_Pdo_Mysql::__set_state(array(
'_pdoType' => 'mysql',
'_numericDataTypes' =>
array (
0 => 0,
1 => 1,
2 => 2,
'INT' => 0,
'INTEGER' => 0,
'MEDIUMINT' => 0,
'SMALLINT' => 0,
'TINYINT' => 0,
'BIGINT' => 1,
'SERIAL' => 1,
'DEC' => 2,
'DECIMAL' => 2,
'DOUBLE' => 2,
'DOUBLE PRECISION' => 2,
'FIXED' => 2,
'FLOAT' => 2,
),
'_defaultStmtClass' => 'Zend_Db_Statement_Pdo',
'_config' =>
array (
'host' => 'localhost',
'dbname' => 'olahotels_production',
'username' => 'olahotels_prod',
'password' => 'Us2w8C6d',
'charset' => NULL,
'persistent' => false,
'options' =>
array (
'caseFolding' => 0,
'autoQuoteIdentifiers' => true,
),
'driver_options' =>
array (
),
),
'_fetchMode' => 2,
'_profiler' =>
Zend_Db_Profiler::__set_state(array(
'_queryProfiles' =>
array (
),
'_enabled' => false,
'_filterElapsedSecs' => NULL,
'_filterTypes' => NULL,
)),
'_defaultProfilerClass' => 'Zend_Db_Profiler',
'_connection' =>
PDO::__set_state(array(
)),
'_caseFolding' => 0,
'_autoQuoteIdentifiers' => true,
'_allowSerialization' => true,
'_autoReconnectOnUnserialize' => false,
)),
'_schema' => NULL,
'_cols' => NULL,
'_primary' => NULL,
'_identity' => 1,
'_sequence' => true,
'_metadata' =>
array (
),
'_metadataCache' =>
Zend_Cache_Core::__set_state(array(
'_backend' =>
Zend_Cache_Backend_Sqlite::__set_state(array(
'_options' =>
array (
'cache_db_complete_path' => '/usr/home/olahotels.com/tmp/cache/zend_db_cache',
'automatic_vacuum_factor' => 10,
),
'_db' => NULL,
'_structureChecked' => true,
'_directives' =>
array (
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
),
)),
'_options' =>
array (
'write_control' => true,
'caching' => true,
'cache_id_prefix' => NULL,
'automatic_serialization' => 'true',
'automatic_cleaning_factor' => 10,
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
'ignore_user_abort' => false,
),
'_specificOptions' =>
array (
),
'_lastId' => 'da6aacb67f07f65398d9cf3c63d0e8d4',
'_extendedBackend' => true,
'_backendCapabilities' =>
array (
'automatic_cleaning' => true,
'tags' => true,
'expired_read' => true,
'priority' => false,
'infinite_lifetime' => true,
'get_list' => true,
),
)),
'_metadataCacheInClass' => true,
'_rowClass' => 'Zend_Db_Table_Row',
'_rowsetClass' => 'Zend_Db_Table_Rowset',
'_referenceMap' =>
array (
),
'_dependentTables' =>
array (
),
'_defaultSource' => 'defaultNone',
'_defaultValues' =>
array (
),
)),
),
),
4 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 1000,
'function' => '__construct',
'class' => 'Zend_Db_Table_Select',
'type' => '->',
'args' =>
array (
0 =>
Hotels_Table::__set_state(array(
'_name' => 'hotels',
'_definition' => NULL,
'_definitionConfigName' => NULL,
'_db' =>
Zend_Db_Adapter_Pdo_Mysql::__set_state(array(
'_pdoType' => 'mysql',
'_numericDataTypes' =>
array (
0 => 0,
1 => 1,
2 => 2,
'INT' => 0,
'INTEGER' => 0,
'MEDIUMINT' => 0,
'SMALLINT' => 0,
'TINYINT' => 0,
'BIGINT' => 1,
'SERIAL' => 1,
'DEC' => 2,
'DECIMAL' => 2,
'DOUBLE' => 2,
'DOUBLE PRECISION' => 2,
'FIXED' => 2,
'FLOAT' => 2,
),
'_defaultStmtClass' => 'Zend_Db_Statement_Pdo',
'_config' =>
array (
'host' => 'localhost',
'dbname' => 'olahotels_production',
'username' => 'olahotels_prod',
'password' => 'Us2w8C6d',
'charset' => NULL,
'persistent' => false,
'options' =>
array (
'caseFolding' => 0,
'autoQuoteIdentifiers' => true,
),
'driver_options' =>
array (
),
),
'_fetchMode' => 2,
'_profiler' =>
Zend_Db_Profiler::__set_state(array(
'_queryProfiles' =>
array (
),
'_enabled' => false,
'_filterElapsedSecs' => NULL,
'_filterTypes' => NULL,
)),
'_defaultProfilerClass' => 'Zend_Db_Profiler',
'_connection' =>
PDO::__set_state(array(
)),
'_caseFolding' => 0,
'_autoQuoteIdentifiers' => true,
'_allowSerialization' => true,
'_autoReconnectOnUnserialize' => false,
)),
'_schema' => NULL,
'_cols' => NULL,
'_primary' => NULL,
'_identity' => 1,
'_sequence' => true,
'_metadata' =>
array (
),
'_metadataCache' =>
Zend_Cache_Core::__set_state(array(
'_backend' =>
Zend_Cache_Backend_Sqlite::__set_state(array(
'_options' =>
array (
'cache_db_complete_path' => '/usr/home/olahotels.com/tmp/cache/zend_db_cache',
'automatic_vacuum_factor' => 10,
),
'_db' => NULL,
'_structureChecked' => true,
'_directives' =>
array (
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
),
)),
'_options' =>
array (
'write_control' => true,
'caching' => true,
'cache_id_prefix' => NULL,
'automatic_serialization' => 'true',
'automatic_cleaning_factor' => 10,
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
'ignore_user_abort' => false,
),
'_specificOptions' =>
array (
),
'_lastId' => 'da6aacb67f07f65398d9cf3c63d0e8d4',
'_extendedBackend' => true,
'_backendCapabilities' =>
array (
'automatic_cleaning' => true,
'tags' => true,
'expired_read' => true,
'priority' => false,
'infinite_lifetime' => true,
'get_list' => true,
),
)),
'_metadataCacheInClass' => true,
'_rowClass' => 'Zend_Db_Table_Row',
'_rowsetClass' => 'Zend_Db_Table_Rowset',
'_referenceMap' =>
array (
),
'_dependentTables' =>
array (
),
'_defaultSource' => 'defaultNone',
'_defaultValues' =>
array (
),
)),
),
),
5 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 163,
'function' => 'select',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
6 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 101,
'function' => 'referenceToId',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
7 =>
array (
'function' => '__constructFromDb',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
8 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 61,
'function' => 'call_user_func_array',
'args' =>
array (
0 =>
array (
0 =>
Hotel::__set_state(array(
'_id' => NULL,
'_reference' => NULL,
'_idTimon' => NULL,
'_name' => NULL,
'_address' => NULL,
'_province' => NULL,
'_country' => NULL,
'_phone' => NULL,
'_fax' => NULL,
'_category' => NULL,
'_type' => NULL,
'_description' => NULL,
'_roomsDescription' => NULL,
'_servicesDescription' => NULL,
'_logo' => NULL,
'_image' => NULL,
'_flash' => NULL,
'_guide' => NULL,
'_distinguished' => NULL,
'_published' => NULL,
'_mapUrl' => NULL,
'_flashIndex' => NULL,
'_transferBookUrl' => NULL,
'_metaTitle' => NULL,
'_metaDescription' => NULL,
)),
1 => '__constructFromDb',
),
1 =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
),
9 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 80,
'function' => '__call',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => '__constructFromDb',
1 =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
),
10 =>
array (
'file' => '/usr/home/olahotels.com/application/modules/default/controllers/HotelsController.php',
'line' => 40,
'function' => '__construct',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
11 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Action.php',
'line' => 513,
'function' => 'viewAction',
'class' => 'HotelsController',
'type' => '->',
'args' =>
array (
),
),
12 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Dispatcher/Standard.php',
'line' => 289,
'function' => 'dispatch',
'class' => 'Zend_Controller_Action',
'type' => '->',
'args' =>
array (
0 => 'viewAction',
),
),
13 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Front.php',
'line' => 946,
'function' => 'dispatch',
'class' => 'Zend_Controller_Dispatcher_Standard',
'type' => '->',
'args' =>
array (
0 =>
Zend_Controller_Request_Http::__set_state(array(
'_paramSources' =>
array (
0 => '_GET',
1 => '_POST',
),
'_requestUri' => '/en/hotels/view/hotel/ola-apartamentos-bouganvillia/sec/the-hotel',
'_baseUrl' => '/en',
'_basePath' => NULL,
'_pathInfo' => '/hotels/view/hotel/ola-apartamentos-bouganvillia/sec/the-hotel',
'_params' =>
array (
'controller' => 'hotels',
'action' => 'view',
'hotel' => 'ola-apartamentos-bouganvillia',
'sec' => 'the-hotel',
'module' => 'default',
'error_handler' =>
ArrayObject::__set_state(array(
'exception' =>
Zend_Db_Table_Exception::__set_state(array(
'message' => 'Failed saving metadata to metadataCache',
'string' => '',
'code' => 0,
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 821,
'trace' =>
array (
0 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 857,
'function' => '_setupMetadata',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
1 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 964,
'function' => '_setupPrimaryKey',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
2 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Select.php',
'line' => 100,
'function' => 'info',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
3 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Select.php',
'line' => 78,
'function' => 'setTable',
'class' => 'Zend_Db_Table_Select',
'type' => '->',
'args' =>
array (
0 =>
Hotels_Table::__set_state(array(
'_name' => 'hotels',
'_definition' => NULL,
'_definitionConfigName' => NULL,
'_db' =>
Zend_Db_Adapter_Pdo_Mysql::__set_state(array(
'_pdoType' => 'mysql',
'_numericDataTypes' =>
array (
0 => 0,
1 => 1,
2 => 2,
'INT' => 0,
'INTEGER' => 0,
'MEDIUMINT' => 0,
'SMALLINT' => 0,
'TINYINT' => 0,
'BIGINT' => 1,
'SERIAL' => 1,
'DEC' => 2,
'DECIMAL' => 2,
'DOUBLE' => 2,
'DOUBLE PRECISION' => 2,
'FIXED' => 2,
'FLOAT' => 2,
),
'_defaultStmtClass' => 'Zend_Db_Statement_Pdo',
'_config' =>
array (
'host' => 'localhost',
'dbname' => 'olahotels_production',
'username' => 'olahotels_prod',
'password' => 'Us2w8C6d',
'charset' => NULL,
'persistent' => false,
'options' =>
array (
'caseFolding' => 0,
'autoQuoteIdentifiers' => true,
),
'driver_options' =>
array (
),
),
'_fetchMode' => 2,
'_profiler' =>
Zend_Db_Profiler::__set_state(array(
'_queryProfiles' =>
array (
),
'_enabled' => false,
'_filterElapsedSecs' => NULL,
'_filterTypes' => NULL,
)),
'_defaultProfilerClass' => 'Zend_Db_Profiler',
'_connection' =>
PDO::__set_state(array(
)),
'_caseFolding' => 0,
'_autoQuoteIdentifiers' => true,
'_allowSerialization' => true,
'_autoReconnectOnUnserialize' => false,
)),
'_schema' => NULL,
'_cols' => NULL,
'_primary' => NULL,
'_identity' => 1,
'_sequence' => true,
'_metadata' =>
array (
),
'_metadataCache' =>
Zend_Cache_Core::__set_state(array(
'_backend' =>
Zend_Cache_Backend_Sqlite::__set_state(array(
'_options' =>
array (
'cache_db_complete_path' => '/usr/home/olahotels.com/tmp/cache/zend_db_cache',
'automatic_vacuum_factor' => 10,
),
'_db' => NULL,
'_structureChecked' => true,
'_directives' =>
array (
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
),
)),
'_options' =>
array (
'write_control' => true,
'caching' => true,
'cache_id_prefix' => NULL,
'automatic_serialization' => 'true',
'automatic_cleaning_factor' => 10,
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
'ignore_user_abort' => false,
),
'_specificOptions' =>
array (
),
'_lastId' => 'da6aacb67f07f65398d9cf3c63d0e8d4',
'_extendedBackend' => true,
'_backendCapabilities' =>
array (
'automatic_cleaning' => true,
'tags' => true,
'expired_read' => true,
'priority' => false,
'infinite_lifetime' => true,
'get_list' => true,
),
)),
'_metadataCacheInClass' => true,
'_rowClass' => 'Zend_Db_Table_Row',
'_rowsetClass' => 'Zend_Db_Table_Rowset',
'_referenceMap' =>
array (
),
'_dependentTables' =>
array (
),
'_defaultSource' => 'defaultNone',
'_defaultValues' =>
array (
),
)),
),
),
4 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 1000,
'function' => '__construct',
'class' => 'Zend_Db_Table_Select',
'type' => '->',
'args' =>
array (
0 =>
Hotels_Table::__set_state(array(
'_name' => 'hotels',
'_definition' => NULL,
'_definitionConfigName' => NULL,
'_db' =>
Zend_Db_Adapter_Pdo_Mysql::__set_state(array(
'_pdoType' => 'mysql',
'_numericDataTypes' =>
array (
0 => 0,
1 => 1,
2 => 2,
'INT' => 0,
'INTEGER' => 0,
'MEDIUMINT' => 0,
'SMALLINT' => 0,
'TINYINT' => 0,
'BIGINT' => 1,
'SERIAL' => 1,
'DEC' => 2,
'DECIMAL' => 2,
'DOUBLE' => 2,
'DOUBLE PRECISION' => 2,
'FIXED' => 2,
'FLOAT' => 2,
),
'_defaultStmtClass' => 'Zend_Db_Statement_Pdo',
'_config' =>
array (
'host' => 'localhost',
'dbname' => 'olahotels_production',
'username' => 'olahotels_prod',
'password' => 'Us2w8C6d',
'charset' => NULL,
'persistent' => false,
'options' =>
array (
'caseFolding' => 0,
'autoQuoteIdentifiers' => true,
),
'driver_options' =>
array (
),
),
'_fetchMode' => 2,
'_profiler' =>
Zend_Db_Profiler::__set_state(array(
'_queryProfiles' =>
array (
),
'_enabled' => false,
'_filterElapsedSecs' => NULL,
'_filterTypes' => NULL,
)),
'_defaultProfilerClass' => 'Zend_Db_Profiler',
'_connection' =>
PDO::__set_state(array(
)),
'_caseFolding' => 0,
'_autoQuoteIdentifiers' => true,
'_allowSerialization' => true,
'_autoReconnectOnUnserialize' => false,
)),
'_schema' => NULL,
'_cols' => NULL,
'_primary' => NULL,
'_identity' => 1,
'_sequence' => true,
'_metadata' =>
array (
),
'_metadataCache' =>
Zend_Cache_Core::__set_state(array(
'_backend' =>
Zend_Cache_Backend_Sqlite::__set_state(array(
'_options' =>
array (
'cache_db_complete_path' => '/usr/home/olahotels.com/tmp/cache/zend_db_cache',
'automatic_vacuum_factor' => 10,
),
'_db' => NULL,
'_structureChecked' => true,
'_directives' =>
array (
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
),
)),
'_options' =>
array (
'write_control' => true,
'caching' => true,
'cache_id_prefix' => NULL,
'automatic_serialization' => 'true',
'automatic_cleaning_factor' => 10,
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
'ignore_user_abort' => false,
),
'_specificOptions' =>
array (
),
'_lastId' => 'da6aacb67f07f65398d9cf3c63d0e8d4',
'_extendedBackend' => true,
'_backendCapabilities' =>
array (
'automatic_cleaning' => true,
'tags' => true,
'expired_read' => true,
'priority' => false,
'infinite_lifetime' => true,
'get_list' => true,
),
)),
'_metadataCacheInClass' => true,
'_rowClass' => 'Zend_Db_Table_Row',
'_rowsetClass' => 'Zend_Db_Table_Rowset',
'_referenceMap' =>
array (
),
'_dependentTables' =>
array (
),
'_defaultSource' => 'defaultNone',
'_defaultValues' =>
array (
),
)),
),
),
5 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 163,
'function' => 'select',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
6 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 101,
'function' => 'referenceToId',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
7 =>
array (
'function' => '__constructFromDb',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
8 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 61,
'function' => 'call_user_func_array',
'args' =>
array (
0 =>
array (
0 =>
Hotel::__set_state(array(
'_id' => NULL,
'_reference' => NULL,
'_idTimon' => NULL,
'_name' => NULL,
'_address' => NULL,
'_province' => NULL,
'_country' => NULL,
'_phone' => NULL,
'_fax' => NULL,
'_category' => NULL,
'_type' => NULL,
'_description' => NULL,
'_roomsDescription' => NULL,
'_servicesDescription' => NULL,
'_logo' => NULL,
'_image' => NULL,
'_flash' => NULL,
'_guide' => NULL,
'_distinguished' => NULL,
'_published' => NULL,
'_mapUrl' => NULL,
'_flashIndex' => NULL,
'_transferBookUrl' => NULL,
'_metaTitle' => NULL,
'_metaDescription' => NULL,
)),
1 => '__constructFromDb',
),
1 =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
),
9 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 80,
'function' => '__call',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => '__constructFromDb',
1 =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
),
10 =>
array (
'file' => '/usr/home/olahotels.com/application/modules/default/controllers/HotelsController.php',
'line' => 40,
'function' => '__construct',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
11 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Action.php',
'line' => 513,
'function' => 'viewAction',
'class' => 'HotelsController',
'type' => '->',
'args' =>
array (
),
),
12 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Dispatcher/Standard.php',
'line' => 289,
'function' => 'dispatch',
'class' => 'Zend_Controller_Action',
'type' => '->',
'args' =>
array (
0 => 'viewAction',
),
),
13 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Front.php',
'line' => 946,
'function' => 'dispatch',
'class' => 'Zend_Controller_Dispatcher_Standard',
'type' => '->',
'args' =>
array (
0 =>
Zend_Controller_Request_Http::__set_state(array(
'_paramSources' =>
array (
0 => '_GET',
1 => '_POST',
),
'_requestUri' => '/en/hotels/view/hotel/ola-apartamentos-bouganvillia/sec/the-hotel',
'_baseUrl' => '/en',
'_basePath' => NULL,
'_pathInfo' => '/hotels/view/hotel/ola-apartamentos-bouganvillia/sec/the-hotel',
'_params' =>
array (
'controller' => 'hotels',
'action' => 'view',
'hotel' => 'ola-apartamentos-bouganvillia',
'sec' => 'the-hotel',
'module' => 'default',
'error_handler' =>
ArrayObject::__set_state(array(
'exception' =>
Zend_Db_Table_Exception::__set_state(array(
'message' => 'Failed saving metadata to metadataCache',
'string' => '',
'code' => 0,
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 821,
'trace' =>
array (
0 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 857,
'function' => '_setupMetadata',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
1 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 964,
'function' => '_setupPrimaryKey',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
2 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Select.php',
'line' => 100,
'function' => 'info',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
3 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Select.php',
'line' => 78,
'function' => 'setTable',
'class' => 'Zend_Db_Table_Select',
'type' => '->',
'args' =>
array (
0 =>
Hotels_Table::__set_state(array(
'_name' => 'hotels',
'_definition' => NULL,
'_definitionConfigName' => NULL,
'_db' =>
Zend_Db_Adapter_Pdo_Mysql::__set_state(array(
'_pdoType' => 'mysql',
'_numericDataTypes' =>
array (
0 => 0,
1 => 1,
2 => 2,
'INT' => 0,
'INTEGER' => 0,
'MEDIUMINT' => 0,
'SMALLINT' => 0,
'TINYINT' => 0,
'BIGINT' => 1,
'SERIAL' => 1,
'DEC' => 2,
'DECIMAL' => 2,
'DOUBLE' => 2,
'DOUBLE PRECISION' => 2,
'FIXED' => 2,
'FLOAT' => 2,
),
'_defaultStmtClass' => 'Zend_Db_Statement_Pdo',
'_config' =>
array (
'host' => 'localhost',
'dbname' => 'olahotels_production',
'username' => 'olahotels_prod',
'password' => 'Us2w8C6d',
'charset' => NULL,
'persistent' => false,
'options' =>
array (
'caseFolding' => 0,
'autoQuoteIdentifiers' => true,
),
'driver_options' =>
array (
),
),
'_fetchMode' => 2,
'_profiler' =>
Zend_Db_Profiler::__set_state(array(
'_queryProfiles' =>
array (
),
'_enabled' => false,
'_filterElapsedSecs' => NULL,
'_filterTypes' => NULL,
)),
'_defaultProfilerClass' => 'Zend_Db_Profiler',
'_connection' =>
PDO::__set_state(array(
)),
'_caseFolding' => 0,
'_autoQuoteIdentifiers' => true,
'_allowSerialization' => true,
'_autoReconnectOnUnserialize' => false,
)),
'_schema' => NULL,
'_cols' => NULL,
'_primary' => NULL,
'_identity' => 1,
'_sequence' => true,
'_metadata' =>
array (
),
'_metadataCache' =>
Zend_Cache_Core::__set_state(array(
'_backend' =>
Zend_Cache_Backend_Sqlite::__set_state(array(
'_options' =>
array (
'cache_db_complete_path' => '/usr/home/olahotels.com/tmp/cache/zend_db_cache',
'automatic_vacuum_factor' => 10,
),
'_db' => NULL,
'_structureChecked' => true,
'_directives' =>
array (
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
),
)),
'_options' =>
array (
'write_control' => true,
'caching' => true,
'cache_id_prefix' => NULL,
'automatic_serialization' => 'true',
'automatic_cleaning_factor' => 10,
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
'ignore_user_abort' => false,
),
'_specificOptions' =>
array (
),
'_lastId' => 'da6aacb67f07f65398d9cf3c63d0e8d4',
'_extendedBackend' => true,
'_backendCapabilities' =>
array (
'automatic_cleaning' => true,
'tags' => true,
'expired_read' => true,
'priority' => false,
'infinite_lifetime' => true,
'get_list' => true,
),
)),
'_metadataCacheInClass' => true,
'_rowClass' => 'Zend_Db_Table_Row',
'_rowsetClass' => 'Zend_Db_Table_Rowset',
'_referenceMap' =>
array (
),
'_dependentTables' =>
array (
),
'_defaultSource' => 'defaultNone',
'_defaultValues' =>
array (
),
)),
),
),
4 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Db/Table/Abstract.php',
'line' => 1000,
'function' => '__construct',
'class' => 'Zend_Db_Table_Select',
'type' => '->',
'args' =>
array (
0 =>
Hotels_Table::__set_state(array(
'_name' => 'hotels',
'_definition' => NULL,
'_definitionConfigName' => NULL,
'_db' =>
Zend_Db_Adapter_Pdo_Mysql::__set_state(array(
'_pdoType' => 'mysql',
'_numericDataTypes' =>
array (
0 => 0,
1 => 1,
2 => 2,
'INT' => 0,
'INTEGER' => 0,
'MEDIUMINT' => 0,
'SMALLINT' => 0,
'TINYINT' => 0,
'BIGINT' => 1,
'SERIAL' => 1,
'DEC' => 2,
'DECIMAL' => 2,
'DOUBLE' => 2,
'DOUBLE PRECISION' => 2,
'FIXED' => 2,
'FLOAT' => 2,
),
'_defaultStmtClass' => 'Zend_Db_Statement_Pdo',
'_config' =>
array (
'host' => 'localhost',
'dbname' => 'olahotels_production',
'username' => 'olahotels_prod',
'password' => 'Us2w8C6d',
'charset' => NULL,
'persistent' => false,
'options' =>
array (
'caseFolding' => 0,
'autoQuoteIdentifiers' => true,
),
'driver_options' =>
array (
),
),
'_fetchMode' => 2,
'_profiler' =>
Zend_Db_Profiler::__set_state(array(
'_queryProfiles' =>
array (
),
'_enabled' => false,
'_filterElapsedSecs' => NULL,
'_filterTypes' => NULL,
)),
'_defaultProfilerClass' => 'Zend_Db_Profiler',
'_connection' =>
PDO::__set_state(array(
)),
'_caseFolding' => 0,
'_autoQuoteIdentifiers' => true,
'_allowSerialization' => true,
'_autoReconnectOnUnserialize' => false,
)),
'_schema' => NULL,
'_cols' => NULL,
'_primary' => NULL,
'_identity' => 1,
'_sequence' => true,
'_metadata' =>
array (
),
'_metadataCache' =>
Zend_Cache_Core::__set_state(array(
'_backend' =>
Zend_Cache_Backend_Sqlite::__set_state(array(
'_options' =>
array (
'cache_db_complete_path' => '/usr/home/olahotels.com/tmp/cache/zend_db_cache',
'automatic_vacuum_factor' => 10,
),
'_db' => NULL,
'_structureChecked' => true,
'_directives' =>
array (
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
),
)),
'_options' =>
array (
'write_control' => true,
'caching' => true,
'cache_id_prefix' => NULL,
'automatic_serialization' => 'true',
'automatic_cleaning_factor' => 10,
'lifetime' => '3600',
'logging' => false,
'logger' => NULL,
'ignore_user_abort' => false,
),
'_specificOptions' =>
array (
),
'_lastId' => 'da6aacb67f07f65398d9cf3c63d0e8d4',
'_extendedBackend' => true,
'_backendCapabilities' =>
array (
'automatic_cleaning' => true,
'tags' => true,
'expired_read' => true,
'priority' => false,
'infinite_lifetime' => true,
'get_list' => true,
),
)),
'_metadataCacheInClass' => true,
'_rowClass' => 'Zend_Db_Table_Row',
'_rowsetClass' => 'Zend_Db_Table_Rowset',
'_referenceMap' =>
array (
),
'_dependentTables' =>
array (
),
'_defaultSource' => 'defaultNone',
'_defaultValues' =>
array (
),
)),
),
),
5 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 163,
'function' => 'select',
'class' => 'Zend_Db_Table_Abstract',
'type' => '->',
'args' =>
array (
),
),
6 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 101,
'function' => 'referenceToId',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
7 =>
array (
'function' => '__constructFromDb',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
8 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 61,
'function' => 'call_user_func_array',
'args' =>
array (
0 =>
array (
0 =>
Hotel::__set_state(array(
'_id' => NULL,
'_reference' => NULL,
'_idTimon' => NULL,
'_name' => NULL,
'_address' => NULL,
'_province' => NULL,
'_country' => NULL,
'_phone' => NULL,
'_fax' => NULL,
'_category' => NULL,
'_type' => NULL,
'_description' => NULL,
'_roomsDescription' => NULL,
'_servicesDescription' => NULL,
'_logo' => NULL,
'_image' => NULL,
'_flash' => NULL,
'_guide' => NULL,
'_distinguished' => NULL,
'_published' => NULL,
'_mapUrl' => NULL,
'_flashIndex' => NULL,
'_transferBookUrl' => NULL,
'_metaTitle' => NULL,
'_metaDescription' => NULL,
)),
1 => '__constructFromDb',
),
1 =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
),
9 =>
array (
'file' => '/usr/home/olahotels.com/application/models/Hotel.php',
'line' => 80,
'function' => '__call',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => '__constructFromDb',
1 =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
),
10 =>
array (
'file' => '/usr/home/olahotels.com/application/modules/default/controllers/HotelsController.php',
'line' => 40,
'function' => '__construct',
'class' => 'Hotel',
'type' => '->',
'args' =>
array (
0 => 'ola-apartamentos-bouganvillia',
),
),
11 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Action.php',
'line' => 513,
'function' => 'viewAction',
'class' => 'HotelsController',
'type' => '->',
'args' =>
array (
),
),
12 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Dispatcher/Standard.php',
'line' => 289,
'function' => 'dispatch',
'class' => 'Zend_Controller_Action',
'type' => '->',
'args' =>
array (
0 => 'viewAction',
),
),
13 =>
array (
'file' => '/usr/home/olahotels.com/extlib/Zend/Controller/Front.php',
'line' => 946,
'function' => 'dispatch',
'class' => 'Zend_Controller_Dispatcher_Standard',
'type' => '->',
'args' =>
array (
0 =>
Zend_Controller_Request_Http::__set_state(array(
Fatal error: Nesting level too deep - recursive dependency? in /usr/home/olahotels.com/library/DefaultExceptionHandler.php on line 225 |