', 0); ?>

총 쿼리수 :

$query){ if( empty($query) ) continue; $executed_time = $query['end_time'] - $query['start_time']; $show_excuted_time = number_format((float)$executed_time * 1000, 2, '.', ''); ?>
쿼리 목록
실행순서 쿼리문 실행시간
$count){ if( $tag === 'count' ) continue; if( empty($count) ) continue; $datas = array(); if( isset($event_callbacks[$tag]) ){ $event_callbacks_tag = $event_callbacks[$tag]; ksort($event_callbacks_tag); foreach((array) $event_callbacks_tag as $priority=>$event_args){ if( empty($event_args) ) continue; foreach($event_args as $index=>$funcs){ $datas[] = array( 'priority' => $priority, 'function' => $funcs['function'], 'arguments' => $funcs['arguments'], ); } //end foreach } //end foreach $rowspan = $datas ? ' rowspan='.count($datas) : ''; $is_print = $rowspan; foreach($datas as $data){ $print_function = ''; if( $data['function'] && is_array($data['function']) ){ foreach( (array) $data['function'] as $key=>$fn_name ){ $str_delimiter = ''; if($key) $str_delimiter = ' :: '; if( is_object($fn_name) ){ $fn_name = get_class($fn_name); } $print_function .= $str_delimiter.(string) $fn_name; } } else { $print_function = $data['function']; } ?>
HOOK 목록
event_tag (갯수) event_function 인수의 수 우선 순위
>('.$count.')'; ?>
('.$count.')'; ?>      
$count){ if( $tag === 'count' ) continue; if( empty($count) ) continue; $datas = array(); if( isset($replace_callbacks[$tag]) ){ $replace_callbacks_tag = $replace_callbacks[$tag]; ksort($replace_callbacks_tag); foreach((array) $replace_callbacks_tag as $priority=>$replace_args){ if( empty($replace_args) ) continue; foreach($replace_args as $index=>$funcs){ $datas[] = array( 'priority' => $priority, 'function' => $funcs['function'], 'arguments' => $funcs['arguments'], ); } //end foreach } //end foreach $rowspan = $datas ? ' rowspan='.count($datas) : ''; $is_print = $rowspan; foreach($datas as $data){ $print_function = ''; if( $data['function'] && is_array($data['function']) ){ foreach( (array) $data['function'] as $key=>$fn_name ){ $str_delimiter = ''; if($key) $str_delimiter = ' :: '; if( is_object($fn_name) ){ $fn_name = get_class($fn_name); } $print_function .= $str_delimiter.(string) $fn_name; } } else { $print_function = $data['function']; } ?>
HOOK 목록
replace_tag (갯수) replace_function 인수의 수 우선 순위
>('.$count.')'; ?>
('.$count.')'; ?>