APP/Controller/PostsController.php (line 101)
[ 'requested_id_or_path' => 'apparence', 'detected_lang' => 'fr', 'home_id_from_config' => '1', 'sql' => 'SELECT Posts.id AS Posts__id, Posts.parent_id AS Posts__parent_id, Posts.lft AS Posts__lft, Posts.rght AS Posts__rght, Posts.type AS Posts__type, Posts.format AS Posts__format, Posts.title AS Posts__title, Posts.description AS Posts__description, Posts.slug AS Posts__slug, Posts.body AS Posts__body, Posts.published AS Posts__published, Posts.created AS Posts__created, Posts.modified AS Posts__modified, PostsTranslation.id AS PostsTranslation__id, PostsTranslation.locale AS PostsTranslation__locale, PostsTranslation.title AS PostsTranslation__title, PostsTranslation.description AS PostsTranslation__description, PostsTranslation.body AS PostsTranslation__body, PostsTranslation.slug AS PostsTranslation__slug FROM posts Posts LEFT JOIN posts_translations PostsTranslation ON (PostsTranslation.locale = :c0 AND Posts.id = PostsTranslation.id) WHERE (Posts.slug = :c1 OR PostsTranslation.slug = :c2)', ]