SIMPLE:
Array

VAR_DUMP:
array(2) {
  [0]=>
  array(9) {
    ["id"]=>
    string(1) "2"
    ["title"]=>
    string(24) "Digiskills 3.0 Batch 01 "
    ["description"]=>
    string(41) "Digiskills 3.0 Batch 01  Classes Started "
    ["content"]=>
    string(48) "https://youtu.be/tAnh0c7U4XA?si=l98xz_NIm_K67yzA"
    ["event_date"]=>
    string(10) "1970-01-01"
    ["created_date"]=>
    string(19) "2025-08-09 05:57:57"
    ["updated_date"]=>
    string(19) "0000-00-00 00:00:00"
    ["status"]=>
    string(6) "active"
    ["type"]=>
    string(4) "news"
  }
  [1]=>
  array(9) {
    ["id"]=>
    string(1) "1"
    ["title"]=>
    string(30) "Admission Schedule - Fall 2025"
    ["description"]=>
    string(39) "Admissions Open for Fall 2025 session. "
    ["content"]=>
    string(48) "https://youtu.be/2pRMjDWFwDM?si=0H05hzLmhQ60XHL5"
    ["event_date"]=>
    string(10) "1970-01-01"
    ["created_date"]=>
    string(19) "2025-08-09 05:55:52"
    ["updated_date"]=>
    string(19) "0000-00-00 00:00:00"
    ["status"]=>
    string(6) "active"
    ["type"]=>
    string(4) "news"
  }
}

PRINT_R:
Array
(
    [0] => Array
        (
            [id] => 2
            [title] => Digiskills 3.0 Batch 01 
            [description] => Digiskills 3.0 Batch 01  Classes Started 
            [content] => https://youtu.be/tAnh0c7U4XA?si=l98xz_NIm_K67yzA
            [event_date] => 1970-01-01
            [created_date] => 2025-08-09 05:57:57
            [updated_date] => 0000-00-00 00:00:00
            [status] => active
            [type] => news
        )

    [1] => Array
        (
            [id] => 1
            [title] => Admission Schedule - Fall 2025
            [description] => Admissions Open for Fall 2025 session. 
            [content] => https://youtu.be/2pRMjDWFwDM?si=0H05hzLmhQ60XHL5
            [event_date] => 1970-01-01
            [created_date] => 2025-08-09 05:55:52
            [updated_date] => 0000-00-00 00:00:00
            [status] => active
            [type] => news
        )

)