diff options
author | admin <devnull@localhost> | 2006-10-13 23:44:17 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-13 23:44:17 +0200 |
commit | b06d69f03f5149877390d7e99882006a141268ff (patch) | |
tree | 0d39c4fd2909649a5673af47e4b62a3afc2b629e /system/libraries/Profiler.php | |
parent | 5a14ea1599841bdaac15b45e3efd4cba01601f49 (diff) |
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r-- | system/libraries/Profiler.php | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 3370c9113..7fecabd21 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -94,7 +94,12 @@ class CI_Profiler { // -------------------------------------------------------------------- - + /** + * Compile Queries + * + * @access private + * @return string + */ function _compile_queries() { $output = "\n\n"; @@ -130,7 +135,13 @@ class CI_Profiler { } // -------------------------------------------------------------------- - + + /** + * Compile $_POST Data + * + * @access private + * @return string + */ function _compile_post() { $output = "\n\n"; |