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
BootstrapTimer7.59 ms
Event: pre_systemEvents3.29 ms
Required Before FiltersTimer2.82 ms
RoutingTimer2.78 ms
Before FiltersTimer0.51 ms
ControllerTimer20.16 ms
Controller ConstructorTimer7.01 ms
Connecting to Database: "default"Database0.28 ms
QueryDatabase0.19 ms
SELECT * FROM `settings` LIMIT 1
Event: dbqueryEvents0.01 ms
QueryDatabase0.33 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-05' AND ee.fecha_fin >= '2025-04-05') OR (ee.fecha_ini >= '2025-04-05' AND ee.fecha_fin >= '2025-04-05')) AND el.idPRO = '1106'
Event: dbqueryEvents0.01 ms
QueryDatabase0.13 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` = '1106' ORDER BY `ES_provincias`.`nomPRO` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase0.60 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` = '1106' ORDER BY `ES_comarcas`.`nomCOM` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase0.17 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` = '11' ORDER BY `ES_provincias`.`nomPRO` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase9.04 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` = '1106' ORDER BY `ES_municipios`.`nomMUN` ASC
Event: dbqueryEvents0.01 ms
View: conmenu/mapamenuseventos/index.phpViews0.66 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.07 ms
View: conmenu/partials_frontend/breadcrumb.phpViews0.04 ms
View: conmenu/partials_frontend/vista_selector_menuseventos.phpViews0.04 ms
View: conmenu/partials_frontend/ubicacion_modal.phpViews0.03 ms
View: conmenu/partials_frontend/filtros_modal.phpViews0.03 ms
View: conmenu/partials_frontend/establishment_modal.phpViews0.02 ms
View: conmenu/partials_frontend/footer.phpViews0.04 ms
View: conmenu/partials_frontend/offcanvas_menu.phpViews0.04 ms
View: conmenu/partials_frontend/script0.phpViews0.03 ms
View: conmenu/partials_frontend/script1.phpViews0.02 ms
View: conmenu/partials_frontend/script4.phpViews0.02 ms
After FiltersTimer0.06 ms

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

Time Query String
0.19 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.33 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-05' AND ee.fecha_fin >= '2025-04-05') OR (ee.fecha_ini >= '2025-04-05' AND ee.fecha_fin >= '2025-04-05')) AND el.idPRO = '1106' 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.13 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` = '1106' 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.6 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` = '1106' 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.17 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` = '11' 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()

