Array
(
    [0] => stdClass Object
        (
            [id] => 1
            [select_type] => SIMPLE
            [table] => webcasts
            [type] => ALL
            [possible_keys] => PRIMARY,webcast_id,idx_webcast_id_order
            [key] => 
            [key_len] => 
            [ref] => 
            [rows] => 19
            [Extra] => Using filesort
        )

    [1] => stdClass Object
        (
            [id] => 1
            [select_type] => SIMPLE
            [table] => module_visibility
            [type] => ref|filter
            [possible_keys] => idx_m_type_id,idx_m_siteid,idx_m_status,idx_module_visibility_lookup
            [key] => idx_m_type_id|idx_m_status
            [key_len] => 5|2
            [ref] => soma_novem_live_db.webcasts.webcast_id
            [rows] => 1 (2%)
            [Extra] => Using where; Using rowid filter
        )

)