Leaflet © Thunderforest, © OpenStreetMap contributors
Menú
Categorías
Opciones

© 2025 ConMenu.com - Todos los derechos reservados.
NAME COMPONENT DURATION 0 ms 5 ms 10 ms 15 ms 20 ms 25 ms 30 ms
BootstrapTimer6.98 ms
Event: pre_systemEvents3.18 ms
Required Before FiltersTimer2.94 ms
RoutingTimer2.61 ms
Before FiltersTimer0.41 ms
ControllerTimer18.17 ms
Controller ConstructorTimer6.35 ms
Connecting to Database: "default"Database0.29 ms
QueryDatabase0.09 ms
SELECT * FROM `settings` LIMIT 1
Event: dbqueryEvents0.01 ms
QueryDatabase0.61 ms
SELECT DISTINCT ee.ID_establecimiento FROM md_eventos_especiales ee JOIN eventos_especiales ev ON ee.id_evento = ev.id_evento JOIN establecimientos e ON ee.ID_establecimiento = e.ID_establecimiento JOIN establecimientos_localizaciones el ON ee.ID_establecimiento = el.ID_establecimiento WHERE ee.acronimo_clasificacion_gral = 'EE' AND e.estado_establecimiento = 1 AND ((ee.fecha_ini <= '2025-05-04' AND ee.fecha_fin >= '2025-04-04') OR (ee.fecha_ini >= '2025-04-04' AND ee.fecha_fin >= '2025-04-04')) AND el.idPRO = '0114'
Event: dbqueryEvents0.00 ms
QueryDatabase0.36 ms
SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idPRO` = '0114' ORDER BY `ES_provincias`.`nomPRO` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase0.57 ms
SELECT `ES_comarcas`.`idCOM`, `ES_comarcas`.`nomCOM`, `ES_comarcas`.`slugCOM`, `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_comarcas` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_comarcas`.`idPRO` = '0114' ORDER BY `ES_comarcas`.`nomCOM` ASC
Event: dbqueryEvents0.00 ms
QueryDatabase0.28 ms
SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idCCAA` = '01' ORDER BY `ES_provincias`.`nomPRO` ASC
Event: dbqueryEvents0.00 ms
QueryDatabase7.09 ms
SELECT `ES_municipios`.`idMUN`, `ES_municipios`.`nomMUN`, `ES_municipios`.`slugMUN`, `ES_comarcas`.`idCOM`, `ES_comarcas`.`nomCOM`, `ES_comarcas`.`slugCOM`, `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_municipios` INNER JOIN `ES_comarcas` ON `ES_municipios`.`idCOM` = `ES_comarcas`.`idCOM` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_municipios`.`idPRO` = '0114' ORDER BY `ES_municipios`.`nomMUN` ASC
Event: dbqueryEvents0.01 ms
View: conmenu/mapamenuseventos/index.phpViews0.73 ms
View: conmenu/partials_frontend/google_tag_manager_head.phpViews0.03 ms
View: conmenu/partials_frontend/head.phpViews0.04 ms
View: conmenu/partials_frontend/google_tag_manager_body.phpViews0.03 ms
View: conmenu/partials_frontend/header.phpViews0.05 ms
View: conmenu/partials_frontend/breadcrumb.phpViews0.03 ms
View: conmenu/partials_frontend/vista_selector_menuseventos.phpViews0.06 ms
View: conmenu/partials_frontend/ubicacion_modal.phpViews0.05 ms
View: conmenu/partials_frontend/filtros_modal.phpViews0.05 ms
View: conmenu/partials_frontend/establishment_modal.phpViews0.03 ms
View: conmenu/partials_frontend/footer.phpViews0.04 ms
View: conmenu/partials_frontend/offcanvas_menu.phpViews0.05 ms
View: conmenu/partials_frontend/script0.phpViews0.04 ms
View: conmenu/partials_frontend/script1.phpViews0.04 ms
View: conmenu/partials_frontend/script4.phpViews0.03 ms
After FiltersTimer0.07 ms

Database (6 total Queries, 6 of them unique across 1 Connection)

Time Query String
0.09 ms SELECT * FROM `settings` LIMIT 1 APPPATH/Controllers/Mapamenuseventos.php:31
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    SYSTEMPATH/Model.php:330
        CodeIgniter\Database\BaseBuilder->get()

  3    SYSTEMPATH/BaseModel.php:713
        CodeIgniter\Model->doFirst()

  4    APPPATH/Controllers/Mapamenuseventos.php:31
        CodeIgniter\BaseModel->first()

  5    SYSTEMPATH/CodeIgniter.php:903
        App\Controllers\Mapamenuseventos->__construct()

  6    SYSTEMPATH/CodeIgniter.php:498
        CodeIgniter\CodeIgniter->createController()

  7    SYSTEMPATH/CodeIgniter.php:354
        CodeIgniter\CodeIgniter->handleRequest()

  8    SYSTEMPATH/Boot.php:334
        CodeIgniter\CodeIgniter->run()

  9    SYSTEMPATH/Boot.php:67
        CodeIgniter\Boot::runCodeIgniter()

 10    FCPATH/index.php:56
        CodeIgniter\Boot::bootWeb()

0.61 ms SELECT DISTINCT ee.ID_establecimiento FROM md_eventos_especiales ee JOIN eventos_especiales ev ON ee.id_evento = ev.id_evento JOIN establecimientos e ON ee.ID_establecimiento = e.ID_establecimiento JOIN establecimientos_localizaciones el ON ee.ID_establecimiento = el.ID_establecimiento WHERE ee.acronimo_clasificacion_gral = 'EE' AND e.estado_establecimiento = 1 AND ((ee.fecha_ini <= '2025-05-04' AND ee.fecha_fin >= '2025-04-04') OR (ee.fecha_ini >= '2025-04-04' AND ee.fecha_fin >= '2025-04-04')) AND el.idPRO = '0114' APPPATH/Models/MenuseventosModel.php:137
  1    APPPATH/Models/MenuseventosModel.php:137
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Controllers/Mapamenuseventos.php:311
        App\Models\MenuseventosModel->getEstablecimientosConEventosEspecialesLocalizado()

  3    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapamenuseventos->provincia()

  4    SYSTEMPATH/CodeIgniter.php:507
        CodeIgniter\CodeIgniter->runController()

  5    SYSTEMPATH/CodeIgniter.php:354
        CodeIgniter\CodeIgniter->handleRequest()

  6    SYSTEMPATH/Boot.php:334
        CodeIgniter\CodeIgniter->run()

  7    SYSTEMPATH/Boot.php:67
        CodeIgniter\Boot::runCodeIgniter()

  8    FCPATH/index.php:56
        CodeIgniter\Boot::bootWeb()

