Kickstart your CodeIgniter applications.
If you're new to Bonfire, but familiar with CodeIgniter, then you should be up an running within the system in no time.
If you're new to CodeIgniter, make sure you read through and understand the latest CodeIgniter User Guide before diving into Bonfire. Your headaches will thank you.
If you are new to Bonfire, you should start by reading the docs.
| Loading Time: Base Classes | 50 ms |
| Controller Execution Time ( Home / Index ) | 39 ms |
| Total Execution Time | 95 ms |
| 0.0001 | SET SESSION sql_mode="STRICT_ALL_TABLES" |
| 0.0002 | SELECT * FROM (`bf_settings`)Speed: 0.0002 - Possible keys: - Key Used: - Type: ALL - Rows: 35 - Extra: |
| 0.0003 | SHOW TABLES FROM `bf_ndcisiv` |
| 0.0002 | SELECT * FROM (`bf_schema_version`)Speed: 0.0002 - Possible keys: - Key Used: - Type: ALL - Rows: 2 - Extra: |
| 0.0003 | SELECT * FROM (`bf_schema_version`) WHERE `type` = 'core'Speed: 0.0003 - Possible keys: PRIMARY - Key Used: PRIMARY - Type: const - Rows: 1 - Extra: |
| 0.0010 | Total Query Execution Time |
| session_id | 4f8d085164cea15ca4309375e73c0482 |
| ip_address | 38.107.179.231 |
| user_agent | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| last_activity | 1337557301 |
| user_data | |
| requested_page | http://ndcisiv.com/ |
| previous_page | http://ndcisiv.com/ |
| No GET data exists |
| No POST data exists |
| No URI data exists |
| home/index |
| HTTP_ACCEPT | text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 |
| HTTP_USER_AGENT | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| HTTP_CONNECTION | close |
| SERVER_PORT | 80 |
| SERVER_NAME | ndcisiv.com |
| REMOTE_ADDR | 38.107.179.231 |
| SERVER_SOFTWARE | Apache/2.2.3 (CentOS) |
| HTTP_ACCEPT_LANGUAGE | en-us,en;q=0.5 |
| SCRIPT_NAME | /index.php |
| REQUEST_METHOD | GET |
| HTTP_HOST | |
| REMOTE_HOST | |
| CONTENT_TYPE | |
| SERVER_PROTOCOL | HTTP/1.1 |
| QUERY_STRING | |
| HTTP_ACCEPT_ENCODING | gzip |
| HTTP_X_FORWARDED_FOR |
| modules_locations | Array ( [/var/www/vhosts/ndcisiv.com/httpdocs/bonfire/modules/] => ../../modules/ [/var/www/vhosts/ndcisiv.com/httpdocs/bonfire/application/core_modules/] => ../core_modules/ ) |
| base_url | http://ndcisiv.com/ |
| index_page | |
| uri_protocol | AUTO |
| url_suffix | |
| language | english |
| charset | UTF-8 |
| enable_hooks | 1 |
| subclass_prefix | MY_ |
| permitted_uri_chars | a-z 0-9~%.:_\- |
| allow_get_array | 1 |
| enable_query_strings | |
| controller_trigger | c |
| function_trigger | m |
| directory_trigger | d |
| log_threshold | 1 |
| log_path | bonfire/application/logs/ |
| log_date_format | Y-m-d H:i:s |
| cache_path | bonfire/application/cache/ |
| encryption_key | dd7743a8cce5e30f2b96f01fa65f2c45 |
| sess_cookie_name | ci_session |
| sess_expiration | 7200 |
| sess_expire_on_close | |
| sess_encrypt_cookie | |
| sess_use_database | |
| sess_table_name | sessions |
| sess_match_ip | 1 |
| sess_match_useragent | 1 |
| sess_time_to_update | 300 |
| cookie_prefix | |
| cookie_domain | |
| cookie_path | / |
| global_xss_filtering | |
| csrf_protection | |
| csrf_token_name | csrf_test_name |
| csrf_cookie_name | csrf_cookie_name |
| csrf_expire | 7200 |
| compress_output | |
| time_reference | gmt |
| rewrite_short_tags | |
| proxy_ips | |
| auth.use_extended_profile | 0 |
| site.title | |
| site.system_email | |
| site.status | 1 |
| site.list_limit | 25 |
| updates.do_check | 1 |
| updates.bleeding_edge | 1 |
| updates.last_commit | |
| site.backup_folder | archives/ |
| contexts | Array ( [0] => content [1] => reports [2] => settings [3] => developer ) |
| module_permissions | Array ( [content] => Array ( [views] => Site.Content.View ) [reports] => Array ( [emailer] => Bonfire.Emailer.View ) [appearance] => Array ( ) [settings] => Array ( [database] => Bonfire.Database.Manage [emailer] => Bonfire.Emailer.Manage [roles] => Bonfire.Roles.Manage [users] => Bonfire.Users.View ) [developer] => Array ( [database] => Bonfire.Database.Manage ) ) |
| template.site_path | /var/www/vhosts/ndcisiv.com/httpdocs/ |
| template.theme_paths | Array ( [0] => bonfire/themes ) |
| template.default_layout | index |
| template.ajax_layout | ajax |
| template.use_mobile_themes | |
| template.default_theme | default/ |
| template.parse_views | |
| template.message_template | <div class="alert alert-block alert-{type} fade in notification"> <a data-dismiss="alert" class="close" href="#">&times;</a> <div>{message}</div> </div> |
| template.breadcrumb_symbol | : |
| assets.base_folder | assets |
| assets.asset_folders | Array ( [css] => css [js] => js [image] => images ) |
| assets.js_opener | $(document).ready(function(){ |
| assets.js_closer | }); |
| assets.combine | |
| assets.encrypt_name | |
| assets.js_minify | |
| assets.css_minify | |
| assets.encode | |
| ui.current_shortcuts | Array ( [form_save] => Array ( [description] => Save any form in the admin area. [action] => $("input[name=submit]").click();return false; ) [create_new] => Array ( [description] => Create a new record in the module. [action] => document.location=$("a#create_new").attr("href"); ) [select_all] => Array ( [description] => Select all records in an index page. [action] => $("table input[type=checkbox]").click();return false; ) [delete] => Array ( [description] => Delete the record(s). [action] => $("#delete-me.btn-danger").click(); ) [goto_content] => Array ( [description] => Jump to the Content context. [action] => document.location='/admin/content'; ) [goto_reports] => Array ( [description] => Jump to the Reports context. [action] => document.location='/admin/reports'; ) [goto_settings] => Array ( [description] => Jump to the Settings context. [action] => document.location='/admin/settings'; ) ) |
| emailer.write_to_file | |
| migrate.auto_core | 1 |
| migrate.auto_app | |
| migrations_enabled | 1 |
| migrations_version | 1 |
| migrations_path | bonfire/application/db/migrations/ |
|
application.php bonfire/application/config/application.php |
|
autoload.php bonfire/application/config/autoload.php |
|
config.php bonfire/application/config/config.php |
|
constants.php bonfire/application/config/constants.php |
|
database.php bonfire/application/config/development/database.php |
|
events.php bonfire/application/config/events.php |
|
hooks.php bonfire/application/config/hooks.php |
|
mimes.php bonfire/application/config/mimes.php |
|
profiler.php bonfire/application/config/profiler.php |
|
routes.php bonfire/application/config/routes.php |
|
user_agents.php bonfire/application/config/user_agents.php |
|
home.php bonfire/application/controllers/home.php |
|
MY_Controller.php bonfire/application/core/MY_Controller.php |
|
MY_Loader.php bonfire/application/core/MY_Loader.php |
|
MY_Model.php bonfire/application/core/MY_Model.php |
|
MY_Router.php bonfire/application/core/MY_Router.php |
|
migrations.php bonfire/application/core_modules/migrations/config/migrations.php |
|
Migrations.php bonfire/application/core_modules/migrations/libraries/Migrations.php |
|
settings_lib.php bonfire/application/core_modules/settings/libraries/settings_lib.php |
|
settings_model.php bonfire/application/core_modules/settings/models/settings_model.php |
|
users_lang.php bonfire/application/core_modules/users/language/english/users_lang.php |
|
auth.php bonfire/application/core_modules/users/libraries/auth.php |
|
user_model.php bonfire/application/core_modules/users/models/user_model.php |
|
MY_form_helper.php bonfire/application/helpers/MY_form_helper.php |
|
application_helper.php bonfire/application/helpers/application_helper.php |
|
config_file_helper.php bonfire/application/helpers/config_file_helper.php |
|
App_hooks.php bonfire/application/hooks/App_hooks.php |
|
application_lang.php bonfire/application/language/english/application_lang.php |
|
Console.php bonfire/application/libraries/Console.php |
|
Profiler.php bonfire/application/libraries/Profiler.php |
|
assets.php bonfire/application/libraries/assets.php |
|
events.php bonfire/application/libraries/events.php |
|
template.php bonfire/application/libraries/template.php |
|
Base.php bonfire/application/third_party/MX/Base.php |
|
Config.php bonfire/application/third_party/MX/Config.php |
|
Controller.php bonfire/application/third_party/MX/Controller.php |
|
Lang.php bonfire/application/third_party/MX/Lang.php |
|
Loader.php bonfire/application/third_party/MX/Loader.php |
|
Modules.php bonfire/application/third_party/MX/Modules.php |
|
Router.php bonfire/application/third_party/MX/Router.php |
|
index.php bonfire/application/views/home/index.php |
|
Benchmark.php bonfire/codeigniter/core/Benchmark.php |
|
CodeIgniter.php bonfire/codeigniter/core/CodeIgniter.php |
|
Common.php bonfire/codeigniter/core/Common.php |
|
Config.php bonfire/codeigniter/core/Config.php |
|
Controller.php bonfire/codeigniter/core/Controller.php |
|
Hooks.php bonfire/codeigniter/core/Hooks.php |
|
Input.php bonfire/codeigniter/core/Input.php |
|
Lang.php bonfire/codeigniter/core/Lang.php |
|
Loader.php bonfire/codeigniter/core/Loader.php |
|
Model.php bonfire/codeigniter/core/Model.php |
|
Output.php bonfire/codeigniter/core/Output.php |
|
Router.php bonfire/codeigniter/core/Router.php |
|
Security.php bonfire/codeigniter/core/Security.php |
|
URI.php bonfire/codeigniter/core/URI.php |
|
Utf8.php bonfire/codeigniter/core/Utf8.php |
|
DB.php bonfire/codeigniter/database/DB.php |
|
DB_active_rec.php bonfire/codeigniter/database/DB_active_rec.php |
|
DB_driver.php bonfire/codeigniter/database/DB_driver.php |
|
DB_forge.php bonfire/codeigniter/database/DB_forge.php |
|
DB_result.php bonfire/codeigniter/database/DB_result.php |
|
mysql_driver.php bonfire/codeigniter/database/drivers/mysql/mysql_driver.php |
|
mysql_forge.php bonfire/codeigniter/database/drivers/mysql/mysql_forge.php |
|
mysql_result.php bonfire/codeigniter/database/drivers/mysql/mysql_result.php |
|
cookie_helper.php bonfire/codeigniter/helpers/cookie_helper.php |
|
form_helper.php bonfire/codeigniter/helpers/form_helper.php |
|
language_helper.php bonfire/codeigniter/helpers/language_helper.php |
|
string_helper.php bonfire/codeigniter/helpers/string_helper.php |
|
url_helper.php bonfire/codeigniter/helpers/url_helper.php |
|
profiler_lang.php bonfire/codeigniter/language/english/profiler_lang.php |
|
Cache.php bonfire/codeigniter/libraries/Cache/Cache.php |
|
Driver.php bonfire/codeigniter/libraries/Driver.php |
|
Log.php bonfire/codeigniter/libraries/Log.php |
|
Session.php bonfire/codeigniter/libraries/Session.php |
|
User_agent.php bonfire/codeigniter/libraries/User_agent.php |
|
index.php bonfire/themes/default/index.php |
|
_footer.php bonfire/themes/default/parts/_footer.php |
|
_header.php bonfire/themes/default/parts/_header.php |
|
head.php bonfire/themes/default/parts/head.php |
|
modal_login.php bonfire/themes/default/parts/modal_login.php |
|
topbar.php bonfire/themes/default/parts/topbar.php |
|
index.php index.php |