Code Context }
$this->set(compact('categoryAttrIds', 'title_for_layout', 'metaDescription', 'metaKeywords', 'canonicalUrl','pageImage'));
$tooltips = array(
(int) 1 => array(
'id' => '1',
'controller' => 'tooltips',
'action' => 'admin_index',
'parameters' => '',
'selector' => '#addTooltip',
'text_en' => 'add new tooltip',
'text_ro' => 'add new tooltip',
'created' => '2016-10-10 17:28:49',
'modified' => '2016-10-10 17:42:57'
),
(int) 4 => array(
'id' => '4',
'controller' => 'tooltips',
'action' => 'admin_index',
'parameters' => '',
'selector' => '.editTooltip',
'text_en' => 'edit tooltip',
'text_ro' => 'modifica tooltip',
'created' => '2016-10-11 10:26:50',
'modified' => '2016-10-11 10:26:50'
),
(int) 5 => array(
'id' => '5',
'controller' => 'tooltips',
'action' => 'admin_index',
'parameters' => '',
'selector' => '.deleteTooltip',
'text_en' => 'delete tooltip',
'text_ro' => 'sterge tooltip',
'created' => '2016-10-11 10:26:50',
'modified' => '2016-10-11 10:26:50'
),
(int) 6 => array(
'id' => '6',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '[name="data[Product][name_ro]"]',
'text_en' => 'product name',
'text_ro' => 'numele produsului',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:27:37'
),
(int) 7 => array(
'id' => '7',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '#vat_percentage',
'text_en' => 'VAT percentage',
'text_ro' => 'cota TVA',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:26:17'
),
(int) 8 => array(
'id' => '8',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '[name="data[Product][sku]"]',
'text_en' => 'SKU code',
'text_ro' => 'SKU code',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:27:48'
),
(int) 9 => array(
'id' => '9',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '#category_id',
'text_en' => 'Select Product Category',
'text_ro' => 'Selecteaza categoria produsului',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:26:26'
)
)
$tempTooltips = array(
(int) 0 => array(
'Tooltip' => array(
'id' => '1',
'controller' => 'tooltips',
'action' => 'admin_index',
'parameters' => '',
'selector' => '#addTooltip',
'text_en' => 'add new tooltip',
'text_ro' => 'add new tooltip',
'created' => '2016-10-10 17:28:49',
'modified' => '2016-10-10 17:42:57'
)
),
(int) 1 => array(
'Tooltip' => array(
'id' => '4',
'controller' => 'tooltips',
'action' => 'admin_index',
'parameters' => '',
'selector' => '.editTooltip',
'text_en' => 'edit tooltip',
'text_ro' => 'modifica tooltip',
'created' => '2016-10-11 10:26:50',
'modified' => '2016-10-11 10:26:50'
)
),
(int) 2 => array(
'Tooltip' => array(
'id' => '5',
'controller' => 'tooltips',
'action' => 'admin_index',
'parameters' => '',
'selector' => '.deleteTooltip',
'text_en' => 'delete tooltip',
'text_ro' => 'sterge tooltip',
'created' => '2016-10-11 10:26:50',
'modified' => '2016-10-11 10:26:50'
)
),
(int) 3 => array(
'Tooltip' => array(
'id' => '6',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '[name="data[Product][name_ro]"]',
'text_en' => 'product name',
'text_ro' => 'numele produsului',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:27:37'
)
),
(int) 4 => array(
'Tooltip' => array(
'id' => '7',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '#vat_percentage',
'text_en' => 'VAT percentage',
'text_ro' => 'cota TVA',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:26:17'
)
),
(int) 5 => array(
'Tooltip' => array(
'id' => '8',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '[name="data[Product][sku]"]',
'text_en' => 'SKU code',
'text_ro' => 'SKU code',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:27:48'
)
),
(int) 6 => array(
'Tooltip' => array(
'id' => '9',
'controller' => 'products',
'action' => 'admin_addProduct',
'parameters' => '',
'selector' => '#category_id',
'text_en' => 'Select Product Category',
'text_ro' => 'Selecteaza categoria produsului',
'created' => '2016-10-11 10:53:47',
'modified' => '2016-10-11 11:26:26'
)
)
)
$title_for_layout = 'ITXS - Solutii software complete'
$metaDescription = 'eFlex'
$metaKeywords = 'ITXS - Solutii software complete'
$pageImage = ''
$canonicalData = array()
$canonicalUrl = ''
compact - [internal], line ??
AppCoreController::beforeRender() - APP/Controller/Core/AppCoreController.php, line 1283
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??