0.36 ms SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idPRO` = '0114' ORDER BY `ES_provincias`.`nomPRO` ASC APPPATH/Models/MenuseventosModel.php:523
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/MenuseventosModel.php:523
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapamenuseventos.php:366
        App\Models\MenuseventosModel->getProvincia()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapamenuseventos->provincia()

  5    SYSTEMPATH/CodeIgniter.php:507
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:354
        CodeIgniter\CodeIgniter->handleRequest()

  7    SYSTEMPATH/Boot.php:334
        CodeIgniter\CodeIgniter->run()

  8    SYSTEMPATH/Boot.php:67
        CodeIgniter\Boot::runCodeIgniter()

  9    FCPATH/index.php:56
        CodeIgniter\Boot::bootWeb()

0.57 ms SELECT `ES_comarcas`.`idCOM`, `ES_comarcas`.`nomCOM`, `ES_comarcas`.`slugCOM`, `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_comarcas` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_comarcas`.`idPRO` = '0114' ORDER BY `ES_comarcas`.`nomCOM` ASC APPPATH/Models/MenuseventosModel.php:558
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/MenuseventosModel.php:558
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapamenuseventos.php:368
        App\Models\MenuseventosModel->getComarcaByIdPRO()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapamenuseventos->provincia()

  5    SYSTEMPATH/CodeIgniter.php:507
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:354
        CodeIgniter\CodeIgniter->handleRequest()

  7    SYSTEMPATH/Boot.php:334
        CodeIgniter\CodeIgniter->run()

  8    SYSTEMPATH/Boot.php:67
        CodeIgniter\Boot::runCodeIgniter()

  9    FCPATH/index.php:56
        CodeIgniter\Boot::bootWeb()

0.28 ms SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idCCAA` = '01' ORDER BY `ES_provincias`.`nomPRO` ASC APPPATH/Models/MenuseventosModel.php:534
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/MenuseventosModel.php:534
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapamenuseventos.php:372
        App\Models\MenuseventosModel->getProvinciaByIdCCAA()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapamenuseventos->provincia()

  5    SYSTEMPATH/CodeIgniter.php:507
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:354
        CodeIgniter\CodeIgniter->handleRequest()

  7    SYSTEMPATH/Boot.php:334
        CodeIgniter\CodeIgniter->run()

  8    SYSTEMPATH/Boot.php:67
        CodeIgniter\Boot::runCodeIgniter()

  9    FCPATH/index.php:56
        CodeIgniter\Boot::bootWeb()

7.09 ms SELECT `ES_municipios`.`idMUN`, `ES_municipios`.`nomMUN`, `ES_municipios`.`slugMUN`, `ES_comarcas`.`idCOM`, `ES_comarcas`.`nomCOM`, `ES_comarcas`.`slugCOM`, `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_municipios` INNER JOIN `ES_comarcas` ON `ES_municipios`.`idCOM` = `ES_comarcas`.`idCOM` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_municipios`.`idPRO` = '0114' ORDER BY `ES_municipios`.`nomMUN` ASC APPPATH/Models/MenuseventosModel.php:597
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/MenuseventosModel.php:597
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapamenuseventos.php:376
        App\Models\MenuseventosModel->getMunicipioByIdPRO()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapamenuseventos->provincia()

  5    SYSTEMPATH/CodeIgniter.php:507
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:354
        CodeIgniter\CodeIgniter->handleRequest()

  7    SYSTEMPATH/Boot.php:334
        CodeIgniter\CodeIgniter->run()

  8    SYSTEMPATH/Boot.php:67
        CodeIgniter\Boot::runCodeIgniter()

  9    FCPATH/index.php:56
        CodeIgniter\Boot::bootWeb()

Files ( 225 )

