Welcome Guest, Not a member yet? Register   Sign In
toolbar debug hmvc
#1

[eluser]Unknown[/eluser]
I have made some changes to:

http://ellislab.com/forums/viewthread/134856/

to convert CI Debug Toolbar Version 0.2 in a modular toolbar debug.

I use this to convert CI to modular CI first.
http://codeigniter.com/wiki/Modular_CI/

Copyright

This is a modified version of the original debug toolbar for CI ported from Kohana

- based on Kohana Debug Toolbar by Aaron Forsander (http://pifantastic.com/kohana-debug-toolbar/)
- 0.1 ported to CodeIgniter by quark ([email protected])
- 0.2 additions by Kon Wilms ([email protected])
- http://ellislab.com/forums/viewthread/134856/

Installation

- copy all content to respective application subdirectories
- enable hooks in application/config/config.php

Ready.

this is the hook.

Code:
$hook['display_override'] = array(
          'class'  => 'DebugToolbar',
          'function' => 'render',
          'filename' => 'DebugToolbar.php',
          'filepath' => 'modules/debug/controllers'
          );

FAQ
to conver CI a modular CI
http://codeigniter.com/wiki/Modular_CI/

DOWNLOAD - debug hmvc


Enjoy.




Theme © iAndrew 2016 - Forum software by © MyBB