render( array( 'parentDivClasses' => 'collapsed', 'contentArray' => [ ['switch_button console_switch', __('Console'),'image'=> $image], ['button clear', __('Clear')], ['button history', __('History')], ['button options', __('Options')], isset($cfgBookmark) ? ['button bookmarks', __('Bookmarks')] : null, ['button debug hide', __('Debug SQL')], ], ) ); ?>
render( array( 'parentDivClasses' => '', 'contentArray' => [ ['button order order_asc', __('ascending')], ['button order order_desc', __('descending')], ['text', __('Order:')], ['switch_button', __('Debug SQL')], ['button order_by sort_count', __('Count')], ['button order_by sort_exec', __('Execution order')], ['button order_by sort_time', __('Time taken')], ['text', __('Order by:')], ['button group_queries', __('Group queries')], ['button ungroup_queries', __('Ungroup queries')], ] ) ); ?>
render( array( 'parentDivClasses' => 'debug_query action_content', 'contentArray' => [ ['action collapse', __('Collapse')], ['action expand', __('Expand')], ['action dbg_show_trace', __('Show trace')], ['action dbg_hide_trace', __('Hide trace')], ['text count hide', __('Count'), 'extraSpan' => ''], ['text time', __('Time taken'), 'extraSpan' => ''], ] ) ); ?>
render( array( 'parentDivClasses' => '', 'contentArray' => [ ['switch_button', __('Bookmarks')], ['button refresh', __('Refresh')], ['button add', __('Add')], ] ) ); ?>
render( array( 'parentDivClasses' => '', 'contentArray' => [ ['switch_button', __('Add bookmark')] ] ) ); ?>
render( array( 'parentDivClasses' => '', 'contentArray' => [ ['switch_button', __('Options')], ['button default', __('Set default')] ] ) ); ?>





render( array( 'parentDivClasses' => 'query_actions', 'contentArray' => [ ['action collapse', __('Collapse')], ['action expand', __('Expand')], ['action requery', __('Requery')], ['action edit', __('Edit')], ['action explain', __('Explain')], ['action profiling', __('Profiling')], isset($cfgBookmark) ? ['action bookmark', __('Bookmark')] : null, ['text failed', __('Query failed')], ['text targetdb', __('Database'), 'extraSpan' => ''], ['text query_time', __('Queried time'), 'extraSpan' => ''], ], ) ); ?>