Common.php APPPATH/Common.php
App.php APPPATH/Config/App.php
Autoload.php APPPATH/Config/Autoload.php
development.php APPPATH/Config/Boot/development.php
Cache.php APPPATH/Config/Cache.php
Constants.php APPPATH/Config/Constants.php
ContentSecurityPolicy.php APPPATH/Config/ContentSecurityPolicy.php
Cookie.php APPPATH/Config/Cookie.php
Database.php APPPATH/Config/Database.php
Events.php APPPATH/Config/Events.php
Exceptions.php APPPATH/Config/Exceptions.php
Feature.php APPPATH/Config/Feature.php
Filters.php APPPATH/Config/Filters.php
Kint.php APPPATH/Config/Kint.php
Logger.php APPPATH/Config/Logger.php
Modules.php APPPATH/Config/Modules.php
Paths.php APPPATH/Config/Paths.php
Routes.php APPPATH/Config/Routes.php
Routing.php APPPATH/Config/Routing.php
Security.php APPPATH/Config/Security.php
Services.php APPPATH/Config/Services.php
Session.php APPPATH/Config/Session.php
Toolbar.php APPPATH/Config/Toolbar.php
UserAgents.php APPPATH/Config/UserAgents.php
View.php APPPATH/Config/View.php
BaseController.php APPPATH/Controllers/BaseController.php
Mapamenuseventos.php APPPATH/Controllers/Mapamenuseventos.php
LoginAuthFilter.php APPPATH/Filters/LoginAuthFilter.php
general_helper.php APPPATH/Helpers/general_helper.php
jwt_helper.php APPPATH/Helpers/jwt_helper.php
App.php APPPATH/Language/en/App.php
ActivityModel.php APPPATH/Models/ActivityModel.php
BaseModel.php APPPATH/Models/BaseModel.php
EstablishmentsModel.php APPPATH/Models/EstablishmentsModel.php
MenuseventosModel.php APPPATH/Models/MenuseventosModel.php
SettingsModel.php APPPATH/Models/SettingsModel.php
UserModel.php APPPATH/Models/UserModel.php
UserOauthModel.php APPPATH/Models/UserOauthModel.php
index.php APPPATH/Views/conmenu/mapamenuseventos/index.php
breadcrumb.php APPPATH/Views/conmenu/partials_frontend/breadcrumb.php
establishment_modal.php APPPATH/Views/conmenu/partials_frontend/establishment_modal.php
filtros_modal.php APPPATH/Views/conmenu/partials_frontend/filtros_modal.php
footer.php APPPATH/Views/conmenu/partials_frontend/footer.php
google_tag_manager_body.php APPPATH/Views/conmenu/partials_frontend/google_tag_manager_body.php
google_tag_manager_head.php APPPATH/Views/conmenu/partials_frontend/google_tag_manager_head.php
head.php APPPATH/Views/conmenu/partials_frontend/head.php
header.php APPPATH/Views/conmenu/partials_frontend/header.php
offcanvas_menu.php APPPATH/Views/conmenu/partials_frontend/offcanvas_menu.php
script0.php APPPATH/Views/conmenu/partials_frontend/script0.php
script1.php APPPATH/Views/conmenu/partials_frontend/script1.php
script4.php APPPATH/Views/conmenu/partials_frontend/script4.php
ubicacion_modal.php APPPATH/Views/conmenu/partials_frontend/ubicacion_modal.php
vista_selector_menuseventos.php APPPATH/Views/conmenu/partials_frontend/vista_selector_menuseventos.php
index.php FCPATH/index.php
autoload.php FCPATH/system/vendor/autoload.php
functions.php FCPATH/system/vendor/aws/aws-sdk-php/src/functions.php
ClassLoader.php FCPATH/system/vendor/composer/ClassLoader.php
InstalledVersions.php FCPATH/system/vendor/composer/InstalledVersions.php
autoload_real.php FCPATH/system/vendor/composer/autoload_real.php
autoload_static.php FCPATH/system/vendor/composer/autoload_static.php
installed.php FCPATH/system/vendor/composer/installed.php
platform_check.php FCPATH/system/vendor/composer/platform_check.php
HTMLPurifier.composer.php FCPATH/system/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
autoload.php FCPATH/system/vendor/google/apiclient-services/autoload.php
Revoke.php FCPATH/system/vendor/google/apiclient/src/AccessToken/Revoke.php
Verify.php FCPATH/system/vendor/google/apiclient/src/AccessToken/Verify.php
AuthHandlerFactory.php FCPATH/system/vendor/google/apiclient/src/AuthHandler/AuthHandlerFactory.php
Guzzle5AuthHandler.php FCPATH/system/vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php
Guzzle6AuthHandler.php FCPATH/system/vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php
Guzzle7AuthHandler.php FCPATH/system/vendor/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php
Client.php FCPATH/system/vendor/google/apiclient/src/Client.php
Collection.php FCPATH/system/vendor/google/apiclient/src/Collection.php
Exception.php FCPATH/system/vendor/google/apiclient/src/Exception.php
Batch.php FCPATH/system/vendor/google/apiclient/src/Http/Batch.php
MediaFileUpload.php FCPATH/system/vendor/google/apiclient/src/Http/MediaFileUpload.php
REST.php FCPATH/system/vendor/google/apiclient/src/Http/REST.php
Model.php FCPATH/system/vendor/google/apiclient/src/Model.php
Service.php FCPATH/system/vendor/google/apiclient/src/Service.php
Exception.php FCPATH/system/vendor/google/apiclient/src/Service/Exception.php
Resource.php FCPATH/system/vendor/google/apiclient/src/Service/Resource.php
Composer.php FCPATH/system/vendor/google/apiclient/src/Task/Composer.php
Exception.php FCPATH/system/vendor/google/apiclient/src/Task/Exception.php
Retryable.php FCPATH/system/vendor/google/apiclient/src/Task/Retryable.php
Runner.php FCPATH/system/vendor/google/apiclient/src/Task/Runner.php
UriTemplate.php FCPATH/system/vendor/google/apiclient/src/Utils/UriTemplate.php
aliases.php FCPATH/system/vendor/google/apiclient/src/aliases.php
functions.php FCPATH/system/vendor/guzzlehttp/guzzle/src/functions.php
functions_include.php FCPATH/system/vendor/guzzlehttp/guzzle/src/functions_include.php
Escaper.php FCPATH/system/vendor/laminas/laminas-escaper/src/Escaper.php
JmesPath.php FCPATH/system/vendor/mtdowling/jmespath.php/src/JmesPath.php
deep_copy.php FCPATH/system/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
autoload.php FCPATH/system/vendor/paragonie/sodium_compat/autoload.php
namespaced.php FCPATH/system/vendor/paragonie/sodium_compat/lib/namespaced.php
php84compat_const.php FCPATH/system/vendor/paragonie/sodium_compat/lib/php84compat_const.php
ristretto255.php FCPATH/system/vendor/paragonie/sodium_compat/lib/ristretto255.php
stream-xchacha20.php FCPATH/system/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
Compat.php FCPATH/system/vendor/paragonie/sodium_compat/src/Compat.php
bootstrap.php FCPATH/system/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
Functions.php FCPATH/system/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php
LogLevel.php FCPATH/system/vendor/psr/log/src/LogLevel.php
LoggerAwareTrait.php FCPATH/system/vendor/psr/log/src/LoggerAwareTrait.php
LoggerInterface.php FCPATH/system/vendor/psr/log/src/LoggerInterface.php
getallheaders.php FCPATH/system/vendor/ralouphie/getallheaders/src/getallheaders.php
function.php FCPATH/system/vendor/symfony/deprecation-contracts/function.php
bootstrap.php FCPATH/system/vendor/symfony/polyfill-mbstring/bootstrap.php
bootstrap80.php FCPATH/system/vendor/symfony/polyfill-mbstring/bootstrap80.php
bootstrap.php FCPATH/system/vendor/symfony/polyfill-php80/bootstrap.php
ResponseTrait.php SYSTEMPATH/API/ResponseTrait.php
Autoloader.php SYSTEMPATH/Autoloader/Autoloader.php
FileLocator.php SYSTEMPATH/Autoloader/FileLocator.php
FileLocatorInterface.php SYSTEMPATH/Autoloader/FileLocatorInterface.php
BaseModel.php SYSTEMPATH/BaseModel.php
Boot.php SYSTEMPATH/Boot.php
CacheFactory.php SYSTEMPATH/Cache/CacheFactory.php
CacheInterface.php SYSTEMPATH/Cache/CacheInterface.php
BaseHandler.php SYSTEMPATH/Cache/Handlers/BaseHandler.php
FileHandler.php SYSTEMPATH/Cache/Handlers/FileHandler.php
ResponseCache.php SYSTEMPATH/Cache/ResponseCache.php
CodeIgniter.php SYSTEMPATH/CodeIgniter.php
Common.php SYSTEMPATH/Common.php
AutoloadConfig.php SYSTEMPATH/Config/AutoloadConfig.php
BaseConfig.php SYSTEMPATH/Config/BaseConfig.php
BaseService.php SYSTEMPATH/Config/BaseService.php
DotEnv.php SYSTEMPATH/Config/DotEnv.php
Factories.php SYSTEMPATH/Config/Factories.php
Factory.php SYSTEMPATH/Config/Factory.php
Filters.php SYSTEMPATH/Config/Filters.php
Routing.php SYSTEMPATH/Config/Routing.php
Services.php SYSTEMPATH/Config/Services.php
View.php SYSTEMPATH/Config/View.php
Controller.php SYSTEMPATH/Controller.php
CloneableCookieInterface.php SYSTEMPATH/Cookie/CloneableCookieInterface.php
Cookie.php SYSTEMPATH/Cookie/Cookie.php
CookieInterface.php SYSTEMPATH/Cookie/CookieInterface.php
CookieStore.php SYSTEMPATH/Cookie/CookieStore.php
BaseBuilder.php SYSTEMPATH/Database/BaseBuilder.php
BaseConnection.php SYSTEMPATH/Database/BaseConnection.php
BaseResult.php SYSTEMPATH/Database/BaseResult.php
Config.php SYSTEMPATH/Database/Config.php
ConnectionInterface.php SYSTEMPATH/Database/ConnectionInterface.php
Database.php SYSTEMPATH/Database/Database.php
Builder.php SYSTEMPATH/Database/MySQLi/Builder.php
Connection.php SYSTEMPATH/Database/MySQLi/Connection.php
Result.php SYSTEMPATH/Database/MySQLi/Result.php
Query.php SYSTEMPATH/Database/Query.php
QueryInterface.php SYSTEMPATH/Database/QueryInterface.php
ResultInterface.php SYSTEMPATH/Database/ResultInterface.php
Exceptions.php SYSTEMPATH/Debug/Exceptions.php
Timer.php SYSTEMPATH/Debug/Timer.php
Toolbar.php SYSTEMPATH/Debug/Toolbar.php
BaseCollector.php SYSTEMPATH/Debug/Toolbar/Collectors/BaseCollector.php
Database.php SYSTEMPATH/Debug/Toolbar/Collectors/Database.php
Events.php SYSTEMPATH/Debug/Toolbar/Collectors/Events.php
Files.php SYSTEMPATH/Debug/Toolbar/Collectors/Files.php
Logs.php SYSTEMPATH/Debug/Toolbar/Collectors/Logs.php
Routes.php SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php
Timers.php SYSTEMPATH/Debug/Toolbar/Collectors/Timers.php
Views.php SYSTEMPATH/Debug/Toolbar/Collectors/Views.php
Events.php SYSTEMPATH/Events/Events.php
CSRF.php SYSTEMPATH/Filters/CSRF.php
DebugToolbar.php SYSTEMPATH/Filters/DebugToolbar.php
FilterInterface.php SYSTEMPATH/Filters/FilterInterface.php
Filters.php SYSTEMPATH/Filters/Filters.php
ForceHTTPS.php SYSTEMPATH/Filters/ForceHTTPS.php
PageCache.php SYSTEMPATH/Filters/PageCache.php
ContentSecurityPolicy.php SYSTEMPATH/HTTP/ContentSecurityPolicy.php
Header.php SYSTEMPATH/HTTP/Header.php
IncomingRequest.php SYSTEMPATH/HTTP/IncomingRequest.php
Message.php SYSTEMPATH/HTTP/Message.php
MessageInterface.php SYSTEMPATH/HTTP/MessageInterface.php
MessageTrait.php SYSTEMPATH/HTTP/MessageTrait.php
Method.php SYSTEMPATH/HTTP/Method.php
Negotiate.php SYSTEMPATH/HTTP/Negotiate.php
OutgoingRequest.php SYSTEMPATH/HTTP/OutgoingRequest.php
OutgoingRequestInterface.php SYSTEMPATH/HTTP/OutgoingRequestInterface.php
Request.php SYSTEMPATH/HTTP/Request.php
RequestInterface.php SYSTEMPATH/HTTP/RequestInterface.php
RequestTrait.php SYSTEMPATH/HTTP/RequestTrait.php
Response.php SYSTEMPATH/HTTP/Response.php
ResponseInterface.php SYSTEMPATH/HTTP/ResponseInterface.php
ResponseTrait.php SYSTEMPATH/HTTP/ResponseTrait.php
SiteURI.php SYSTEMPATH/HTTP/SiteURI.php
SiteURIFactory.php SYSTEMPATH/HTTP/SiteURIFactory.php
URI.php SYSTEMPATH/HTTP/URI.php
UserAgent.php SYSTEMPATH/HTTP/UserAgent.php
ArrayHelper.php SYSTEMPATH/Helpers/Array/ArrayHelper.php
array_helper.php SYSTEMPATH/Helpers/array_helper.php
kint_helper.php SYSTEMPATH/Helpers/kint_helper.php
url_helper.php SYSTEMPATH/Helpers/url_helper.php
Time.php SYSTEMPATH/I18n/Time.php
TimeTrait.php SYSTEMPATH/I18n/TimeTrait.php
Language.php SYSTEMPATH/Language/Language.php
Logger.php SYSTEMPATH/Log/Logger.php
Model.php SYSTEMPATH/Model.php
Modules.php SYSTEMPATH/Modules/Modules.php
AutoRouter.php SYSTEMPATH/Router/AutoRouter.php
AutoRouterInterface.php SYSTEMPATH/Router/AutoRouterInterface.php
RouteCollection.php SYSTEMPATH/Router/RouteCollection.php
RouteCollectionInterface.php SYSTEMPATH/Router/RouteCollectionInterface.php
Router.php SYSTEMPATH/Router/Router.php
RouterInterface.php SYSTEMPATH/Router/RouterInterface.php
Security.php SYSTEMPATH/Security/Security.php
SecurityInterface.php SYSTEMPATH/Security/SecurityInterface.php
BaseHandler.php SYSTEMPATH/Session/Handlers/BaseHandler.php
FileHandler.php SYSTEMPATH/Session/Handlers/FileHandler.php
Session.php SYSTEMPATH/Session/Session.php
SessionInterface.php SYSTEMPATH/Session/SessionInterface.php
Superglobals.php SYSTEMPATH/Superglobals.php
FacadeInterface.php SYSTEMPATH/ThirdParty/Kint/FacadeInterface.php
Kint.php SYSTEMPATH/ThirdParty/Kint/Kint.php
AbstractRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/AbstractRenderer.php
AssetRendererTrait.php SYSTEMPATH/ThirdParty/Kint/Renderer/AssetRendererTrait.php
CliRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/CliRenderer.php
ConstructableRendererInterface.php SYSTEMPATH/ThirdParty/Kint/Renderer/ConstructableRendererInterface.php
RendererInterface.php SYSTEMPATH/ThirdParty/Kint/Renderer/RendererInterface.php
RichRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/RichRenderer.php
TextRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/TextRenderer.php
Utils.php SYSTEMPATH/ThirdParty/Kint/Utils.php
init.php SYSTEMPATH/ThirdParty/Kint/init.php
init_helpers.php SYSTEMPATH/ThirdParty/Kint/init_helpers.php
ConditionalTrait.php SYSTEMPATH/Traits/ConditionalTrait.php
FormatRules.php SYSTEMPATH/Validation/FormatRules.php
RendererInterface.php SYSTEMPATH/View/RendererInterface.php
View.php SYSTEMPATH/View/View.php
ViewDecoratorTrait.php SYSTEMPATH/View/ViewDecoratorTrait.php

