Code |
Context
//$currentProjectType = $this->Minim->getCurrentProjectsType($language, $currentProjectTypeUrl, 1, 0);
$projectTypes = $this->Minim->getProjectTypes($language, $currentProjectType['url'], 1, 0);
$myProjectUrl = "equipamiento-y-amueblamiento-oficinas"
$language = array(
"id" => "2",
"code" => "spa",
"url_code" => "es",
"name" => "esp",
"active" => "1",
"default" => "1",
"weight" => "10"
)
$languages = array(
array(
"id" => "1",
"code" => "cat",
"url_code" => "ca",
"name" => "cat",
"active" => "1",
"default" => "0",
"weight" => "0",
"public_url" => array()
),
array(
"id" => "2",
"code" => "spa",
"url_code" => "es",
"name" => "esp",
"active" => "1",
"default" => "1",
"weight" => "10",
"public_url" => array()
),
array(
"id" => "3",
"code" => "eng",
"url_code" => "en",
"name" => "eng",
"active" => "1",
"default" => "0",
"weight" => "20",
"public_url" => array()
),
array(
"id" => "4",
"code" => "rus",
"url_code" => "ru",
"name" => "rus",
"active" => "1",
"default" => "0",
"weight" => "30",
"public_url" => array()
)
)
$key = 3
$oneLanguage = array(
"id" => "4",
"code" => "rus",
"url_code" => "ru",
"name" => "rus",
"active" => "1",
"default" => "0",
"weight" => "30",
"public_url" => array(
"myLanguage" => "ru",
"controller" => "studio",
"action" => "project"
)
)
$currentUrl = array(
"myLanguage" => "es",
"controller" => "studio",
"action" => "projects"
)
$currentMenu = array(
"Menuitem" => array(
"id" => "18",
"parent_id" => "14",
"lft" => "31",
"rght" => "32",
"published" => "1",
"protected" => "0",
"name" => "proyectos",
"url" => "/es/estudio/proyectos",
"target" => "0",
"description" => "Consulta los proyectos realizados por el estudio MINIM",
"meta_keywords" => "",
"meta_description" => "",
"locale" => "spa"
)
)
$metaKeywords = ""
$metaDescription = ""
$project = array(
"MnmProject" => array(
"id" => "50",
"owg_id" => "109702",
"name" => "Equipamiento y amueblamiento oficinas",
"url" => "equipamiento-y-amueblamiento-oficinas",
"execution_date" => "2010-05-09",
"photographer" => "MINIM",
"stylist" => "MINIM",
"concept" => "<p>
Amueblamiento de oficinas en Barcelona</p>
",
"description" => "",
"authors" => "<p>
Arquitecta Eva Morral.</p>
<p>
Colaboración: Equipo MINIM</p>
",
"location" => "",
"studio" => "1",
"shop" => "1",
"meta_keywords" => "",
"meta_description" => "",
"locale" => "spa"
),
"images" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"gallery" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"sections" => array()
)
$currentProjectTypeId = null
$currentProjectType = array()
$baseUrl = null
StudioController::project() - APP/controllers/studio_controller.php, line 160
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83