Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() |
![]() ![]() |
Reputation | Support forum (2) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
![]() ![]() ![]() ![]() | Total: 592 | All time: 5,175 This week: 258![]() |
Version | License | PHP version | Categories | |||
ci-developer-toolbar 0.23 | MIT/X Consortium ... | 5.3 | PHP 5, Debug, Libraries, Performance ... |
Description | Author | |||||||||||||||||||||||
This package is a CodeIgniter library to show a developer toolbar. Innovation Award
|
|
CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimization.
CodeIgniter Versoin >= 2.2.0
Copy the files to the application/third_party/DevelBar
folder.
Copy the file core/MY_Loader.php
to the application/core
folder.
Copy the file controllers/develbarprofiler.php
to the application/controllers
folder.
Change application/cache folder permission to 777
Notice : You may need to add <head> tag in your html page for AJAX Panel.
If you are using HMVC third party library, copy MX_Loader.php
instead of MY_Loader.php
to your core
directory,
and change the file name to MY_Loader.php
instead of MX_Loader.php
.
Open application/config/autoload.php
:
$autoload['packages'] = array(APPPATH . 'third_party/DevelBar');
Open application/config/config.php
:
$config['enable_hooks'] = TRUE;
Open application/config/hooks.php
and add this line :
$hook['display_override'][] = array(
'class' => 'Develbar',
'function' => 'debug',
'filename' => 'Develbar.php',
'filepath' => 'third_party/DevelBar/hooks'
);
Open application/third_party/DevelBar/config/config.php
:
$config['enable_develbar'] = TRUE;
If you want to disable some sections within the developer toolbar,
Open application/third_party/DevelBar/config/config.php
, and set the sections value to FALSE
:
$config['develbar_sections'] = array(
'Benchmarks' => TRUE,
'Memory Usage' => TRUE,
'Request' => TRUE,
'Database' => TRUE,
'Hooks' => FALSE, // Disable Hooks Section
'Libraries' => TRUE,
'Helpers' => FALSE, // Disable Helpers Section,
'Views' => TRUE,
'Config' => TRUE,
'Session' => TRUE,
'Models' => TRUE,
'Ajax' > TRUE,
);
To auto check for available new version of CodeIgniter and DeveloperToolbar, you should set check_update
option to TRUE
,
within application/third_party/DevelBar/config/config.php
:
$config['check_update'] = TRUE;
NOTE : if this option is set to TRUE, it will slow down the page loading a little bit.
Screenshots | ||
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Doc. | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data |
![]() |
/ | config |
File | Role | Description |
---|---|---|
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Doc. | Documentation |
![]() |
/ | controllers |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() ![]() |
Doc. | Documentation |
![]() |
/ | core |
File | Role | Description |
---|---|---|
![]() ![]() |
Doc. | Documentation |
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
/ | third_party | / | DevelBar |
![]() |
/ | third_party | / | DevelBar | / | assets |
![]() |
/ | third_party | / | DevelBar | / | assets | / | css |
File | Role | Description |
---|---|---|
![]() ![]() |
Data | Auxiliary data |
![]() |
/ | third_party | / | DevelBar | / | assets | / | images |
File | Role | Description |
---|---|---|
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() ![]() |
Icon | Icon image |
![]() |
/ | third_party | / | DevelBar | / | assets | / | js |
File | Role | Description |
---|---|---|
![]() ![]() |
Data | Auxiliary data |
![]() ![]() |
Data | Auxiliary data |
![]() |
/ | third_party | / | DevelBar | / | helpers |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() |
/ | third_party | / | DevelBar | / | hooks |
File | Role | Description |
---|---|---|
![]() ![]() |
Conf. | Configuration script |
![]() |
/ | third_party | / | DevelBar | / | language |
![]() |
/ | third_party | / | DevelBar | / | language | / | english |
File | Role | Description |
---|---|---|
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Doc. | Documentation |
![]() |
/ | third_party | / | DevelBar | / | language | / | french |
File | Role | Description |
---|---|---|
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Doc. | Documentation |
![]() |
/ | third_party | / | DevelBar | / | language | / | german |
File | Role | Description |
---|---|---|
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Doc. | Documentation |
![]() |
/ | third_party | / | DevelBar | / | language | / | italian |
File | Role | Description |
---|---|---|
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Doc. | Documentation |
![]() |
/ | third_party | / | DevelBar | / | language | / | turkish |
File | Role | Description |
---|---|---|
![]() ![]() |
Aux. | Auxiliary script |
![]() ![]() |
Doc. | Documentation |
![]() |
/ | third_party | / | DevelBar | / | views | / | develbar |
File | Role | Description |
---|---|---|
![]() ![]() |
Aux. | Auxiliary script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Example | Example script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() ![]() |
Conf. | Configuration script |
![]() | ci-developer-toolbar-2018-06-21.zip 82KB |
![]() | ci-developer-toolbar-2018-06-21.tar.gz 58KB |
![]() | Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
98% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.