Routes

Matched Route

Directory:
Controller: \App\Controllers\Mapamenuseventos
Method: provincia
Params: 1 / 1
$slugPRO = 0114-cordoba

Defined Routes

Method Route Handler
GET / \App\Controllers\Home::index
GET lang/{locale} \App\Controllers\Language::index
GET
establishment/data/([^/]+)
establishment/data/
\App\Controllers\Establishment::data/$1
GET
establishment/([^/]+)
establishment/
\App\Controllers\Establishment::index/$1
GET subscription/createPlan \App\Controllers\Subscription::createPlan
GET subscription/plans \App\Controllers\Subscription::showPlans
GET
subscription/subscribe/([^/]+)
subscription/subscribe/
\App\Controllers\Subscription::subscribe/$1
GET subscription/success \App\Controllers\Subscription::success
GET
subscription/cancel/([^/]+)
subscription/cancel/
\App\Controllers\Subscription::cancelSubscription/$1
GET subscription/subscribeuser \App\Controllers\Subscription::subscribeUser
GET establishments/submitSuggestion \App\Controllers\Establishments::submitSuggestion
GET establishments/loadMore \App\Controllers\Establishments::loadMore
GET establishments/mapa \App\Controllers\Establishments::mapa
GET establishments/suggestions \App\Controllers\Establishments::suggestions
GET establishments/search \App\Controllers\Establishments::search
GET
establishments/provincia/([^/]+)
establishments/provincia/
\App\Controllers\Establishments::provincia/$1
GET
establishments/loadMoreProvincia/([^/]+)
establishments/loadMoreProvincia/
\App\Controllers\Establishments::loadMoreProvincia/$1
GET
establishments/municipio/([^/]+)
establishments/municipio/
\App\Controllers\Establishments::municipio/$1
GET
establishments/loadMoreMunicipio/([^/]+)
establishments/loadMoreMunicipio/
\App\Controllers\Establishments::loadMoreMunicipio/$1
GET
establishments/poblacion/([^/]+)
establishments/poblacion/
\App\Controllers\Establishments::poblacion/$1
GET
establishments/loadMorePoblacion/([^/]+)
establishments/loadMorePoblacion/
\App\Controllers\Establishments::loadMorePoblacion/$1
GET
establishments/cp/([^/]+)
establishments/cp/
\App\Controllers\Establishments::cp/$1
GET
establishments/loadMoreCP/([^/]+)
establishments/loadMoreCP/
\App\Controllers\Establishments::loadMoreCP/$1
GET
establishments/cppoblaciones/([^/]+)/([^/]+)
establishments/cppoblaciones//([^/]+)
\App\Controllers\Establishments::cppoblaciones/$1/$2
GET
establishments/loadMoreCPpoblaciones/([^/]+)/([^/]+)
establishments/loadMoreCPpoblaciones//([^/]+)
\App\Controllers\Establishments::loadMoreCPpoblaciones/$1/$2
GET
establishments/([^/]+)
establishments/
\App\Controllers\Establishments::index/$1
GET
grupos/([^/]+)
grupos/
\App\Controllers\Grupos::index/$1
GET
mapagrupos/([^/]+)
mapagrupos/
\App\Controllers\Mapagrupos::index/$1
GET menus/loadMore \App\Controllers\Menus::loadMore
GET
menus/([^/]+)
menus/
\App\Controllers\Menus::index/$1
GET menusgrupo/loadMore \App\Controllers\Menusgrupo::loadMore
GET
menusgrupo/([^/]+)
menusgrupo/
\App\Controllers\Menusgrupo::index/$1
GET menuseventos/loadMore \App\Controllers\Menuseventos::loadMore
GET
menuseventos/([^/]+)
menuseventos/
\App\Controllers\Menuseventos::index/$1
GET menuscelebraciones/loadMore \App\Controllers\Menuscelebraciones::loadMore
GET
menuscelebraciones/([^/]+)
menuscelebraciones/
\App\Controllers\Menuscelebraciones::index/$1
GET tapas/loadMore \App\Controllers\Tapas::loadMore
GET
tapas/([^/]+)
tapas/
\App\Controllers\Tapas::index/$1
GET mapa \App\Controllers\Mapa::index
GET
mapa/ccaa/([^/]+)
mapa/ccaa/
\App\Controllers\Mapa::ccaa/$1
GET mapamenus \App\Controllers\Mapamenus::index
GET mapamenusgrupo \App\Controllers\Mapamenusgrupo::index
GET mapamenuseventos \App\Controllers\Mapamenuseventos::index
GET mapamenuscelebraciones \App\Controllers\Mapatapas::index
GET mapatapas \App\Controllers\Mapatapas::index
GET
e/([0-9]+)
e/
\App\Controllers\Redirector::redirectToEstablishment/$1
GET
m/([0-9]+)
m/
\App\Controllers\Redirector::redirectToMenus/$1
GET
g/([0-9]+)
g/
\App\Controllers\Redirector::redirectToMenusGrupo/$1
GET
v/([0-9]+)
v/
\App\Controllers\Redirector::redirectToMenusEventos/$1
GET
c/([0-9]+)
c/
\App\Controllers\Redirector::redirectToMenusCelebraciones/$1
GET
t/([0-9]+)
t/
\App\Controllers\Redirector::redirectToTapas/$1
GET api \App\Controllers\Api::index
GET api/status \App\Controllers\Api::status
GET api/user \App\Controllers\Api::user/all
GET
api/user/([^/]+)
api/user/
\App\Controllers\Api::user/id/$1
GET example/customers \App\Controllers\Example::customers
GET
example/customers/([^/]+)(/([^/]+))?
example/customers/(/([^/]+))?
\App\Controllers\Example::customers/$1/$2
HEAD example/customers \App\Controllers\Example::customers
HEAD example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
POST api/signIn \App\Controllers\Api::signIn
POST api/user \App\Controllers\Api::user/add
POST example/customers \App\Controllers\Example::customers
POST example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
PATCH example/customers \App\Controllers\Example::customers
PATCH example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
PUT api/user/([^/]+) \App\Controllers\Api::user/edit/$1
PUT example/customers \App\Controllers\Example::customers
PUT example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
DELETE api/user/([^/]+) \App\Controllers\Api::user/delete/$1
DELETE example/customers \App\Controllers\Example::customers
DELETE example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
OPTIONS example/customers \App\Controllers\Example::customers
OPTIONS example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
TRACE example/customers \App\Controllers\Example::customers
TRACE example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
CONNECT example/customers \App\Controllers\Example::customers
CONNECT example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2
CLI example/customers \App\Controllers\Example::customers
CLI example/customers/([^/]+)(/([^/]+))? \App\Controllers\Example::customers/$1/$2

Events

Time Event Name Times Called
3.18 ms pre_system 1
0.03 ms dbquery 6

History

Action Datetime Status Method URL Content-Type Is AJAX?
2025-04-04 20:22:58.409620 200 GET https://conmenu.com/tapas/poblacion/1227050091901-buxelle text/html; charset=UTF-8 No
2025-04-04 20:22:58.393709 200 GET https://conmenu.com/mapamenusgrupo/poblacion/1236020510113-rial text/html; charset=UTF-8 No
2025-04-04 20:22:58.135904 200 GET https://conmenu.com/establishments/municipio/025005008-alagon text/html; charset=UTF-8 No
2025-04-04 20:22:58.008646 200 GET https://conmenu.com/mapamenusgrupo/municipio/094301022-batea text/html; charset=UTF-8 No
2025-04-04 20:22:57.775294 200 GET https://conmenu.com/menuscelebraciones/poblacion/1215010611134-bidual text/html; charset=UTF-8 No
2025-04-04 20:22:57.426475 200 GET https://conmenu.com/mapamenus/provincia/0747-valladolid text/html; charset=UTF-8 No
2025-04-04 20:22:57.425142 200 GET https://conmenu.com/establishment/1451-asador-de-aranda-plaza-castilla text/html; charset=UTF-8 No
2025-04-04 20:22:57.386254 200 GET https://conmenu.com/mapamenuseventos/provincia/0114-cordoba text/html; charset=UTF-8 No
2025-04-04 20:22:57.312973 200 GET https://conmenu.com/mapamenus/poblacion/1215020110312-pazos text/html; charset=UTF-8 No
2025-04-04 20:22:57.195171 200 GET https://conmenu.com/establishments/poblacion/1215010610507-coruxo-novo text/html; charset=UTF-8 No
2025-04-04 20:22:56.884589 200 GET https://conmenu.com/menuseventos/entidad/12320107507-soutopenedo-san-miguel text/html; charset=UTF-8 No
2025-04-04 20:22:56.318720 200 GET https://conmenu.com/menuseventos/poblacion/0333090560203-cuerres text/html; charset=UTF-8 No
2025-04-04 20:22:56.032097 200 GET https://conmenu.com/mapamenuseventos/municipio/081905045-aunon text/html; charset=UTF-8 No
2025-04-04 20:22:55.723908 200 GET https://conmenu.com/mapamenuseventos/municipio/040701054-santa-eul%C3%A0ria-des-riu text/html; charset=UTF-8 No
2025-04-04 20:22:55.098164 200 GET https://conmenu.com/establishments/poblacion/1215010490324-pumarino-de-abaixo text/html; charset=UTF-8 No
2025-04-04 20:22:54.676687 200 GET https://conmenu.com/mapamenuscelebraciones/cp/15855 text/html; charset=UTF-8 No
2025-04-04 20:22:54.659046 200 GET https://conmenu.com/mapamenusgrupo/entidad/12320108702-leon-santa-baia text/html; charset=UTF-8 No
2025-04-04 20:22:54.074196 200 GET https://conmenu.com/menuseventos/loadMorePoblacion/1236020380204 application/json; charset=UTF-8 Yes
2025-04-04 20:22:53.515153 200 GET https://conmenu.com/tapas/loadMoreNucleo/1046092550001703 application/json; charset=UTF-8 No
2025-04-04 20:22:53.461822 200 GET https://conmenu.com/mapamenuscelebraciones/nucleo/0917072020009499-diseminado text/html; charset=UTF-8 No

View Data

title
description
keywords
page
$value array (0)
idPRO 0114
vista_actual mapamenuseventos
vista_cambio menuseventos
url_menus /menuseventos/provincia/0114-cordoba
url_mapamenus /mapamenuseventos/provincia/0114-cordoba
tipo_vista mapa
url_semilla /provincia/0114-cordoba
establishments
$value array (0)
total
$value integer 0
breadcrumb_items <li class="breadcrumb-item">CCAA <a href="/mapamenuseventos/ccaa/01-andalucia" class="text-decoration-none">Andalucia</a> </li> <li class="breadcrumb-item active" aria-current="page">Province <a href="#" class="text-decoration-none text-dark" data-bs-toggle="modal" data-bs-target="#provinciaModal"><strong>Córdoba (0)</strong></a> </li> <li class="breadcrumb-item"> <a href="#" class="text-decoration-none text-primary" data-bs-toggle="modal" data-bs-target="#nucleosModal"> County <i class="fa-solid fa-angle-down"></i> </a> </li> <li class="breadcrumb-item"> <a href="#" class="text-decoration-none text-primary" data-bs-toggle="modal" data-bs-target="#municipiosModal"> Municipality <i class="fa-solid fa-angle-down"></i> </a> </li> <div class="modal fade" id="nucleosModal" tabindex="-1" aria-labelledby="nucleosModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content border-0 shadow-lg"> <div class="modal-header bg-light"> <h6 class="modal-title text-center w-100" id="nucleosModalLabel"> Counties in Province <span id="nombrePoblacion">Córdoba</span> </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapamenuseventos/comarca/011405-campina-alta' class='text-dark'>Campiña Alta</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/011403-campina-baja' class='text-dark'>Campiña Baja</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/011402-la-sierra' class='text-dark'>La Sierra</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/011404-las-colonias' class='text-dark'>Las Colonias</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/011401-pedroches' class='text-dark'>Pedroches</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/011406-penibetica' class='text-dark'>Penibética</a></div> </div> </div> </div> </div> </div> <div class="modal fade" id="provinciaModal" tabindex="-1" aria-labelledby="provinciaModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content border-0 shadow-lg"> <div class="modal-header bg-light"> <h6 class="modal-title text-center w-100" id="provinciaModalLabel"> Provinces in Andalucia </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapamenuseventos/provincia/0104-almeria' class='text-dark'>Almería</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/0111-cadiz' class='text-dark'>Cádiz</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/0114-cordoba' class='text-dark'>Córdoba</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/0118-granada' class='text-dark'>Granada</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/0121-huelva' class='text-dark'>Huelva</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/0123-jaen' class='text-dark'>Jaén</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/0129-malaga' class='text-dark'>Málaga</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/1952-melilla' class='text-dark'>Melilla</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/0141-sevilla' class='text-dark'>Sevilla</a></div> </div> </div> </div> </div> </div> <div class="modal fade" id="municipiosModal" tabindex="-1" aria-labelledby="municipiosModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content border-0 shadow-lg"> <div class="modal-header bg-light"> <h6 class="modal-title text-center w-100" id="municipiosModalLabel"> Municipalities in Province <span id="nombrePoblacion">Córdoba</span> </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapamenuseventos/municipio/011402001-adamuz' class='text-dark'>ADAMUZ</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405002-aguilar-de-la-frontera' class='text-dark'>AGUILAR DE LA FRONTERA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401003-alcaracejos' class='text-dark'>ALCARACEJOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406004-almedinilla' class='text-dark'>ALMEDINILLA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403005-almodovar-del-rio' class='text-dark'>ALMODÓVAR DEL RÍO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401006-anora' class='text-dark'>AÑORA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405007-baena' class='text-dark'>BAENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401008-belalcazar' class='text-dark'>BELALCÁZAR</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401009-belmez' class='text-dark'>BELMEZ</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405010-benameji' class='text-dark'>BENAMEJÍ</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401011-blazquez-los' class='text-dark'>BLÁZQUEZ (LOS)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403012-bujalance' class='text-dark'>BUJALANCE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405013-cabra' class='text-dark'>CABRA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403014-canete-de-las-torres' class='text-dark'>CAÑETE DE LAS TORRES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406015-carcabuey' class='text-dark'>CARCABUEY</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401016-cardena' class='text-dark'>CARDEÑA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011404017-carlota-la' class='text-dark'>CARLOTA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403018-carpio-el' class='text-dark'>CARPIO (EL)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403019-castro-del-rio' class='text-dark'>CASTRO DEL RÍO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401020-conquista' class='text-dark'>CONQUISTA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403021-cordoba' class='text-dark'>CÓRDOBA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405022-dona-mencia' class='text-dark'>DOÑA MENCÍA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401023-dos-torres' class='text-dark'>DOS TORRES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405024-encinas-reales' class='text-dark'>ENCINAS REALES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403025-espejo' class='text-dark'>ESPEJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011402026-espiel' class='text-dark'>ESPIEL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403027-fernan-nunez' class='text-dark'>FERNÁN-NÚÑEZ</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011404901-fuente-carreteros' class='text-dark'>FUENTE CARRETEROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401028-fuente-la-lancha' class='text-dark'>FUENTE LA LANCHA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401029-fuente-obejuna' class='text-dark'>FUENTE OBEJUNA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011404030-fuente-palmera' class='text-dark'>FUENTE PALMERA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406031-fuente-tojar' class='text-dark'>FUENTE-TÓJAR</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401032-granjuela-la' class='text-dark'>GRANJUELA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011404033-guadalcazar' class='text-dark'>GUADALCÁZAR</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403902-guijarrosa-la' class='text-dark'>GUIJARROSA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401034-guijo-el' class='text-dark'>GUIJO (EL)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401035-hinojosa-del-duque' class='text-dark'>HINOJOSA DEL DUQUE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011402036-hornachuelos' class='text-dark'>HORNACHUELOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406037-iznajar' class='text-dark'>IZNÁJAR</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405038-lucena' class='text-dark'>LUCENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406039-luque' class='text-dark'>LUQUE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403040-montalban-de-cordoba' class='text-dark'>MONTALBÁN DE CÓRDOBA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405041-montemayor' class='text-dark'>MONTEMAYOR</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405042-montilla' class='text-dark'>MONTILLA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011402043-montoro' class='text-dark'>MONTORO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405044-monturque' class='text-dark'>MONTURQUE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405045-moriles' class='text-dark'>MORILES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405046-nueva-carteya' class='text-dark'>NUEVA CARTEYA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011402047-obejo' class='text-dark'>OBEJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405048-palenciana' class='text-dark'>PALENCIANA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403049-palma-del-rio' class='text-dark'>PALMA DEL RÍO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403050-pedro-abad' class='text-dark'>PEDRO ABAD</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401051-pedroche' class='text-dark'>PEDROCHE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401052-penarroya-pueblonuevo' class='text-dark'>PEÑARROYA-PUEBLONUEVO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403053-posadas' class='text-dark'>POSADAS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401054-pozoblanco' class='text-dark'>POZOBLANCO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406055-priego-de-cordoba' class='text-dark'>PRIEGO DE CÓRDOBA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405056-puente-genil' class='text-dark'>PUENTE GENIL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403057-rambla-la' class='text-dark'>RAMBLA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406058-rute' class='text-dark'>RUTE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011404059-san-sebastian-de-los-ballesteros' class='text-dark'>SAN SEBASTIÁN DE LOS BALLESTEROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401061-santa-eufemia' class='text-dark'>SANTA EUFEMIA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403060-santaella' class='text-dark'>SANTAELLA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401062-torrecampo' class='text-dark'>TORRECAMPO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011405063-valenzuela' class='text-dark'>VALENZUELA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401064-valsequillo' class='text-dark'>VALSEQUILLO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011404065-victoria-la' class='text-dark'>VICTORIA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403066-villa-del-rio' class='text-dark'>VILLA DEL RÍO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011403067-villafranca-de-cordoba' class='text-dark'>VILLAFRANCA DE CÓRDOBA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011402068-villaharta' class='text-dark'>VILLAHARTA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401069-villanueva-de-cordoba' class='text-dark'>VILLANUEVA DE CÓRDOBA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401070-villanueva-del-duque' class='text-dark'>VILLANUEVA DEL DUQUE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011402071-villanueva-del-rey' class='text-dark'>VILLANUEVA DEL REY</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401072-villaralto' class='text-dark'>VILLARALTO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011402073-villaviciosa-de-cordoba' class='text-dark'>VILLAVICIOSA DE CÓRDOBA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011401074-viso-el' class='text-dark'>VISO (EL)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/011406075-zuheros' class='text-dark'>ZUHEROS</a></div> </div> </div> </div> </div> </div>
breadcrumb_titulo Province Córdoba (0)

