Warning (2): Invalid argument supplied for foreach() [APP/Controller/ProductController.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code, line 62]Code Context$id = '48' $typeName = array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ) $groupId = array() $arrId = array( (int) 0 => '48' ) $duongdan = array( (int) 0 => array( 'Catalogue' => array( 'id' => '2', 'name' => 'Sản phẩm', 'name_eng' => 'Products', 'parent_id' => null, 'images' => null, 'images1' => null, 'lft' => '3', 'rght' => '86', 'pos' => '2', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-09', 'modified' => '2016-11-09', 'slug' => 'san-pham', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 1 => array( 'Catalogue' => array( 'id' => '39', 'name' => 'Phụ kiện cho đèn', 'name_eng' => 'Accessories for lights', 'parent_id' => '2', 'images' => null, 'images1' => null, 'lft' => '60', 'rght' => '85', 'pos' => '3', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'phu-kien-cho-den', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 2 => array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ) ) $conditions = array( (int) 0 => array( 'Product.status' => (int) 1, 'Product.cat_id' => array( (int) 0 => '48' ) ) ) $bixoa = '35,128' $sstemp = array()ProductController::index() - APP/Controller/ProductController.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code, line 62 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 118
Error: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
SQL Query: SELECT `Setting`.`id`, `Setting`.`name`, `Setting`.`title`, `Setting`.`address`, `Setting`.`address_vie`, `Setting`.`address_eng`, `Setting`.`contactinfo_vie`, `Setting`.`contactinfo_eng`, `Setting`.`contactinfo`, `Setting`.`telephone`, `Setting`.`hotline`, `Setting`.`email`, `Setting`.`url`, `Setting`.`meta_key`, `Setting`.`meta_des`, `Setting`.`created`, `Setting`.`modified`, `Setting`.`analytics`, `Setting`.`map`, `Setting`.`youtube`, `Setting`.`copyright`, `Setting`.`link1`, `Setting`.`link2`, `Setting`.`link3`, `Setting`.`link4` FROM `denplc_den`.`settings` AS `Setting` WHERE 1 = 1 LIMIT 1
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_results = $query;
array()
$options += array('log' => $this->fullDebug);
$t = microtime(true);
$this->_result = $this->_execute($sql, $params);
'SELECT `Setting`.`id`, `Setting`.`name`, `Setting`.`title`, `Setting`.`address`, `Setting`.`address_vie`, `Setting`.`address_eng`, `Setting`.`contactinfo_vie`, `Setting`.`contactinfo_eng`, `Setting`.`contactinfo`, `Setting`.`telephone`, `Setting`.`hotline`, `Setting`.`email`, `Setting`.`url`, `Setting`.`meta_key`, `Setting`.`meta_des`, `Setting`.`created`, `Setting`.`modified`, `Setting`.`analytics`, `Setting`.`map`, `Setting`.`youtube`, `Setting`.`copyright`, `Setting`.`link1`, `Setting`.`link2`, `Setting`.`link3`, `Setting`.`link4` FROM `denplc_den`.`settings` AS `Setting` WHERE 1 = 1 LIMIT 1' array()
if ($cache && ($cached = $this->getQueryCache($sql, $params)) !== false) {
return $cached;
}
$result = $this->execute($sql, array(), $params);
if ($result) {
'SELECT `Setting`.`id`, `Setting`.`name`, `Setting`.`title`, `Setting`.`address`, `Setting`.`address_vie`, `Setting`.`address_eng`, `Setting`.`contactinfo_vie`, `Setting`.`contactinfo_eng`, `Setting`.`contactinfo`, `Setting`.`telephone`, `Setting`.`hotline`, `Setting`.`email`, `Setting`.`url`, `Setting`.`meta_key`, `Setting`.`meta_des`, `Setting`.`created`, `Setting`.`modified`, `Setting`.`analytics`, `Setting`.`map`, `Setting`.`youtube`, `Setting`.`copyright`, `Setting`.`link1`, `Setting`.`link2`, `Setting`.`link3`, `Setting`.`link4` FROM `denplc_den`.`settings` AS `Setting` WHERE 1 = 1 LIMIT 1' array() array()
// Build SQL statement with the primary model, plus hasOne and belongsTo associations
$query = $this->buildAssociationQuery($Model, $queryData);
$resultSet = $this->fetchAll($query, $Model->cacheQueries);
unset($query);
'SELECT `Setting`.`id`, `Setting`.`name`, `Setting`.`title`, `Setting`.`address`, `Setting`.`address_vie`, `Setting`.`address_eng`, `Setting`.`contactinfo_vie`, `Setting`.`contactinfo_eng`, `Setting`.`contactinfo`, `Setting`.`telephone`, `Setting`.`hotline`, `Setting`.`email`, `Setting`.`url`, `Setting`.`meta_key`, `Setting`.`meta_des`, `Setting`.`created`, `Setting`.`modified`, `Setting`.`analytics`, `Setting`.`map`, `Setting`.`youtube`, `Setting`.`copyright`, `Setting`.`link1`, `Setting`.`link2`, `Setting`.`link3`, `Setting`.`link4` FROM `denplc_den`.`settings` AS `Setting` WHERE 1 = 1 LIMIT 1' false
* @return array
*/
protected function _readDataSource($type, $query) {
$results = $this->getDataSource()->read($this, $query);
$this->resetAssociations();
object(AppModel) { recursive => (int) 0 useDbConfig => 'default' useTable => 'settings' id => false data => array() schemaName => 'denplc_den' table => 'settings' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null plugin => null name => 'Setting' alias => 'Setting' tableToModel => array( 'settings' => 'Setting' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Setting' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => 'first' order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) tablePrefix => '' [protected] _schema => null [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null } array( 'conditions' => null, 'fields' => null, 'joins' => array(), 'limit' => (int) 1, 'offset' => null, 'order' => array(), 'page' => (int) 1, 'group' => null, 'callbacks' => true )
return null;
}
return $this->_readDataSource($type, $query);
}
'first' array( 'conditions' => null, 'fields' => null, 'joins' => array(), 'limit' => (int) 1, 'offset' => null, 'order' => array(), 'page' => (int) 1, 'group' => null, 'callbacks' => true )
'first'
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(CommonController) { name => 'Common' uses => array( [maximum depth reached] ) helpers => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Common' layoutPath => null viewVars => array([maximum depth reached]) view => 'cachang' layout => 'default' autoRender => false autoLayout => false Components => object(ComponentCollection) {} components => array( [maximum depth reached] ) viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Catalogue' modelKey => 'common' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Setting => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
array( (int) 0 => object(CommonController) { name => 'Common' uses => array( (int) 0 => 'Catalogue', (int) 1 => 'News', (int) 2 => 'Slideshow', (int) 3 => 'Banner', (int) 4 => 'Setting', (int) 5 => 'Advertisement', (int) 6 => 'Catalogy', (int) 7 => 'Product', (int) 8 => 'Support', (int) 9 => 'Cachang', (int) 10 => 'Atribute' ) helpers => array() request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Common' layoutPath => null viewVars => array() view => 'cachang' layout => 'default' autoRender => false autoLayout => false Components => object(ComponentCollection) {} components => array( (int) 0 => 'Session', (int) 1 => 'Flash' ) viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 0 => 'menusp', (int) 1 => 'menusp1', (int) 2 => 'cachang', (int) 3 => 'menusp2', (int) 4 => 'menutop', (int) 5 => 'thongtin', (int) 6 => 'thuoctinh', (int) 7 => 'banner', (int) 8 => 'menuft', (int) 9 => 'menuft1', (int) 10 => 'tinhot', (int) 11 => 'ykien', (int) 12 => 'intro', (int) 13 => 'quangcao', (int) 14 => 'qcao', (int) 15 => 'spmoi', (int) 16 => 'sphot', (int) 17 => 'spbc', (int) 18 => 'setting', (int) 19 => 'slideshow', (int) 20 => 'slideadv', (int) 21 => 'support', (int) 22 => 'submenu', (int) 23 => 'multiMenu', (int) 25 => '_setErrorLayout' ) modelClass => 'Catalogue' modelKey => 'common' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Setting => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} }, (int) 1 => 'beforeFilter' ) object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(CommonController) { name => 'Common' uses => array( [maximum depth reached] ) helpers => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Common' layoutPath => null viewVars => array([maximum depth reached]) view => 'cachang' layout => 'default' autoRender => false autoLayout => false Components => object(ComponentCollection) {} components => array( [maximum depth reached] ) viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Catalogue' modelKey => 'common' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Setting => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
* @triggers Controller.startup $this
*/
public function startupProcess() {
$this->getEventManager()->dispatch(new CakeEvent('Controller.initialize', $this));
$this->getEventManager()->dispatch(new CakeEvent('Controller.startup', $this));
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(CommonController) { name => 'Common' uses => array( [maximum depth reached] ) helpers => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Common' layoutPath => null viewVars => array([maximum depth reached]) view => 'cachang' layout => 'default' autoRender => false autoLayout => false Components => object(ComponentCollection) {} components => array( [maximum depth reached] ) viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Catalogue' modelKey => 'common' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Setting => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
*/
protected function _invoke(Controller $controller, CakeRequest $request) {
$controller->constructClasses();
$controller->startupProcess();
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(CommonController) { name => 'Common' uses => array( (int) 0 => 'Catalogue', (int) 1 => 'News', (int) 2 => 'Slideshow', (int) 3 => 'Banner', (int) 4 => 'Setting', (int) 5 => 'Advertisement', (int) 6 => 'Catalogy', (int) 7 => 'Product', (int) 8 => 'Support', (int) 9 => 'Cachang', (int) 10 => 'Atribute' ) helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'common/cachang' base => '' webroot => '/' here => '/common/cachang' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Common' layoutPath => null viewVars => array() view => 'cachang' layout => 'default' autoRender => false autoLayout => false Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(CommonController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } components => array( (int) 0 => 'Session', (int) 1 => 'Flash' ) viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 0 => 'menusp', (int) 1 => 'menusp1', (int) 2 => 'cachang', (int) 3 => 'menusp2', (int) 4 => 'menutop', (int) 5 => 'thongtin', (int) 6 => 'thuoctinh', (int) 7 => 'banner', (int) 8 => 'menuft', (int) 9 => 'menuft1', (int) 10 => 'tinhot', (int) 11 => 'ykien', (int) 12 => 'intro', (int) 13 => 'quangcao', (int) 14 => 'qcao', (int) 15 => 'spmoi', (int) 16 => 'sphot', (int) 17 => 'spbc', (int) 18 => 'setting', (int) 19 => 'slideshow', (int) 20 => 'slideadv', (int) 21 => 'support', (int) 22 => 'submenu', (int) 23 => 'multiMenu', (int) 25 => '_setErrorLayout' ) modelClass => 'Catalogue' modelKey => 'common' validationErrors => null Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Setting => object(AppModel) { recursive => (int) 0 useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'denplc_den' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Setting' alias => 'Setting' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'first' order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) tablePrefix => '' [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'common', 'action' => 'cachang', 'named' => array(), 'pass' => array(), 'autoRender' => (int) 0, 'return' => (int) 1, 'bare' => (int) 1, 'requested' => (int) 1, 'models' => array( 'Setting' => array( [maximum depth reached] ), 'Catalogue' => array( [maximum depth reached] ), 'Product' => array( [maximum depth reached] ), 'Atribute' => array( [maximum depth reached] ) ) ) data => array() query => array( 'delfl' => '35,128' ) url => 'common/cachang' base => '' webroot => '/' here => '/common/cachang' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
}
$dispatcher = new Dispatcher();
$result = $dispatcher->dispatch($request, new CakeResponse(), $extra);
Router::popRequest();
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'common', 'action' => 'cachang', 'named' => array(), 'pass' => array(), 'autoRender' => (int) 0, 'return' => (int) 1, 'bare' => (int) 1, 'requested' => (int) 1, 'models' => array( 'Setting' => array( [maximum depth reached] ), 'Catalogue' => array( [maximum depth reached] ), 'Product' => array( [maximum depth reached] ), 'Atribute' => array( [maximum depth reached] ) ) ) data => array() query => array( 'delfl' => '35,128' ) url => 'common/cachang' base => '' webroot => '/' here => '/common/cachang' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() } array( 'autoRender' => (int) 0, 'return' => (int) 1, 'bare' => (int) 1, 'requested' => (int) 1 )
<h2 class="titleright"><?php echo __('hsx'); ?></h2>
<div style="margin: 15px 0px;" class="slimbar">
<?php
$cachang = $this->requestAction('/common/cachang');
foreach($cachang as $rows) {
'/common/cachang'
extract($dataForView);
ob_start();
include $this->__viewFile;
'/home/denplc/domains/den.vn/public_html/app/View/Elements/left2.ctp'
$beforeEvent = new CakeEvent('View.beforeRenderFile', $this, array($viewFile));
$eventManager->dispatch($beforeEvent);
$content = $this->_evaluate($viewFile, $data);
'/home/denplc/domains/den.vn/public_html/app/View/Elements/left2.ctp' array( 'att' => array( (int) 0 => array( 'Atribute' => array( 'id' => '1', 'name' => 'phong cách', 'name_eng' => 'Style', 'parent_id' => null, 'images' => null, 'lft' => '1', 'rght' => '24', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'phong-cach', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Atribute' => array( 'id' => '2', 'name' => 'Xuất xứ', 'name_eng' => 'Origin', 'parent_id' => null, 'images' => null, 'lft' => '25', 'rght' => '44', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'xuat-xu', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Atribute' => array( 'id' => '8', 'name' => 'Vị trí', 'name_eng' => 'Position', 'parent_id' => null, 'images' => null, 'lft' => '45', 'rght' => '52', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'vi-tri', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Atribute' => array( 'id' => '11', 'name' => 'nguồn sáng', 'name_eng' => 'Light source', 'parent_id' => null, 'images' => null, 'lft' => '53', 'rght' => '78', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'nguon-sang', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ) ) ), (int) 4 => array( 'Atribute' => array( 'id' => '17', 'name' => 'ứng dụng', 'name_eng' => 'Application', 'parent_id' => null, 'images' => null, 'lft' => '79', 'rght' => '154', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'ung-dung', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ) ) ), (int) 5 => array( 'Atribute' => array( 'id' => '35', 'name' => 'các loại đèn', 'name_eng' => 'Kind of lighting', 'parent_id' => null, 'images' => null, 'lft' => '155', 'rght' => '278', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'cac-loai-den', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ), (int) 37 => array( [maximum depth reached] ), (int) 38 => array( [maximum depth reached] ), (int) 39 => array( [maximum depth reached] ), (int) 40 => array( [maximum depth reached] ), (int) 41 => array( [maximum depth reached] ), (int) 42 => array( [maximum depth reached] ), (int) 43 => array( [maximum depth reached] ), (int) 44 => array( [maximum depth reached] ), (int) 45 => array( [maximum depth reached] ), (int) 46 => array( [maximum depth reached] ), (int) 47 => array( [maximum depth reached] ), (int) 48 => array( [maximum depth reached] ), (int) 49 => array( [maximum depth reached] ), (int) 50 => array( [maximum depth reached] ), (int) 51 => array( [maximum depth reached] ), (int) 52 => array( [maximum depth reached] ), (int) 53 => array( [maximum depth reached] ), (int) 54 => array( [maximum depth reached] ), (int) 55 => array( [maximum depth reached] ), (int) 56 => array( [maximum depth reached] ), (int) 57 => array( [maximum depth reached] ), (int) 58 => array( [maximum depth reached] ), (int) 59 => array( [maximum depth reached] ), (int) 60 => array( [maximum depth reached] ) ) ), (int) 6 => array( 'Atribute' => array( 'id' => '67', 'name' => 'Người thiết kế', 'name_eng' => 'Designer', 'parent_id' => null, 'images' => null, 'lft' => '279', 'rght' => '306', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'nguoi-thiet-ke', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ) ), (int) 7 => array( 'Atribute' => array( 'id' => '70', 'name' => 'Vật liệu', 'name_eng' => 'Material', 'parent_id' => null, 'images' => null, 'lft' => '307', 'rght' => '362', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'vat-lieu-1', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ) ) ), (int) 8 => array( 'Atribute' => array( 'id' => '83', 'name' => 'Khoảng giá', 'name_eng' => 'Price', 'parent_id' => null, 'images' => null, 'lft' => '363', 'rght' => '374', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'khoang-gia', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ) ), 'listProduct' => array(), 'description_for_layout' => 'Tủ điện', 'keywords_for_layout' => 'Tủ điện', 'title_for_layout' => 'Tủ điện', 'duongdan' => array( (int) 0 => array( 'Catalogue' => array( 'id' => '2', 'name' => 'Sản phẩm', 'name_eng' => 'Products', 'parent_id' => null, 'images' => null, 'images1' => null, 'lft' => '3', 'rght' => '86', 'pos' => '2', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-09', 'modified' => '2016-11-09', 'slug' => 'san-pham', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 1 => array( 'Catalogue' => array( 'id' => '39', 'name' => 'Phụ kiện cho đèn', 'name_eng' => 'Accessories for lights', 'parent_id' => '2', 'images' => null, 'images1' => null, 'lft' => '60', 'rght' => '85', 'pos' => '3', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'phu-kien-cho-den', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 2 => array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ) ), 'typeName' => array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), 'lang' => '_eng', 'setting' => array( 'Setting' => array( 'id' => '1', 'name' => 'CÔNG TY TNHH UFO VIỆT NAM. ', 'title' => 'Tổng đại lý kho bán đèn trang trí cao cấp.Bừng sáng không gian đẹp nội ngoại thất.', 'address' => '<p><strong>CÔNG TY TNHH UFO VIỆT NAM</strong>. <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax 043 640 1604<br /> Showroom: 75A Nguyễn Trãi - Thanh Xuân - Hà Nội<br /> Số 27 đường 68 - Khu phố 2 - Phường Hiệp Phú - Quận 9 - TP. Hồ Chí Minh</p> ', 'address_vie' => '', 'address_eng' => '<strong>UFO VIETNAM COMPANY LIMITED.</strong><br /> Transaction name : <strong>UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax: 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> Website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Transaction name: <strong> UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number : 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax: 0243 640 1604<br /> Showroom:No. 75A Nguyen Trai - Thanh Xuan - Ha Noi<br /> No 27 Street 68 - 2 Quarter- Hiep Phu Ward - 9 Dist -Ho Chi Minh city', 'contactinfo_vie' => '', 'contactinfo_eng' => '<strong>UFO VIETNAM COMPANY LIMITED.</strong><br /> Transaction name : <strong>UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax: 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> Website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Transaction name: <strong> UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number : 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax: 0243 640 1604<br /> Showroom:No. 75A Nguyen Trai - Thanh Xuan - Ha Noi<br /> No 27 Street 68 - 2 Quarter- Hiep Phu Ward - 9 Dist -Ho Chi Minh city', 'contactinfo' => '<strong>CÔNG TY TNHH UFO VIỆT NAM</strong>. <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax 043 640 1604<br /> Showroom: 75A Nguyễn Trãi - Thanh Xuân - Hà Nội<br /> Số 27 đường 68 - Khu phố 2 - Phường Hiệp Phú - Quận 9 - TP. Hồ Chí Minh', 'telephone' => '', 'hotline' => '0988 924 662', 'email' => 'marketing.mizino@gmail.com', 'url' => '', 'meta_key' => 'Bán đèn trang trí,đèn trang trí trung quốc,mẫu đèn chùm trung quốc,đèn chùm trung quốc giá rẻ,đèn chùm pha lê trung quốc hà nội', 'meta_des' => 'Bán Đèn chùm Led Trang Trí -Đại lý phân phối mua bán đèn trang trí,bán đèn chùm pha lê,đèn chùm nội thất phòng khách phòng ngủ phòng ăn,đèn ngoại thất sân vườn trụ cột ở tại Hà Nội, tpHCM', 'created' => '2012-06-05', 'modified' => '1514251665', 'analytics' => '<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-110174298-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-110174298-4'); </script> <!-- Google Code dành cho Thẻ tiếp thị lại --> <!-------------------------------------------------- Không thể liên kết thẻ tiếp thị lại với thông tin nhận dạng cá nhân hay đặt thẻ tiếp thị lại trên các trang có liên quan đến danh mục nhạy cảm. Xem thêm thông tin và hướng dẫn về cách thiết lập thẻ trên: http://google.com/ads/remarketingsetup ---------------------------------------------------> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 825171012; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/825171012/?guid=ON&script=0"/> </div> </noscript> ', 'map' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3725.0902407835074!2d105.82462751455051!3d20.989019486020005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac8af5313ec5%3A0xc1b5aaf7cc9a694c!2zTmfDtSAxOTIgLSBMw6ogVHLhu41uZyBU4bqlbiwgS2jGsMahbmcgTWFpLCBUaGFuaCBYdcOibiwgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1479976223465" width="100%" height="410" frameborder="0" style="border:0" allowfullscreen></iframe><br/><br/> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d11083.266600031202!2d106.7712563786371!3d10.847502936176813!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3175270d0ffe6e27%3A0x7def0afed2a6e529!2zSGnhu4dwIFBow7osIFF14bqtbiA5LCBI4buTIENow60gTWluaCwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1479976502721" width="100%" height="410" frameborder="0" style="border:0" allowfullscreen></iframe>', 'youtube' => '', 'copyright' => '', 'link1' => 'https://www.facebook.com/dendandung/', 'link2' => '', 'link3' => '', 'link4' => 'https://www.youtube.com/channel/UC6c0TUn6gbDkkBvfLoqQN-g?view_as=subscriber' ) ) )
$this->getEventManager()->dispatch(new CakeEvent('View.beforeRender', $this, array($file)));
}
$element = $this->_render($file, array_merge($this->viewVars, $data));
'/home/denplc/domains/den.vn/public_html/app/View/Elements/left2.ctp' array( 'att' => array( (int) 0 => array( 'Atribute' => array( 'id' => '1', 'name' => 'phong cách', 'name_eng' => 'Style', 'parent_id' => null, 'images' => null, 'lft' => '1', 'rght' => '24', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'phong-cach', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Atribute' => array( 'id' => '2', 'name' => 'Xuất xứ', 'name_eng' => 'Origin', 'parent_id' => null, 'images' => null, 'lft' => '25', 'rght' => '44', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'xuat-xu', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Atribute' => array( 'id' => '8', 'name' => 'Vị trí', 'name_eng' => 'Position', 'parent_id' => null, 'images' => null, 'lft' => '45', 'rght' => '52', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'vi-tri', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Atribute' => array( 'id' => '11', 'name' => 'nguồn sáng', 'name_eng' => 'Light source', 'parent_id' => null, 'images' => null, 'lft' => '53', 'rght' => '78', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'nguon-sang', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ) ) ), (int) 4 => array( 'Atribute' => array( 'id' => '17', 'name' => 'ứng dụng', 'name_eng' => 'Application', 'parent_id' => null, 'images' => null, 'lft' => '79', 'rght' => '154', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'ung-dung', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ) ) ), (int) 5 => array( 'Atribute' => array( 'id' => '35', 'name' => 'các loại đèn', 'name_eng' => 'Kind of lighting', 'parent_id' => null, 'images' => null, 'lft' => '155', 'rght' => '278', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'cac-loai-den', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ), (int) 37 => array( [maximum depth reached] ), (int) 38 => array( [maximum depth reached] ), (int) 39 => array( [maximum depth reached] ), (int) 40 => array( [maximum depth reached] ), (int) 41 => array( [maximum depth reached] ), (int) 42 => array( [maximum depth reached] ), (int) 43 => array( [maximum depth reached] ), (int) 44 => array( [maximum depth reached] ), (int) 45 => array( [maximum depth reached] ), (int) 46 => array( [maximum depth reached] ), (int) 47 => array( [maximum depth reached] ), (int) 48 => array( [maximum depth reached] ), (int) 49 => array( [maximum depth reached] ), (int) 50 => array( [maximum depth reached] ), (int) 51 => array( [maximum depth reached] ), (int) 52 => array( [maximum depth reached] ), (int) 53 => array( [maximum depth reached] ), (int) 54 => array( [maximum depth reached] ), (int) 55 => array( [maximum depth reached] ), (int) 56 => array( [maximum depth reached] ), (int) 57 => array( [maximum depth reached] ), (int) 58 => array( [maximum depth reached] ), (int) 59 => array( [maximum depth reached] ), (int) 60 => array( [maximum depth reached] ) ) ), (int) 6 => array( 'Atribute' => array( 'id' => '67', 'name' => 'Người thiết kế', 'name_eng' => 'Designer', 'parent_id' => null, 'images' => null, 'lft' => '279', 'rght' => '306', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'nguoi-thiet-ke', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ) ), (int) 7 => array( 'Atribute' => array( 'id' => '70', 'name' => 'Vật liệu', 'name_eng' => 'Material', 'parent_id' => null, 'images' => null, 'lft' => '307', 'rght' => '362', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'vat-lieu-1', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ) ) ), (int) 8 => array( 'Atribute' => array( 'id' => '83', 'name' => 'Khoảng giá', 'name_eng' => 'Price', 'parent_id' => null, 'images' => null, 'lft' => '363', 'rght' => '374', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'khoang-gia', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ) ), 'listProduct' => array(), 'description_for_layout' => 'Tủ điện', 'keywords_for_layout' => 'Tủ điện', 'title_for_layout' => 'Tủ điện', 'duongdan' => array( (int) 0 => array( 'Catalogue' => array( 'id' => '2', 'name' => 'Sản phẩm', 'name_eng' => 'Products', 'parent_id' => null, 'images' => null, 'images1' => null, 'lft' => '3', 'rght' => '86', 'pos' => '2', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-09', 'modified' => '2016-11-09', 'slug' => 'san-pham', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 1 => array( 'Catalogue' => array( 'id' => '39', 'name' => 'Phụ kiện cho đèn', 'name_eng' => 'Accessories for lights', 'parent_id' => '2', 'images' => null, 'images1' => null, 'lft' => '60', 'rght' => '85', 'pos' => '3', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'phu-kien-cho-den', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 2 => array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ) ), 'typeName' => array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), 'lang' => '_eng', 'setting' => array( 'Setting' => array( 'id' => '1', 'name' => 'CÔNG TY TNHH UFO VIỆT NAM. ', 'title' => 'Tổng đại lý kho bán đèn trang trí cao cấp.Bừng sáng không gian đẹp nội ngoại thất.', 'address' => '<p><strong>CÔNG TY TNHH UFO VIỆT NAM</strong>. <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax 043 640 1604<br /> Showroom: 75A Nguyễn Trãi - Thanh Xuân - Hà Nội<br /> Số 27 đường 68 - Khu phố 2 - Phường Hiệp Phú - Quận 9 - TP. Hồ Chí Minh</p> ', 'address_vie' => '', 'address_eng' => '<strong>UFO VIETNAM COMPANY LIMITED.</strong><br /> Transaction name : <strong>UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax: 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> Website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Transaction name: <strong> UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number : 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax: 0243 640 1604<br /> Showroom:No. 75A Nguyen Trai - Thanh Xuan - Ha Noi<br /> No 27 Street 68 - 2 Quarter- Hiep Phu Ward - 9 Dist -Ho Chi Minh city', 'contactinfo_vie' => '', 'contactinfo_eng' => '<strong>UFO VIETNAM COMPANY LIMITED.</strong><br /> Transaction name : <strong>UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax: 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> Website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Transaction name: <strong> UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number : 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax: 0243 640 1604<br /> Showroom:No. 75A Nguyen Trai - Thanh Xuan - Ha Noi<br /> No 27 Street 68 - 2 Quarter- Hiep Phu Ward - 9 Dist -Ho Chi Minh city', 'contactinfo' => '<strong>CÔNG TY TNHH UFO VIỆT NAM</strong>. <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax 043 640 1604<br /> Showroom: 75A Nguyễn Trãi - Thanh Xuân - Hà Nội<br /> Số 27 đường 68 - Khu phố 2 - Phường Hiệp Phú - Quận 9 - TP. Hồ Chí Minh', 'telephone' => '', 'hotline' => '0988 924 662', 'email' => 'marketing.mizino@gmail.com', 'url' => '', 'meta_key' => 'Bán đèn trang trí,đèn trang trí trung quốc,mẫu đèn chùm trung quốc,đèn chùm trung quốc giá rẻ,đèn chùm pha lê trung quốc hà nội', 'meta_des' => 'Bán Đèn chùm Led Trang Trí -Đại lý phân phối mua bán đèn trang trí,bán đèn chùm pha lê,đèn chùm nội thất phòng khách phòng ngủ phòng ăn,đèn ngoại thất sân vườn trụ cột ở tại Hà Nội, tpHCM', 'created' => '2012-06-05', 'modified' => '1514251665', 'analytics' => '<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-110174298-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-110174298-4'); </script> <!-- Google Code dành cho Thẻ tiếp thị lại --> <!-------------------------------------------------- Không thể liên kết thẻ tiếp thị lại với thông tin nhận dạng cá nhân hay đặt thẻ tiếp thị lại trên các trang có liên quan đến danh mục nhạy cảm. Xem thêm thông tin và hướng dẫn về cách thiết lập thẻ trên: http://google.com/ads/remarketingsetup ---------------------------------------------------> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 825171012; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/825171012/?guid=ON&script=0"/> </div> </noscript> ', 'map' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3725.0902407835074!2d105.82462751455051!3d20.989019486020005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac8af5313ec5%3A0xc1b5aaf7cc9a694c!2zTmfDtSAxOTIgLSBMw6ogVHLhu41uZyBU4bqlbiwgS2jGsMahbmcgTWFpLCBUaGFuaCBYdcOibiwgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1479976223465" width="100%" height="410" frameborder="0" style="border:0" allowfullscreen></iframe><br/><br/> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d11083.266600031202!2d106.7712563786371!3d10.847502936176813!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3175270d0ffe6e27%3A0x7def0afed2a6e529!2zSGnhu4dwIFBow7osIFF14bqtbiA5LCBI4buTIENow60gTWluaCwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1479976502721" width="100%" height="410" frameborder="0" style="border:0" allowfullscreen></iframe>', 'youtube' => '', 'copyright' => '', 'link1' => 'https://www.facebook.com/dendandung/', 'link2' => '', 'link3' => '', 'link4' => 'https://www.youtube.com/channel/UC6c0TUn6gbDkkBvfLoqQN-g?view_as=subscriber' ) ) )
$file = $this->_getElementFilename($name);
if ($file) {
return $this->_renderElement($file, $data, $options);
}
'/home/denplc/domains/den.vn/public_html/app/View/Elements/left2.ctp' array() array( 'callbacks' => false )
'left2'
<
?
extract($dataForView);
ob_start();
include $this->__viewFile;
'/home/denplc/domains/den.vn/public_html/app/View/Product/index.ctp'
$beforeEvent = new CakeEvent('View.beforeRenderFile', $this, array($viewFile));
$eventManager->dispatch($beforeEvent);
$content = $this->_evaluate($viewFile, $data);
'/home/denplc/domains/den.vn/public_html/app/View/Product/index.ctp' array( 'att' => array( (int) 0 => array( 'Atribute' => array( 'id' => '1', 'name' => 'phong cách', 'name_eng' => 'Style', 'parent_id' => null, 'images' => null, 'lft' => '1', 'rght' => '24', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'phong-cach', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ) ) ), (int) 1 => array( 'Atribute' => array( 'id' => '2', 'name' => 'Xuất xứ', 'name_eng' => 'Origin', 'parent_id' => null, 'images' => null, 'lft' => '25', 'rght' => '44', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'xuat-xu', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ) ) ), (int) 2 => array( 'Atribute' => array( 'id' => '8', 'name' => 'Vị trí', 'name_eng' => 'Position', 'parent_id' => null, 'images' => null, 'lft' => '45', 'rght' => '52', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'vi-tri', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ) ), (int) 3 => array( 'Atribute' => array( 'id' => '11', 'name' => 'nguồn sáng', 'name_eng' => 'Light source', 'parent_id' => null, 'images' => null, 'lft' => '53', 'rght' => '78', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'nguon-sang', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ) ) ), (int) 4 => array( 'Atribute' => array( 'id' => '17', 'name' => 'ứng dụng', 'name_eng' => 'Application', 'parent_id' => null, 'images' => null, 'lft' => '79', 'rght' => '154', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'ung-dung', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ) ) ), (int) 5 => array( 'Atribute' => array( 'id' => '35', 'name' => 'các loại đèn', 'name_eng' => 'Kind of lighting', 'parent_id' => null, 'images' => null, 'lft' => '155', 'rght' => '278', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-09', 'modified' => '2016-12-17', 'slug' => 'cac-loai-den', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ), (int) 29 => array( [maximum depth reached] ), (int) 30 => array( [maximum depth reached] ), (int) 31 => array( [maximum depth reached] ), (int) 32 => array( [maximum depth reached] ), (int) 33 => array( [maximum depth reached] ), (int) 34 => array( [maximum depth reached] ), (int) 35 => array( [maximum depth reached] ), (int) 36 => array( [maximum depth reached] ), (int) 37 => array( [maximum depth reached] ), (int) 38 => array( [maximum depth reached] ), (int) 39 => array( [maximum depth reached] ), (int) 40 => array( [maximum depth reached] ), (int) 41 => array( [maximum depth reached] ), (int) 42 => array( [maximum depth reached] ), (int) 43 => array( [maximum depth reached] ), (int) 44 => array( [maximum depth reached] ), (int) 45 => array( [maximum depth reached] ), (int) 46 => array( [maximum depth reached] ), (int) 47 => array( [maximum depth reached] ), (int) 48 => array( [maximum depth reached] ), (int) 49 => array( [maximum depth reached] ), (int) 50 => array( [maximum depth reached] ), (int) 51 => array( [maximum depth reached] ), (int) 52 => array( [maximum depth reached] ), (int) 53 => array( [maximum depth reached] ), (int) 54 => array( [maximum depth reached] ), (int) 55 => array( [maximum depth reached] ), (int) 56 => array( [maximum depth reached] ), (int) 57 => array( [maximum depth reached] ), (int) 58 => array( [maximum depth reached] ), (int) 59 => array( [maximum depth reached] ), (int) 60 => array( [maximum depth reached] ) ) ), (int) 6 => array( 'Atribute' => array( 'id' => '67', 'name' => 'Người thiết kế', 'name_eng' => 'Designer', 'parent_id' => null, 'images' => null, 'lft' => '279', 'rght' => '306', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'nguoi-thiet-ke', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ) ) ), (int) 7 => array( 'Atribute' => array( 'id' => '70', 'name' => 'Vật liệu', 'name_eng' => 'Material', 'parent_id' => null, 'images' => null, 'lft' => '307', 'rght' => '362', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'vat-lieu-1', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ) ) ), (int) 8 => array( 'Atribute' => array( 'id' => '83', 'name' => 'Khoảng giá', 'name_eng' => 'Price', 'parent_id' => null, 'images' => null, 'lft' => '363', 'rght' => '374', 'pos' => '0', 'status' => '1', 'title_seo' => null, 'meta_key' => null, 'meta_des' => null, 'created' => '2016-11-13', 'modified' => '2016-12-17', 'slug' => 'khoang-gia', 'type' => '1', 'hot' => '0', 'giatu' => null, 'giaden' => null, 'mamau' => null ), 'children' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) ) ), 'listProduct' => array(), 'description_for_layout' => 'Tủ điện', 'keywords_for_layout' => 'Tủ điện', 'title_for_layout' => 'Tủ điện', 'duongdan' => array( (int) 0 => array( 'Catalogue' => array( 'id' => '2', 'name' => 'Sản phẩm', 'name_eng' => 'Products', 'parent_id' => null, 'images' => null, 'images1' => null, 'lft' => '3', 'rght' => '86', 'pos' => '2', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-09', 'modified' => '2016-11-09', 'slug' => 'san-pham', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 1 => array( 'Catalogue' => array( 'id' => '39', 'name' => 'Phụ kiện cho đèn', 'name_eng' => 'Accessories for lights', 'parent_id' => '2', 'images' => null, 'images1' => null, 'lft' => '60', 'rght' => '85', 'pos' => '3', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'phu-kien-cho-den', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), (int) 2 => array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ) ), 'typeName' => array( 'Catalogue' => array( 'id' => '48', 'name' => 'Tủ điện', 'name_eng' => 'Electrical cabinets', 'parent_id' => '39', 'images' => null, 'images1' => null, 'lft' => '77', 'rght' => '78', 'pos' => '395', 'status' => '1', 'title_seo' => '', 'meta_key' => '', 'meta_des' => '', 'created' => '2016-11-13', 'modified' => '2016-11-13', 'slug' => 'tu-dien-1', 'type' => '2', 'link' => '', 'hot' => '0', 'at' => null, 'images_multi' => null ) ), 'lang' => '_eng', 'setting' => array( 'Setting' => array( 'id' => '1', 'name' => 'CÔNG TY TNHH UFO VIỆT NAM. ', 'title' => 'Tổng đại lý kho bán đèn trang trí cao cấp.Bừng sáng không gian đẹp nội ngoại thất.', 'address' => '<p><strong>CÔNG TY TNHH UFO VIỆT NAM</strong>. <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax 043 640 1604<br /> Showroom: 75A Nguyễn Trãi - Thanh Xuân - Hà Nội<br /> Số 27 đường 68 - Khu phố 2 - Phường Hiệp Phú - Quận 9 - TP. Hồ Chí Minh</p> ', 'address_vie' => '', 'address_eng' => '<strong>UFO VIETNAM COMPANY LIMITED.</strong><br /> Transaction name : <strong>UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax: 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> Website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Transaction name: <strong> UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number : 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax: 0243 640 1604<br /> Showroom:No. 75A Nguyen Trai - Thanh Xuan - Ha Noi<br /> No 27 Street 68 - 2 Quarter- Hiep Phu Ward - 9 Dist -Ho Chi Minh city', 'contactinfo_vie' => '', 'contactinfo_eng' => '<strong>UFO VIETNAM COMPANY LIMITED.</strong><br /> Transaction name : <strong>UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax: 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> Website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Transaction name: <strong> UFO VIETNAM COMPANY LIMITED</strong><br /> <!--StartFragment-->Abbreviated name<!--EndFragment-->: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Main Office: <strong>No. 185-187, Lane 192 Le Trong Tan Street, Dinh Cong ward, Hoang Mai Dist, Ha Noi city.</strong><br /> Phone number : 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax: 0243 640 1604<br /> Showroom:No. 75A Nguyen Trai - Thanh Xuan - Ha Noi<br /> No 27 Street 68 - 2 Quarter- Hiep Phu Ward - 9 Dist -Ho Chi Minh city', 'contactinfo' => '<strong>CÔNG TY TNHH UFO VIỆT NAM</strong>. <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 / 0243 640 1604/ 0243 566 7993/ 0944 577 955/ 0944 577 933<br /> Fax 0243 640 1604<br /> Email:info@den.vn - info@lighting.vn - info@ufo.com.vn<br /> website: www.den.vn - www.lighting.vn - www.ufo.com.vn - www.light.vn<br /> <br /> <br /> Tên giao dịch <strong> UFO VIỆT NAM COMPANY LIMITED</strong><br /> Tên viết tắt: <strong>UFO VIỆT NAM CO., LTD</strong><br /> Văn phòng giao dịch: <strong>185-187 ngõ 192 Lê Trọng Tấn, Định Công, Hoàng Mai, Hà Nội</strong><br /> Điện thoại: 0243 550 1622 0243 640 1604 / 0243 566 7993<br /> Fax 043 640 1604<br /> Showroom: 75A Nguyễn Trãi - Thanh Xuân - Hà Nội<br /> Số 27 đường 68 - Khu phố 2 - Phường Hiệp Phú - Quận 9 - TP. Hồ Chí Minh', 'telephone' => '', 'hotline' => '0988 924 662', 'email' => 'marketing.mizino@gmail.com', 'url' => '', 'meta_key' => 'Bán đèn trang trí,đèn trang trí trung quốc,mẫu đèn chùm trung quốc,đèn chùm trung quốc giá rẻ,đèn chùm pha lê trung quốc hà nội', 'meta_des' => 'Bán Đèn chùm Led Trang Trí -Đại lý phân phối mua bán đèn trang trí,bán đèn chùm pha lê,đèn chùm nội thất phòng khách phòng ngủ phòng ăn,đèn ngoại thất sân vườn trụ cột ở tại Hà Nội, tpHCM', 'created' => '2012-06-05', 'modified' => '1514251665', 'analytics' => '<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-110174298-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-110174298-4'); </script> <!-- Google Code dành cho Thẻ tiếp thị lại --> <!-------------------------------------------------- Không thể liên kết thẻ tiếp thị lại với thông tin nhận dạng cá nhân hay đặt thẻ tiếp thị lại trên các trang có liên quan đến danh mục nhạy cảm. Xem thêm thông tin và hướng dẫn về cách thiết lập thẻ trên: http://google.com/ads/remarketingsetup ---------------------------------------------------> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 825171012; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/825171012/?guid=ON&script=0"/> </div> </noscript> ', 'map' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3725.0902407835074!2d105.82462751455051!3d20.989019486020005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac8af5313ec5%3A0xc1b5aaf7cc9a694c!2zTmfDtSAxOTIgLSBMw6ogVHLhu41uZyBU4bqlbiwgS2jGsMahbmcgTWFpLCBUaGFuaCBYdcOibiwgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1479976223465" width="100%" height="410" frameborder="0" style="border:0" allowfullscreen></iframe><br/><br/> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d11083.266600031202!2d106.7712563786371!3d10.847502936176813!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3175270d0ffe6e27%3A0x7def0afed2a6e529!2zSGnhu4dwIFBow7osIFF14bqtbiA5LCBI4buTIENow60gTWluaCwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1479976502721" width="100%" height="410" frameborder="0" style="border:0" allowfullscreen></iframe>', 'youtube' => '', 'copyright' => '', 'link1' => 'https://www.facebook.com/dendandung/', 'link2' => '', 'link3' => '', 'link4' => 'https://www.youtube.com/channel/UC6c0TUn6gbDkkBvfLoqQN-g?view_as=subscriber' ) ) )
if ($view !== false && $viewFileName = $this->_getViewFileName($view)) {
$this->_currentType = static::TYPE_VIEW;
$this->getEventManager()->dispatch(new CakeEvent('View.beforeRender', $this, array($viewFileName)));
$this->Blocks->set('content', $this->_render($viewFileName));
$this->getEventManager()->dispatch(new CakeEvent('View.afterRender', $this, array($viewFileName)));
'/home/denplc/domains/den.vn/public_html/app/View/Product/index.ctp'
}
$this->autoRender = false;
$this->response->body($this->View->render($view, $layout));
return $this->response;
null null
}
if ($render && $controller->autoRender) {
$response = $controller->render();
} elseif (!($result instanceof CakeResponse) && $response->body() === null) {
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(ProductController) { name => 'Product' uses => array( (int) 0 => 'Catalogue', (int) 1 => 'Product', (int) 2 => 'Hoadon', (int) 3 => 'Customer', (int) 4 => 'Hanghoa', (int) 5 => 'Subproduct', (int) 6 => 'Setting', (int) 7 => 'Cachang', (int) 8 => 'Atribute', (int) 9 => 'Proatt', (int) 10 => 'Album', (int) 11 => 'News' ) helpers => array( (int) 0 => 'Paginator' ) request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'tu-dien-1-48.html' base => '' webroot => '/' here => '/tu-dien-1-48.html' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Product' layoutPath => null viewVars => array( 'att' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ) ), 'listProduct' => array(), 'description_for_layout' => 'Tủ điện', 'keywords_for_layout' => 'Tủ điện', 'title_for_layout' => 'Tủ điện', 'duongdan' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'typeName' => array( 'Catalogue' => array( [maximum depth reached] ) ), 'lang' => '_eng', 'setting' => array( 'Setting' => array( [maximum depth reached] ) ) ) view => 'index' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(ProductController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } components => array( (int) 0 => 'Session', (int) 1 => 'Flash' ) viewClass => 'View' View => object(View) { Helpers => object(HelperCollection) {} Blocks => object(ViewBlock) {} plugin => null name => 'Product' passedArgs => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) viewPath => 'Product' viewVars => array( [maximum depth reached] ) view => 'index' layout => 'default' layoutPath => null autoLayout => true ext => '.ctp' subDir => null theme => null cacheAction => false validationErrors => array( [maximum depth reached] ) hasRendered => false uuids => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} elementCache => 'default' elementCacheSettings => array([maximum depth reached]) Paginator => object(PaginatorHelper) {} __viewFile => '/home/denplc/domains/den.vn/public_html/app/View/Elements/left2.ctp' Html => object(HtmlHelper) {} Session => object(SessionHelper) {} [protected] _passedVars => array( [maximum depth reached] ) [protected] _scripts => array([maximum depth reached]) [protected] _paths => array( [maximum depth reached] ) [protected] _pathsForPlugin => array([maximum depth reached]) [protected] _parents => array([maximum depth reached]) [protected] _current => '/home/denplc/domains/den.vn/public_html/app/View/Elements/left2.ctp' [protected] _currentType => 'element' [protected] _stack => array([maximum depth reached]) [protected] _eventManager => object(CakeEventManager) {} [protected] _eventManagerConfigured => true } ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => '48', (int) 1 => 'tu-dien-1' ) scaffold => false methods => array( (int) 0 => 'index', (int) 1 => 'cachang', (int) 2 => 'hangsx', (int) 3 => 'detail', (int) 4 => 'listproduct', (int) 5 => 'search', (int) 6 => 'search1', (int) 7 => 'cart', (int) 8 => 'shopingcart', (int) 9 => 'orderproduct', (int) 10 => 'payment', (int) 11 => 'ordersuccess', (int) 13 => '_setErrorLayout' ) modelClass => 'Catalogue' modelKey => 'product' validationErrors => null Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Setting => object(AppModel) { recursive => (int) 0 useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'denplc_den' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Setting' alias => 'Setting' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'first' order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) tablePrefix => '' [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Catalogue => object(Catalogue) { name => 'Catalogue' displayField => 'name' actsAs => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) recursive => (int) 0 useDbConfig => 'default' useTable => 'catalogues' id => '48' data => array( [maximum depth reached] ) schemaName => 'denplc_den' table => 'catalogues' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null alias => 'Catalogue' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) tablePrefix => '' [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Product => object(Product) { name => 'Product' displayField => 'name' belongsTo => array( [maximum depth reached] ) recursive => (int) 0 useDbConfig => 'default' useTable => 'products' id => false data => array([maximum depth reached]) schemaName => 'denplc_den' table => 'products' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null alias => 'Product' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) tablePrefix => '' Catalogue => object(Catalogue) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Atribute => object(Atribute) { name => 'Atribute' displayField => 'name' actsAs => array( [maximum depth reached] ) recursive => (int) 0 useDbConfig => 'default' useTable => 'atributes' id => false data => array([maximum depth reached]) schemaName => 'denplc_den' table => 'atributes' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null alias => 'Atribute' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) tablePrefix => '' [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'product', 'action' => 'index', 'named' => array(), 'pass' => array( (int) 0 => '48', (int) 1 => 'tu-dien-1' ), 'slug' => 'tu-dien-1', 'id' => '48', 'paging' => array( 'Product' => array( [maximum depth reached] ) ), 'models' => array( 'Catalogue' => array( [maximum depth reached] ), 'Product' => array( [maximum depth reached] ), 'Hoadon' => array( [maximum depth reached] ), 'Customer' => array( [maximum depth reached] ), 'Hanghoa' => array( [maximum depth reached] ), 'Subproduct' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Cachang' => array( [maximum depth reached] ), 'Atribute' => array( [maximum depth reached] ), 'Proatt' => array( [maximum depth reached] ), 'Album' => array( [maximum depth reached] ), 'News' => array( [maximum depth reached] ) ) ) data => array() query => array( 'delfl' => '35,128' ) url => 'tu-dien-1-48.html' base => '' webroot => '/' here => '/tu-dien-1-48.html' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'product', 'action' => 'index', 'named' => array(), 'pass' => array( (int) 0 => '48', (int) 1 => 'tu-dien-1' ), 'slug' => 'tu-dien-1', 'id' => '48', 'paging' => array( 'Product' => array( [maximum depth reached] ) ), 'models' => array( 'Catalogue' => array( [maximum depth reached] ), 'Product' => array( [maximum depth reached] ), 'Hoadon' => array( [maximum depth reached] ), 'Customer' => array( [maximum depth reached] ), 'Hanghoa' => array( [maximum depth reached] ), 'Subproduct' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Cachang' => array( [maximum depth reached] ), 'Atribute' => array( [maximum depth reached] ), 'Proatt' => array( [maximum depth reached] ), 'Album' => array( [maximum depth reached] ), 'News' => array( [maximum depth reached] ) ) ) data => array() query => array( 'delfl' => '35,128' ) url => 'tu-dien-1-48.html' base => '' webroot => '/' here => '/tu-dien-1-48.html' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }