3 |
2.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hook AS hook_3, t0.menu_type AS menu_type_4, t0.active AS active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM menu t0 WHERE t0.hook = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.hook AS hook_3, t0.menu_type AS menu_type_4, t0.active AS active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM menu t0 WHERE t0.hook = 'Top' LIMIT 1;
|
4 |
1.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.value AS value_4, t0.link_value AS link_value_5, t0.blank_target AS blank_target_6, t0.active AS active_7, t0.cliquable AS cliquable_8, t0.position AS position_9, t0.display_children AS display_children_10, t0.display_title AS display_title_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.menu_id AS menu_id_14, t0.parent_item_menu_id AS parent_item_menu_id_15, t0.c_mspage_id AS c_mspage_id_16 FROM menu_item t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.value AS value_4, t0.link_value AS link_value_5, t0.blank_target AS blank_target_6, t0.active AS active_7, t0.cliquable AS cliquable_8, t0.position AS position_9, t0.display_children AS display_children_10, t0.display_title AS display_title_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.menu_id AS menu_id_14, t0.parent_item_menu_id AS parent_item_menu_id_15, t0.c_mspage_id AS c_mspage_id_16 FROM menu_item t0 WHERE t0.menu_id = 1 ORDER BY t0.position ASC;
|