Session User Data

__ci_last_regenerate
1743798177
settings
Array
(
    [id_settings] => 1
    [title] => ConMenu.com
    [activate_frontend] => 1
    [logo] => 
    [icon] => 
    [default_language] => es
    [default_role] => fff26488a4249d76a8de5c0426acb8f7
    [default_date_format] => d-m-Y
    [default_hour_format] => 24
    [default_currency] => EUR
    [default_currency_position] => right
    [default_currency_separation] => comma
    [default_country] => ES
    [default_theme] => 1
    [default_theme_front] => 2
    [default_timezone] => Europe/Madrid
    [seo_description] => La oferta gastronómica de los establecimientos de hostelería de España
    [seo_keywords] => ConMenu, ConMenu.com, Restaurantes, Bares, Gastronomía, Cartas, Menús
    [email_gateway] => smtp
    [email_name] => info@conmenu.com
    [email_address] => info@conmenu.com
    [email_smtp] => conmenu.com
    [email_port] => 587
    [email_pass] => SD@Carmen&amp;Oscar@1109!
    [email_cert] => tls
    [email_account_id] => 
    [email_auth_token] => 
    [email_info_add] => 
    [sms_gateway] => twilio
    [sms_account_id] => AC3836ed0cef185ff92824e75224984de4
    [sms_auth_token] => ac0017d04b777cdea686af8aacce0c34
    [sms_info_add] => +18312492348
    [captcha_gateway] => hcaptcha
    [captcha_site_key] => 151e783e-b16e-4eba-8102-625ecd5ca560
    [captcha_secret_key] => ES_ce7b131d88dd4b84bc29b690e3a4852d
    [captcha_register] => 1
    [captcha_login] => 1
    [captcha_recovery] => 1
    [registration] => 1
    [terms_conditions] => 0
    [terms_conditions_text] => &lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
    [email_confirmation] => 1
    [sms_confirmation] => 0
    [send_user_register] => d1971b013f67169a8e92c642684a738e
    [send_email_register] => 1
    [send_sms_register] => 1
    [send_notification_register] => 1
    [send_email_welcome] => 1
    [send_sms_welcome] => 0
    [remember_me] => 1
    [forgot_password] => 1
    [two_factor_auth] => 1
    [throttle_auth] => 1
    [throttle_auth_max_attempts] => 3
    [throttle_auth_lockour_time] => 12
    [jwt_token_lifetime] => 30
    [jwt_private_key] => CONMENU-8cd98f00B204e9800998ECf8427e
    [group_api] => {&quot;115b5ad39b853084209caf6824224f6b&quot;:[[&quot;api&quot;,&quot;user&quot;,&quot;get&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true],[&quot;api&quot;,&quot;user&quot;,&quot;post&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true],[&quot;api&quot;,&quot;user&quot;,&quot;del&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true],[&quot;api&quot;,&quot;user&quot;,&quot;put&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true]],&quot;fff26488a4249d76a8de5c0426acb8f7&quot;:[[&quot;api&quot;,&quot;user&quot;,&quot;get&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,false],[&quot;api&quot;,&quot;user&quot;,&quot;post&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,false],[&quot;api&quot;,&quot;user&quot;,&quot;del&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,false],[&quot;api&quot;,&quot;user&quot;,&quot;put&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,false]]}
    [block_external_api] => 0
    [ip_allowed_api] => 
    [enable_api] => 1
    [remove_log] => 0
    [remove_log_time] => 180
    [remove_log_latest] => 2024-11-19 12:45:20
    [storage_gateway] => local
    [aws_endpoint] => 
    [aws_key] => 
    [aws_secret] => 
    [aws_region] => 
    [aws_bucket] => 
    [backup_storage] => local
    [backup_table] => all
    [backup_email] => 
    [backup_notification_email] => 0
    [backup_automatic] => 0
    [backup_time] => 00:00:00
    [backup_latest] => 2024-11-21 12:28:12
    [pusher_appId] => 1676640
    [pusher_key] => 087199feb0361b32e424
    [pusher_secret] => 288c6dd22ba56f5128d7
    [pusher_cluster] => eu
    [pusher_useTLS] => 1
    [pusher_scheme] => 1
    [pusher_enable] => 1
    [module_enable] => 1
    [layout_enable] => 0
    [purchase_code] => 0909789789053053TT
    [updated_at] => 2025-02-20 18:31:14
)
notification
Array
(
)
pulse
0

Request ( HTTPS/1.0 )

Headers

Priority u=0, i
Accept-Encoding gzip, deflate, br, zstd
Sec-Fetch-Dest document
Sec-Fetch-User ?1
Sec-Fetch-Mode navigate
Sec-Fetch-Site none
Accept text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Upgrade-Insecure-Requests 1
Sec-Ch-Ua-Platform "Windows"
Sec-Ch-Ua-Mobile ?0
Sec-Ch-Ua "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
Cache-Control no-cache
Pragma no-cache
Connection close
X-Real-Ip 3.19.60.207
Host conmenu.com

Response ( 200 - OK )

Headers

Content-Type text/html; charset=UTF-8

System Configuration

Read the CodeIgniter docs...

CodeIgniter Version: 4.6.0
PHP Version: 8.4.5
PHP SAPI: fpm-fcgi
Environment: development
Base URL: https://conmenu.com
Timezone: Europe/Madrid
Locale: en
Content Security Policy Enabled: No