Routing
curso_ver
Matched route
Route Parameters
| Name | Value |
|---|---|
| idCurso | "30" |
Route Matching Logs
Path to match:
/cursos/ver/30
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | accesodirecto | /app/AccesoDirecto | Path does not match |
| 13 | accesodirecto_nuevo | /app/AccesoDirecto/nuevo | Path does not match |
| 14 | accesodirecto_ver | /AccesoDirecto/ver/{idAccesoDirecto} | Path does not match |
| 15 | accesodirecto_editar | /AccesoDirecto/editar/{idAccesoDirecto} | Path does not match |
| 16 | admin | /app/administracion/ | Path does not match |
| 17 | album | /album | Path does not match |
| 18 | album_abm | /app/albums/Abm | Path does not match |
| 19 | album_nuevo | /app/album/nuevo | Path does not match |
| 20 | album_ver | /album/ver/{idAlbum} | Path does not match |
| 21 | album_editar | /album/editar/{idAlbum} | Path does not match |
| 22 | album_imagen_eliminar | /album/eliminarImagen/{idImagen} | Path does not match |
| 23 | api_ventas_estado | /api/estadoVentas | Path does not match |
| 24 | api_informacion | /api/informacionTienda | Path does not match |
| 25 | api_obtener_nombre_tienda | /api/nombreTienda | Path does not match |
| 26 | api_obtener_numero_tienda | /api/nroTienda | Path does not match |
| 27 | api_obtener_estadistica_ventas | /api/obtenerEstadisticaVentas | Path does not match |
| 28 | carrito | /carrito | Path does not match |
| 29 | carritoproductos_agregar | /carrito/agregar/{idProducto} | Path does not match |
| 30 | carritoproductos_confirmar | /carrito/confirmar | Path does not match |
| 31 | carrito_quitar | /carrito/quitar | Path does not match |
| 32 | carrito_agregar | /carrito/agregar | Path does not match |
| 33 | categoria | /app/categoria | Path does not match |
| 34 | categoria_ver | /app/categoria/ver/{idCategoria} | Path does not match |
| 35 | categoria_nueva | /app/categoria/nuevo | Path does not match |
| 36 | categoria_editar | /app/categoria/editar/{idCategoria} | Path does not match |
| 37 | curso_clase_nueva | /app/cursos/{idCurso}/nuevaClase | Path does not match |
| 38 | clase_ver | /cursos/{idCurso}/clase/{idClase}/ver | Path does not match |
| 39 | curso_editar_clase | /app/cursos/clase/editar/{idClase} | Path does not match |
| 40 | clase_subirVideo | /app/clase/{idClase}/subidaProgresiva | Path does not match |
| 41 | clase_eliminar | /app/clase/{idClase}/eliminar | Path does not match |
| 42 | clase_eliminar_video | /app/clase/{idClase}/eliminarVideo | Path does not match |
| 43 | configuracion | /app/configuraciones | Path does not match |
| 44 | configuracion_ver | /app/configuraciones/ver/{idConfiguracion} | Path does not match |
| 45 | configuracion_editar | /app/configuraciones/editar/{idConfiguracion} | Path does not match |
| 46 | app_contacto | /contacto | Path does not match |
| 47 | app_contacto_listar | /app/contacto/listar/ | Path does not match |
| 48 | app_contacto_ver | /contacto/ver/{idContacto} | Path does not match |
| 49 | app_contacto_marcarLeido | /contacto/marcarLeido/{idContacto} | Path does not match |
| 50 | app_contacto_marcarDestacado | /contacto/marcarDestacado/{idContacto} | Path does not match |
| 51 | app_contacto_nuevo | /api/contacto | Path does not match |
| 52 | app_contenidosLibres | /contenidosLibres/home | Path does not match |
| 53 | cursos | /curso | Path does not match |
| 54 | curso_abm | /app/cursos/ | Path does not match |
| 55 | curso_ver | /cursos/ver/{idCurso} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.