X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=Server%2Fsystem%2Fviews%2Fkohana_profiler_table.php;fp=Server%2Fsystem%2Fviews%2Fkohana_profiler_table.php;h=b6b465304b4e3774b2add192cc12cca5efe70303;hb=b6e210d698acb6872a1b1badccc2d83ad9b635c7;hp=0000000000000000000000000000000000000000;hpb=aec1432898504016de3fb769b27ad4b8ca4224fc;p=speedfreak diff --git a/Server/system/views/kohana_profiler_table.php b/Server/system/views/kohana_profiler_table.php new file mode 100644 index 0000000..b6b4653 --- /dev/null +++ b/Server/system/views/kohana_profiler_table.php @@ -0,0 +1,25 @@ + + + + > + $column) + { + $class = empty($column['class']) ? '' : ' class="'.$column['class'].'"'; + $style = empty($column['style']) ? '' : ' style="'.$column['style'].'"'; + $value = $row['data'][$index]; + $value = (is_array($value) OR is_object($value)) ? '
'.html::specialchars(print_r($value, TRUE)).'
' : html::specialchars($value); + echo '', $value, ''; + } + ?> + + +
\ No newline at end of file