9.04 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` = '1106' 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 = 1106-badajoz

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.29 ms pre_system 1
0.05 ms dbquery 6

History

Action Datetime Status Method URL Content-Type Is AJAX?
2025-04-04 22:00:07.411096 200 GET https://conmenu.com/mapatapas/poblacion/1531021580014-mugueta-mugeta text/html; charset=UTF-8 No
2025-04-04 22:00:07.115946 200 GET https://conmenu.com/mapamenus/nucleo/1531010400201599-diseminado text/html; charset=UTF-8 No
2025-04-04 22:00:06.508250 200 GET https://conmenu.com/mapamenuseventos/poblacion/1227040061806-prados-os text/html; charset=UTF-8 No
2025-04-04 22:00:06.388551 200 GET https://conmenu.com/menuscelebraciones/nucleo/0104031000004305-media-legua text/html; charset=UTF-8 No
2025-04-04 22:00:06.374091 200 GET https://conmenu.com/mapatapas/poblacion/1227030571308-vilaverde text/html; charset=UTF-8 No
2025-04-04 22:00:06.120821 200 GET https://conmenu.com/menuscelebraciones/nucleo/0737030920001701-castellanos-de-moriscos text/html; charset=UTF-8 No
2025-04-04 22:00:06.117080 200 GET https://conmenu.com/establishments/nucleo/0925031390004399-diseminado text/html; charset=UTF-8 No
2025-04-04 22:00:06.097232 200 GET https://conmenu.com/menuseventos/nucleo/1620010270002299-diseminado text/html; charset=UTF-8 No
2025-04-04 22:00:06.051019 200 GET https://conmenu.com/menus/nucleo/0813020880001799-diseminado text/html; charset=UTF-8 No
2025-04-04 22:00:06.049477 200 GET https://conmenu.com/mapamenuseventos/poblacion/1236010521510-souto-o text/html; charset=UTF-8 No
2025-04-04 22:00:06.017048 200 GET https://conmenu.com/menusgrupo/municipio/074704122-portillo text/html; charset=UTF-8 No
2025-04-04 22:00:05.988858 200 GET https://conmenu.com/menuseventos/nucleo/0114050380008102-huertas-llanos text/html; charset=UTF-8 No
2025-04-04 22:00:05.948603 200 GET https://conmenu.com/menus/poblacion/1227010660410-coto-o text/html; charset=UTF-8 No
2025-04-04 22:00:05.938255 200 GET https://conmenu.com/mapamenuseventos/poblacion/1232030910604-osono text/html; charset=UTF-8 No
2025-04-04 22:00:05.888858 200 GET https://conmenu.com/mapatapas/poblacion/1232010470701-celeiros text/html; charset=UTF-8 No
2025-04-04 22:00:05.875832 200 GET https://conmenu.com/mapamenuseventos/provincia/1106-badajoz text/html; charset=UTF-8 No
2025-04-04 22:00:05.865107 200 GET https://conmenu.com/mapatapas/poblacion/1227030402204-marza text/html; charset=UTF-8 No
2025-04-04 22:00:02.391686 200 GET https://conmenu.com/mapamenuscelebraciones/nucleo/1430020150202001-royos-los text/html; charset=UTF-8 No
2025-04-04 22:00:02.168118 200 GET https://conmenu.com/mapamenuseventos/poblacion/1227020440801-candas-os text/html; charset=UTF-8 No
2025-04-04 22:00:01.903146 200 GET https://conmenu.com/mapamenuscelebraciones/poblacion/1227030490901-lamas text/html; charset=UTF-8 No

View Data

title
description
keywords
page
$value array (0)
idPRO 1106
vista_actual mapamenuseventos
vista_cambio menuseventos
url_menus /menuseventos/provincia/1106-badajoz
url_mapamenus /mapamenuseventos/provincia/1106-badajoz
tipo_vista mapa
url_semilla /provincia/1106-badajoz
establishments
$value array (0)
total
$value integer 0
breadcrumb_items <li class="breadcrumb-item">CCAA <a href="/mapamenuseventos/ccaa/11-extremadura" class="text-decoration-none">Extremadura</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>Badajoz (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">Badajoz</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/110601-alburquerque' class='text-dark'>Alburquerque</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110607-almendralejo' class='text-dark'>Almendralejo</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110612-azuaga' class='text-dark'>Azuaga</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110606-badajoz' class='text-dark'>Badajoz</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110608-castuera' class='text-dark'>Castuera</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110603-don-benito' class='text-dark'>Don Benito</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110605-herrera-duque' class='text-dark'>Herrera Duque</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110610-jerez-de-los-caballeros' class='text-dark'>Jerez de los Caballeros</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110611-llerena' class='text-dark'>Llerena</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110602-merida' class='text-dark'>Mérida</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110609-olivenza' class='text-dark'>Olivenza</a></div><div class='list-group-item'><a href='/mapamenuseventos/comarca/110604-puebla-alcocer' class='text-dark'>Puebla Alcocer</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 Extremadura </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapamenuseventos/provincia/1106-badajoz' class='text-dark'>Badajoz</a></div><div class='list-group-item'><a href='/mapamenuseventos/provincia/1110-caceres' class='text-dark'>Cáceres</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">Badajoz</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/110603001-acedera' class='text-dark'>ACEDERA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607002-aceuchal' class='text-dark'>ACEUCHAL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612003-ahillones' class='text-dark'>AHILLONES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602004-alange' class='text-dark'>ALANGE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606005-albuera-la' class='text-dark'>ALBUERA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110601006-alburquerque' class='text-dark'>ALBURQUERQUE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110609007-alconchel' class='text-dark'>ALCONCHEL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607008-alconera' class='text-dark'>ALCONERA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602009-aljucen' class='text-dark'>ALJUCÉN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606010-almendral' class='text-dark'>ALMENDRAL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607011-almendralejo' class='text-dark'>ALMENDRALEJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602012-arroyo-de-san-servan' class='text-dark'>ARROYO DE SAN SERVÁN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611013-atalaya' class='text-dark'>ATALAYA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612014-azuaga' class='text-dark'>AZUAGA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606015-badajoz' class='text-dark'>BADAJOZ</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610016-barcarrota' class='text-dark'>BARCARROTA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604017-baterno' class='text-dark'>BATERNO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608018-benquerencia-de-la-serena' class='text-dark'>BENQUERENCIA DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612019-berlanga' class='text-dark'>BERLANGA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611020-bienvenida' class='text-dark'>BIENVENIDA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610021-bodonal-de-la-sierra' class='text-dark'>BODONAL DE LA SIERRA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610022-burguillos-del-cerro' class='text-dark'>BURGUILLOS DEL CERRO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608023-cabeza-del-buey' class='text-dark'>CABEZA DEL BUEY</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610024-cabeza-la-vaca' class='text-dark'>CABEZA LA VACA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602025-calamonte' class='text-dark'>CALAMONTE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611026-calera-de-leon' class='text-dark'>CALERA DE LEÓN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611027-calzadilla-de-los-barros' class='text-dark'>CALZADILLA DE LOS BARROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603028-campanario' class='text-dark'>CAMPANARIO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612029-campillo-de-llerena' class='text-dark'>CAMPILLO DE LLERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608030-capilla' class='text-dark'>CAPILLA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602031-carmonita' class='text-dark'>CARMONITA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602032-carrascalejo-el' class='text-dark'>CARRASCALEJO (EL)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604033-casas-de-don-pedro' class='text-dark'>CASAS DE DON PEDRO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611034-casas-de-reina' class='text-dark'>CASAS DE REINA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110605035-castilblanco' class='text-dark'>CASTILBLANCO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608036-castuera' class='text-dark'>CASTUERA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110609042-cheles' class='text-dark'>CHELES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110601037-codosera-la' class='text-dark'>CODOSERA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602038-cordobilla-de-lacara' class='text-dark'>CORDOBILLA DE LÁCARA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603039-coronada-la' class='text-dark'>CORONADA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606040-corte-de-peleas' class='text-dark'>CORTE DE PELEAS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603041-cristina' class='text-dark'>CRISTINA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602043-don-alvaro' class='text-dark'>DON ÁLVARO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603044-don-benito' class='text-dark'>DON BENITO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606045-entrin-bajo' class='text-dark'>ENTRÍN BAJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602046-esparragalejo' class='text-dark'>ESPARRAGALEJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608047-esparragosa-de-la-serena' class='text-dark'>ESPARRAGOSA DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604048-esparragosa-de-lares' class='text-dark'>ESPARRAGOSA DE LARES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607049-feria' class='text-dark'>FERIA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610050-fregenal-de-la-sierra' class='text-dark'>FREGENAL DE LA SIERRA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110605051-fuenlabrada-de-los-montes' class='text-dark'>FUENLABRADA DE LOS MONTES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611052-fuente-de-cantos' class='text-dark'>FUENTE DE CANTOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611053-fuente-del-arco' class='text-dark'>FUENTE DEL ARCO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607054-fuente-del-maestre' class='text-dark'>FUENTE DEL MAESTRE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610055-fuentes-de-leon' class='text-dark'>FUENTES DE LEÓN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604056-garbayuela' class='text-dark'>GARBAYUELA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604057-garlitos' class='text-dark'>GARLITOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602058-garrovilla-la' class='text-dark'>GARROVILLA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612059-granja-de-torrehermosa' class='text-dark'>GRANJA DE TORREHERMOSA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606903-guadiana' class='text-dark'>GUADIANA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603060-guarena' class='text-dark'>GUAREÑA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603061-haba-la' class='text-dark'>HABA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110605062-helechosa-de-los-montes' class='text-dark'>HELECHOSA DE LOS MONTES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110605063-herrera-del-duque' class='text-dark'>HERRERA DEL DUQUE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608064-higuera-de-la-serena' class='text-dark'>HIGUERA DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611065-higuera-de-llerena' class='text-dark'>HIGUERA DE LLERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110609066-higuera-de-vargas' class='text-dark'>HIGUERA DE VARGAS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610067-higuera-la-real' class='text-dark'>HIGUERA LA REAL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607068-hinojosa-del-valle' class='text-dark'>HINOJOSA DEL VALLE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607069-hornachos' class='text-dark'>HORNACHOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610070-jerez-de-los-caballeros' class='text-dark'>JEREZ DE LOS CABALLEROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607071-lapa-la' class='text-dark'>LAPA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607073-llera' class='text-dark'>LLERA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611074-llerena' class='text-dark'>LLERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602072-lobon' class='text-dark'>LOBÓN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603075-magacela' class='text-dark'>MAGACELA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612076-maguilla' class='text-dark'>MAGUILLA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612077-malcocinado' class='text-dark'>MALCOCINADO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608078-malpartida-de-la-serena' class='text-dark'>MALPARTIDA DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603079-manchita' class='text-dark'>MANCHITA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603080-medellin' class='text-dark'>MEDELLÍN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611081-medina-de-las-torres' class='text-dark'>MEDINA DE LAS TORRES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603082-mengabril' class='text-dark'>MENGABRIL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602083-merida' class='text-dark'>MÉRIDA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602084-mirandilla' class='text-dark'>MIRANDILLA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611085-monesterio' class='text-dark'>MONESTERIO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611086-montemolin' class='text-dark'>MONTEMOLÍN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608087-monterrubio-de-la-serena' class='text-dark'>MONTERRUBIO DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602088-montijo' class='text-dark'>MONTIJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607089-morera-la' class='text-dark'>MORERA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602090-nava-de-santiago-la' class='text-dark'>NAVA DE SANTIAGO (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604091-navalvillar-de-pela' class='text-dark'>NAVALVILLAR DE PELA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606092-nogales' class='text-dark'>NOGALES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610093-oliva-de-la-frontera' class='text-dark'>OLIVA DE LA FRONTERA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602094-oliva-de-merida' class='text-dark'>OLIVA DE MÉRIDA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110609095-olivenza' class='text-dark'>OLIVENZA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603096-orellana-de-la-sierra' class='text-dark'>ORELLANA DE LA SIERRA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603097-orellana-la-vieja' class='text-dark'>ORELLANA LA VIEJA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607098-palomas' class='text-dark'>PALOMAS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607099-parra-la' class='text-dark'>PARRA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608100-penalsordo' class='text-dark'>PEÑALSORDO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612101-peraleda-del-zaucejo' class='text-dark'>PERALEDA DEL ZAUCEJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604102-puebla-de-alcocer' class='text-dark'>PUEBLA DE ALCOCER</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602103-puebla-de-la-calzada' class='text-dark'>PUEBLA DE LA CALZADA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607104-puebla-de-la-reina' class='text-dark'>PUEBLA DE LA REINA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110601107-puebla-de-obando' class='text-dark'>PUEBLA DE OBANDO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607108-puebla-de-sancho-perez' class='text-dark'>PUEBLA DE SANCHO PÉREZ</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611105-puebla-del-maestre' class='text-dark'>PUEBLA DEL MAESTRE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607106-puebla-del-prior' class='text-dark'>PUEBLA DEL PRIOR</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606902-pueblonuevo-del-guadiana' class='text-dark'>PUEBLONUEVO DEL GUADIANA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608109-quintana-de-la-serena' class='text-dark'>QUINTANA DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611110-reina' class='text-dark'>REINA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603111-rena' class='text-dark'>RENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612112-retamal-de-llerena' class='text-dark'>RETAMAL DE LLERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607113-ribera-del-fresno' class='text-dark'>RIBERA DEL FRESNO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604114-risco' class='text-dark'>RISCO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110601115-roca-de-la-sierra-la' class='text-dark'>ROCA DE LA SIERRA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610116-salvaleon' class='text-dark'>SALVALEÓN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607117-salvatierra-de-los-barros' class='text-dark'>SALVATIERRA DE LOS BARROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602119-san-pedro-de-merida' class='text-dark'>SAN PEDRO DE MÉRIDA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110601123-san-vicente-de-alcantara' class='text-dark'>SAN VICENTE DE ALCÁNTARA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604118-sancti-spiritus' class='text-dark'>SANCTI-SPÍRITUS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603120-santa-amalia' class='text-dark'>SANTA AMALIA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607121-santa-marta' class='text-dark'>SANTA MARTA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607122-santos-de-maimona-los' class='text-dark'>SANTOS DE MAIMONA (LOS)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610124-segura-de-leon' class='text-dark'>SEGURA DE LEÓN</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604125-siruela' class='text-dark'>SIRUELA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607126-solana-de-los-barros' class='text-dark'>SOLANA DE LOS BARROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604127-talarrubias' class='text-dark'>TALARRUBIAS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606128-talavera-la-real' class='text-dark'>TALAVERA LA REAL</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110609129-taliga' class='text-dark'>TÁLIGA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110604130-tamurejo' class='text-dark'>TAMUREJO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606131-torre-de-miguel-sesmero' class='text-dark'>TORRE DE MIGUEL SESMERO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602132-torremayor' class='text-dark'>TORREMAYOR</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602133-torremejia' class='text-dark'>TORREMEJÍA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611134-trasierra' class='text-dark'>TRASIERRA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602135-trujillanos' class='text-dark'>TRUJILLANOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611136-usagre' class='text-dark'>USAGRE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110605137-valdecaballeros' class='text-dark'>VALDECABALLEROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110606901-valdelacalzada' class='text-dark'>VALDELACALZADA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603138-valdetorres' class='text-dark'>VALDETORRES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612139-valencia-de-las-torres' class='text-dark'>VALENCIA DE LAS TORRES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610140-valencia-del-mombuey' class='text-dark'>VALENCIA DEL MOMBUEY</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611141-valencia-del-ventoso' class='text-dark'>VALENCIA DEL VENTOSO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608146-valle-de-la-serena' class='text-dark'>VALLE DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610147-valle-de-matamoros' class='text-dark'>VALLE DE MATAMOROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610148-valle-de-santa-ana' class='text-dark'>VALLE DE SANTA ANA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610142-valverde-de-burguillos' class='text-dark'>VALVERDE DE BURGUILLOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110609143-valverde-de-leganes' class='text-dark'>VALVERDE DE LEGANÉS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110612144-valverde-de-llerena' class='text-dark'>VALVERDE DE LLERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602145-valverde-de-merida' class='text-dark'>VALVERDE DE MÉRIDA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607149-villafranca-de-los-barros' class='text-dark'>VILLAFRANCA DE LOS BARROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110611150-villagarcia-de-la-torre' class='text-dark'>VILLAGARCÍA DE LA TORRE</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602151-villagonzalo' class='text-dark'>VILLAGONZALO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607152-villalba-de-los-barros' class='text-dark'>VILLALBA DE LOS BARROS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603153-villanueva-de-la-serena' class='text-dark'>VILLANUEVA DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110609154-villanueva-del-fresno' class='text-dark'>VILLANUEVA DEL FRESNO</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110603156-villar-de-rena' class='text-dark'>VILLAR DE RENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110601155-villar-del-rey' class='text-dark'>VILLAR DEL REY</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110605157-villarta-de-los-montes' class='text-dark'>VILLARTA DE LOS MONTES</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110607158-zafra' class='text-dark'>ZAFRA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110610159-zahinos' class='text-dark'>ZAHÍNOS</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608160-zalamea-de-la-serena' class='text-dark'>ZALAMEA DE LA SERENA</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110602162-zarza-la' class='text-dark'>ZARZA (LA)</a></div><div class='list-group-item'><a href='/mapamenuseventos/municipio/110608161-zarza-capilla' class='text-dark'>ZARZA-CAPILLA</a></div> </div> </div> </div> </div> </div>
breadcrumb_titulo Province Badajoz (0)

Session User Data

__ci_last_regenerate
1743804005
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.239.158
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