Log Messages
Level (7)
Channel (4)
| Time | Message |
|---|---|
| info |
Matched route "catalog_category".
request
[ "route" => "catalog_category" "route_parameters" => [ "_route" => "catalog_category" "_controller" => "App\Controller\CatalogController::catalogCategory" "categoryId" => "232" ] "request_uri" => "https://api-console.kissmada.com/catalog-categories/232" "method" => "GET" ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 0 ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
event
[ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "ContainerSCDKpRN\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerSCDKpRN\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
| info |
Connecting with parameters [ "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "127.0.0.1" "port" => 3306 "user" => "printapi" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "printapi" "serverVersion" => "11.8.3-MariaDB" "charset" => "utf8mb4" ]
doctrine
[ "params" => [ "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "127.0.0.1" "port" => 3306 "user" => "printapi" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "printapi" "serverVersion" => "11.8.3-MariaDB" "charset" => "utf8mb4" ] ] |
| debug |
Executing statement: "SELECT t0.id_category AS id_category_1, t0.parent_id AS parent_id_2, t0.image_url AS image_url_3 FROM categories t0 WHERE t0.id_category = ?" (parameters: [ 1 => 232 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id_category AS id_category_1, t0.parent_id AS parent_id_2, t0.image_url AS image_url_3 FROM categories t0 WHERE t0.id_category = ?" "params" => [ 1 => 232 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id_product AS id_product_1, t0.product_type AS product_type_2, t0.main_category_id AS main_category_id_3, t0.brand AS brand_4, t0.image_url AS image_url_5, t0.is_discontinued AS is_discontinued_6, t0.id_model AS id_model_7 FROM products t0 INNER JOIN products_categories ON t0.id_product = products_categories.id_product WHERE products_categories.id_category = ?" (parameters: [ 1 => 232 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id_product AS id_product_1, t0.product_type AS product_type_2, t0.main_category_id AS main_category_id_3, t0.brand AS brand_4, t0.image_url AS image_url_5, t0.is_discontinued AS is_discontinued_6, t0.id_model AS id_model_7 FROM products t0 INNER JOIN products_categories ON t0.id_product = products_categories.id_product WHERE products_categories.id_category = ?" "params" => [ 1 => 232 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| deprecation |
Deprecated: Creation of dynamic property App\Entity\Product::$url is deprecated
deprecation
[ "exception" => ErrorException {#1146 #message: "Deprecated: Creation of dynamic property App\Entity\Product::$url is deprecated" #code: 0 #file: "/var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php" #line: 122 #severity: E_DEPRECATED trace: { /var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php:122 { App\Controller\CatalogController->catalogCategory(EntityManagerInterface $em, int $categoryId): Response … › {
/var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php:122 {
App\Controller\CatalogController->catalogCategory(EntityManagerInterface $em, int $categoryId): Response …
›
|
| debug |
Executing query: "SELECT t0.id_category AS id_category_1, t0.parent_id AS parent_id_2, t0.image_url AS image_url_3 FROM categories t0"
doctrine
[ "sql" => "SELECT t0.id_category AS id_category_1, t0.parent_id AS parent_id_2, t0.image_url AS image_url_3 FROM categories t0" ] |
| deprecation |
Deprecated: Creation of dynamic property App\Entity\Category::$url is deprecated
deprecation
178 times
[ "exception" => ErrorException {#1143 #message: "Deprecated: Creation of dynamic property App\Entity\Category::$url is deprecated" #code: 0 #file: "/var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php" #line: 89 #severity: E_DEPRECATED trace: { /var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php:89 { App\Controller\CatalogController->createCategoriesTree(EntityManagerInterface $em): array … › {
/var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php:89 {
App\Controller\CatalogController->createCategoriesTree(EntityManagerInterface $em): array …
›
|
| deprecation |
Deprecated: Creation of dynamic property App\Entity\Category::$subCategories is deprecated
deprecation
178 times
[ "exception" => ErrorException {#1144 #message: "Deprecated: Creation of dynamic property App\Entity\Category::$subCategories is deprecated" #code: 0 #file: "/var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php" #line: 90 #severity: E_DEPRECATED trace: { /var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php:90 { App\Controller\CatalogController->createCategoriesTree(EntityManagerInterface $em): array … › {
/var/www/html/api-console.kissmada.com/printfulapi/src/Controller/CatalogController.php:90 {
App\Controller\CatalogController->createCategoriesTree(EntityManagerInterface $em): array …
›
|
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 1 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 1 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 6 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 6 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 23 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 23 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 24 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 24 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 25 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 25 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 26 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 26 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 27 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 27 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 85 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 85 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 108 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 108 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 7 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 7 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 28 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 28 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 29 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 29 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 95 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 95 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 106 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 106 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 58 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 58 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 90 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 90 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 98 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 98 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 125 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 125 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 241 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 241 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 226 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 226 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 235 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 235 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 290 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 290 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 2 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 2 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 8 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 8 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 30 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 30 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 31 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 31 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 32 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 32 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 33 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 33 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 34 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 34 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 35 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 35 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 89 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 89 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 9 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 9 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 36 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 36 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 37 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 37 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 11 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 11 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 79 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 79 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 86 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 86 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 96 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 96 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 107 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 107 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 10 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 10 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 51 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 51 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 60 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 60 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 99 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 99 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 240 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 240 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 227 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 227 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 289 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 289 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 299 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 299 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 3 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 3 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 12 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 12 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 38 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 38 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 63 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 63 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 145 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 145 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 203 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 203 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 13 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 13 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 14 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 14 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 100 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 100 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 105 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 105 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 194 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 194 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 228 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 228 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 4 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 4 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 16 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 16 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 48 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 48 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 49 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 49 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 81 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 81 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 101 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 101 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 129 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 129 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 270 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 270 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 126 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 126 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 205 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 205 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 206 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 206 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 220 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 220 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 221 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 221 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 215 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 215 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 217 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 217 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 229 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 229 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 243 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 243 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 244 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 244 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 245 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 245 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 250 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 250 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 251 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 251 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 268 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 268 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 271 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 271 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 5 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 5 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 21 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 21 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 55 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 55 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 56 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 56 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 57 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 57 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 239 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 239 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 22 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 22 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 88 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 88 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 112 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 112 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 191 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 191 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 195 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 195 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 238 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 238 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 249 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 249 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 264 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 264 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 189 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 189 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 190 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 190 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 197 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 197 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 198 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 198 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 202 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 202 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 232 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 232 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 230 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 230 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 252 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 252 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 254 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 254 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 255 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 255 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 256 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 256 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 258 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 258 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 267 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 267 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 274 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 274 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 296 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 296 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 263 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 263 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 292 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 292 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 93 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 93 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 15 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 15 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 40 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 40 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 41 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 41 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 42 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 42 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 43 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 43 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 44 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 44 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 45 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 45 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 46 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 46 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 47 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 47 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 116 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 116 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 117 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 117 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 119 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 119 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 120 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 120 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 121 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 121 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 122 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 122 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 123 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 123 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 155 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 155 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 188 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 188 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 209 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 209 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 213 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 213 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 242 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 242 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 260 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 260 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 265 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 265 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 266 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 266 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 287 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 287 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 303 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 303 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 304 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 304 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 305 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 305 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 307 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 307 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 159 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 159 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 164 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 164 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 165 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 165 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 167 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 167 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 168 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 168 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 169 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 169 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 170 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 170 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 171 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 171 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 172 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 172 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 173 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 173 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 174 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 174 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 178 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 178 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 179 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 179 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 180 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 180 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 181 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 181 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 182 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 182 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 183 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 183 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 184 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 184 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 185 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 185 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 186 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 186 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 187 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 187 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 211 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 211 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 212 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 212 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 214 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 214 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 231 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 231 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 236 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 236 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 237 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 237 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 261 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 261 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 272 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 272 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 273 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 273 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 286 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 286 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 294 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 294 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 297 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 297 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 306 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 306 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" (parameters: [ 1 => 277 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?" "params" => [ 1 => 277 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.name AS name_3, t0.model AS model_4, t0.description AS description_5, t0.id_product AS id_product_6 FROM products_langs t0 WHERE t0.id_product = ?" (parameters: [ 1 => 568 ], types: [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.name AS name_3, t0.model AS model_4, t0.description AS description_5, t0.id_product AS id_product_6 FROM products_langs t0 WHERE t0.id_product = ?" "params" => [ 1 => 568 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#721 +name: "INTEGER" } ] ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (0)
Log messages generated during the compilation of the service container.
There are no compiler log messages.