log sub array
This commit is contained in:
@@ -11,7 +11,12 @@ class DigiCallBack extends BaseController
|
||||
|
||||
$inKeys = array_keys($in);
|
||||
foreach ($inKeys as $item){
|
||||
log_message('critical', "DigiCallBack:: item ********* ". serialize( $in[$item]) );
|
||||
log_message('critical', "DigiCallBack:: item ** ${$item} ---- ---- ". serialize( $in[$item]) );
|
||||
if (is_array($in[$item])){
|
||||
foreach (array_keys($in[$item]) as $item1){
|
||||
log_message('critical', " DigiCallBack:: item ** ${$item1} ---- ". serialize( $in[$item][$item1]) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// $arr = array(1, 2, 3, 4);
|
||||
|
||||
Reference in New Issue
Block a user