you can access the array using the following code
simply loop the $subpage for each stdClass and access the stdClass using the following code
i=0 to length
$data = $subpage[i];
echo $data->post_title;
Faraz
Thread Starter
fshuja
(@fshuja)
i just want to add a top level tab named “Database”.
this tab will contains only one sub-tab named “Access”, which will be bydefaul selected.
Faraz