Recommend this page to a friend! |
Download .zip |
Info | Documentation | Screenshots | View files (63) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-10 (3 days ago) | 62% | Total: 619 This week: 3 | All time: 5,082 This week: 154 |
Version | License | PHP version | Categories | |||
ci-developer-toolbar 0.30 | 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.
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 permissions for cache folder chmod 777 application/cache
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'
);
Enable or disable Develbar, 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;
Screenshots | ||
Files |
File | Role | Description | ||
---|---|---|---|---|
.github (1 file) | ||||
config (4 files) | ||||
controllers (2 files) | ||||
core (3 files) | ||||
third_party (1 file, 1 directory) | ||||
CHANGELOG.md | Data | Auxiliary data | ||
CODE_OF_CONDUCT.md | Data | Auxiliary data | ||
CONTRIBUTING.md | Data | Auxiliary data | ||
ISSUE_TEMPLATE.md | Data | Auxiliary data | ||
LICENSE | Data | Auxiliary data | ||
README.md | Doc. | Auxiliary data | ||
version.json | Data | Auxiliary data |
Files | / | config |
File | Role | Description |
---|---|---|
autoload.php | Conf. | Configuration script |
config.php | Conf. | Configuration script |
hooks.php | Conf. | Configuration script |
index.html | Doc. | Documentation |
Files | / | controllers |
File | Role | Description |
---|---|---|
develbarprofiler.php | Class | Class source |
index.html | Doc. | Documentation |
Files | / | core |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
MX_Loader.php | Class | Class source |
MY_Loader.php | Class | Class source |
Files | / | third_party | / | DevelBar |
Files | / | third_party | / | DevelBar | / | assets |
Files | / | third_party | / | DevelBar | / | assets | / | css |
File | Role | Description |
---|---|---|
develbar.css | Data | Auxiliary data |
Files | / | third_party | / | DevelBar | / | assets | / | images |
File | Role | Description |
---|---|---|
ajax.png | Icon | Icon image |
ci.png | Icon | Icon image |
config.png | Icon | Icon image |
database.png | Icon | Icon image |
helper.png | Icon | Icon image |
hook.png | Icon | Icon image |
library.png | Icon | Icon image |
memory.png | Icon | Icon image |
model.png | Icon | Icon image |
session.png | Icon | Icon image |
setting.png | Icon | Icon image |
timer.png | Icon | Icon image |
view.png | Icon | Icon image |
Files | / | third_party | / | DevelBar | / | assets | / | js |
File | Role | Description |
---|---|---|
ajax.js | Data | Auxiliary data |
develbar.js | Data | Auxiliary data |
Files | / | third_party | / | DevelBar | / | helpers |
File | Role | Description |
---|---|---|
utility_helper.php | Class | Class source |
Files | / | third_party | / | DevelBar | / | hooks |
File | Role | Description |
---|---|---|
Develbar.php | Conf. | Configuration script |
Files | / | third_party | / | DevelBar | / | language |
Files | / | third_party | / | DevelBar | / | language | / | english |
File | Role | Description |
---|---|---|
develbar_lang.php | Conf. | Configuration script |
index.html | Doc. | Documentation |
Files | / | third_party | / | DevelBar | / | language | / | french |
File | Role | Description |
---|---|---|
develbar_lang.php | Conf. | Configuration script |
index.html | Doc. | Documentation |
Files | / | third_party | / | DevelBar | / | language | / | german |
File | Role | Description |
---|---|---|
develbar_lang.php | Conf. | Configuration script |
index.html | Doc. | Documentation |
Files | / | third_party | / | DevelBar | / | language | / | italian |
File | Role | Description |
---|---|---|
develbar_lang.php | Conf. | Configuration script |
index.html | Doc. | Documentation |
Files | / | third_party | / | DevelBar | / | language | / | turkish |
File | Role | Description |
---|---|---|
develbar_lang.php | Aux. | Auxiliary script |
index.html | Doc. | Documentation |
Files | / | third_party | / | DevelBar | / | views | / | develbar |
File | Role | Description |
---|---|---|
ajax.php | Aux. | Auxiliary script |
benchmarks.php | Conf. | Configuration script |
config.php | Conf. | Configuration script |
database.php | Conf. | Configuration script |
develbar.php | Conf. | Configuration script |
helpers.php | Conf. | Configuration script |
hooks.php | Conf. | Configuration script |
libraries.php | Conf. | Configuration script |
memory_usage.php | Conf. | Configuration script |
models.php | Conf. | Configuration script |
not_supported.php | Conf. | Configuration script |
profiler.php | Example | Example script |
request.php | Conf. | Configuration script |
session.php | Conf. | Configuration script |
views.php | Conf. | Configuration script |
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.