@@ 104-110 (lines=7) @@ | ||
101 | } |
|
102 | ||
103 | // default all sections to display |
|
104 | foreach ($this->_available_sections as $section) |
|
105 | { |
|
106 | if ( ! isset($config[$section])) |
|
107 | { |
|
108 | $this->_compile_{$section} = TRUE; |
|
109 | } |
|
110 | } |
|
111 | ||
112 | $this->set_sections($config); |
|
113 |
@@ 104-110 (lines=7) @@ | ||
101 | $this->CI->load->language('profiler'); |
|
102 | ||
103 | // default all sections to display |
|
104 | foreach ($this->_available_sections as $section) |
|
105 | { |
|
106 | if ( ! isset($config[$section])) |
|
107 | { |
|
108 | $this->_compile_{$section} = TRUE; |
|
109 | } |
|
110 | } |
|
111 | ||
112 | $this->set_sections($config); |
|
113 | log_message('info', 'Profiler Class Initialized'); |