Code Context if(!$this->Session->read('Config.language')){
$lang = explode(',',$_SERVER['HTTP_ACCEPT_LANGUAGE']);
$aclFilterComponent = 'AclFilter'
$controller = 'products'
$lang_format = array(
'fra' => 'fr',
'fr' => 'fra'
)
$this = object(ProductsController) {
name => 'Products'
components => array(
'Session' => null,
'Croogo.Croogo' => null,
'Security' => null,
'Acl' => null,
'Auth' => null,
'RequestHandler' => null,
'Acl.AclFilter' => null,
'CroogoAccess' => array(
[maximum depth reached]
),
'Settings.Settings' => null,
'Nodes.Nodes' => null,
'Menus.Menus' => null,
'Blocks.Blocks' => array(
[maximum depth reached]
),
'Taxonomy.Taxonomies' => null,
'Orders.Orders' => null,
'Stats.Stats' => null,
'Paginator' => null,
'Search.Prg' => array(
[maximum depth reached]
)
)
uses => array(
(int) 0 => 'Orders.Tag',
(int) 1 => 'Orders.Archetype',
(int) 2 => 'Orders.Product',
(int) 3 => 'Orders.Image',
(int) 4 => 'Orders.Relation',
(int) 5 => 'Orders.Range',
(int) 6 => 'Orders.Collection',
(int) 7 => 'Orders.Slider',
(int) 8 => 'Nodes.Node'
)
sizes => null
path => null
helpers => array(
'Html' => array([maximum depth reached]),
'Form' => array([maximum depth reached]),
'Session' => null,
'Text' => null,
'Js' => null,
'Time' => null,
'Croogo.Layout' => null,
'Custom' => null,
'Comments.Comments' => null,
'Nodes.Nodes' => null,
'Meta.Meta' => null,
'Menus.Menus' => null,
'Blocks.Regions' => null,
'Taxonomy.Taxonomies' => null,
'Minify.Minify' => null,
'Orders.Orders' => null,
'Myjs.Myjs' => null,
'Stats.Stats' => null,
'Wysiwyg.Wysiwyg' => null,
'Ckeditor.Ckeditor' => null,
'Croogo.Croogo' => null
)
paginate => array(
'limit' => (int) 10
)
usePaginationCache => true
viewClass => 'Theme'
theme => 'Laperso'
amp => false
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Products'
layoutPath => null
viewVars => array(
'themeSettings' => array(
[maximum depth reached]
)
)
view => 'tags'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
View => null
ext => '.ctp'
plugin => 'Orders'
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'afterConstruct',
(int) 2 => 'hp',
(int) 3 => 'tags',
(int) 4 => 'tag',
(int) 5 => 'type',
(int) 6 => 'product',
(int) 7 => 'bdd',
(int) 8 => 'admin_index_devis',
(int) 9 => 'admin_blank_devis',
(int) 10 => 'admin_index_tag',
(int) 11 => 'admin_blank_tag',
(int) 12 => 'admin_index_archetype',
(int) 13 => 'admin_blank_archetype',
(int) 14 => 'admin_index_product',
(int) 15 => 'admin_blank_product',
(int) 16 => '__upload_deal',
(int) 17 => '__upload_pictures',
(int) 18 => '__upload_files',
(int) 19 => 'admin_garbage',
(int) 20 => 'admin_index_range',
(int) 21 => 'admin_blank_range',
(int) 22 => 'admin_index_collection',
(int) 23 => 'admin_blank_collection',
(int) 24 => 'admin_delete_collection',
(int) 25 => 'admin_index_slider',
(int) 26 => 'admin_blank_slider',
(int) 27 => 'plan_du_site',
(int) 31 => '_setupComponents',
(int) 32 => '_setupTheme',
(int) 34 => 'securityError',
(int) 35 => '_setupAclComponent'
)
modelClass => 'Tag'
modelKey => 'product'
validationErrors => null
Session => object(SessionComponent) {}
Croogo => object(CroogoComponent) {}
Security => object(SecurityComponent) {}
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
AclFilter => object(AclFilterComponent) {}
CroogoAccess => object(AclAccessComponent) {}
Settings => object(SettingsComponent) {}
Nodes => object(NodesComponent) {}
Menus => object(MenusComponent) {}
Blocks => object(BlocksComponent) {}
Taxonomies => object(TaxonomiesComponent) {}
Orders => object(OrdersComponent) {}
Stats => object(StatsComponent) {}
Paginator => object(PaginatorComponent) {}
Prg => object(PrgComponent) {}
Node => object(Node) {}
presetVars => array()
Tag => object(Tag) {}
[protected] _defaultComponents => array(
(int) 0 => 'Croogo.Croogo',
(int) 1 => 'Security',
(int) 2 => 'Acl',
(int) 3 => 'Auth',
(int) 4 => 'Session',
(int) 5 => 'RequestHandler'
)
[protected] _appComponents => array(
(int) 0 => 'Acl.AclFilter',
'CroogoAccess' => array(
[maximum depth reached]
),
(int) 1 => 'Settings.Settings',
(int) 2 => 'Nodes.Nodes',
(int) 3 => 'Menus.Menus',
'Blocks.Blocks' => array(
[maximum depth reached]
),
(int) 4 => 'Taxonomy.Taxonomies',
(int) 5 => 'Orders.Orders',
(int) 6 => 'Stats.Stats'
)
[protected] _apiComponents => array()
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
CroogoAppController::beforeFilter() - APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php, line 363
ProductsController::beforeFilter() - APP/Plugin/Orders/Controller/ProductsController.php, line 46
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 242
Controller::startupProcess() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 674
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 113