initial push
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
.htaccess
0 → 100644
application/.htaccess
0 → 100644
application/cache/index.html
0 → 100644
application/config/autoload.php
0 → 100644
application/config/config.php
0 → 100644
This diff is collapsed.
Click to expand it.
application/config/constants.php
0 → 100644
application/config/database.php
0 → 100644
application/config/doctypes.php
0 → 100644
application/config/foreign_chars.php
0 → 100644
application/config/hooks.php
0 → 100644
application/config/index.html
0 → 100644
application/config/memcached.php
0 → 100644
application/config/migration.php
0 → 100644
application/config/mimes.php
0 → 100644
This diff is collapsed.
Click to expand it.
application/config/profiler.php
0 → 100644
application/config/routes.php
0 → 100644
application/config/smileys.php
0 → 100644
application/config/user_agents.php
0 → 100644
application/controllers/Category.php
0 → 100644
application/controllers/Customer.php
0 → 100644
application/controllers/Dashboard.php
0 → 100644
application/controllers/Login.php
0 → 100644
application/controllers/Logout.php
0 → 100644
application/controllers/Sub_category.php
0 → 100644
application/controllers/Welcome.php
0 → 100644
application/controllers/index.html
0 → 100644
application/core/index.html
0 → 100644
application/helpers/index.html
0 → 100644
application/hooks/index.html
0 → 100644
application/index.html
0 → 100644
application/language/english/index.html
0 → 100644
application/language/index.html
0 → 100644
application/libraries/index.html
0 → 100644
application/logs/index.html
0 → 100644
application/models/Login_model.php
0 → 100644
application/models/index.html
0 → 100644
application/third_party/index.html
0 → 100644
application/views/Category/create.php
0 → 100644
application/views/Category/list.php
0 → 100644
This diff is collapsed.
Click to expand it.
application/views/Subcategory/create.php
0 → 100644
application/views/Subcategory/list.php
0 → 100644
This diff is collapsed.
Click to expand it.
application/views/customer/create.php
0 → 100644
application/views/customer/list.php
0 → 100644
This diff is collapsed.
Click to expand it.
application/views/dashboard/dashboard.php
0 → 100644
application/views/errors/cli/error_404.php
0 → 100644
application/views/errors/cli/error_db.php
0 → 100644
application/views/errors/cli/error_php.php
0 → 100644
application/views/errors/cli/index.html
0 → 100644
application/views/errors/html/error_404.php
0 → 100644
application/views/errors/html/error_db.php
0 → 100644
application/views/errors/html/error_php.php
0 → 100644
application/views/errors/html/index.html
0 → 100644
application/views/errors/index.html
0 → 100644
application/views/index.html
0 → 100644
application/views/login.php
0 → 100644
application/views/template.php
0 → 100644
application/views/template/datatable.php
0 → 100644
application/views/template/footer.php
0 → 100644
application/views/template/footer_script.php
0 → 100644
application/views/template/header.php
0 → 100644
application/views/template/header_script.php
0 → 100644
<head> | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<title>Access Dashboard</title> | |||
<meta name="description" content="Ela Admin - HTML5 Admin Template"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<link rel="apple-touch-icon" href="https://i.imgur.com/QRAUqs9.png"> | |||
<link rel="shortcut icon" href="https://i.imgur.com/QRAUqs9.png"> | |||
<link rel="stylesheet" href="<?php echo base_url('assets/css/normalize.min.css'); ?>"> | |||
<link rel="stylesheet" href="<?php echo base_url('assets/css/bootstrap.min.css'); ?>"> | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lykmapipo/[email protected]/css/themify-icons.css"> | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/pe-icon-7-stroke/dist/pe-icon-7-stroke.min.css"> | |||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.0/css/flag-icon.min.css"> | |||
<link rel="stylesheet" href="<?php echo base_url('assets/css/cs-skin-elastic.css'); ?>"> | |||
<link rel="stylesheet" href="<?php echo base_url('assets/css/style.css'); ?>"> | |||
<link rel="stylesheet" href="<?php echo base_url('assets/css/lib/datatable/dataTables.bootstrap.min.css'); ?>"> | |||
<link href="<?php echo base_url();?>assets/css/parsley/parsley.css" rel="stylesheet"> | |||
<!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js"></script> --> | |||
<!--link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/chartist.min.css" rel="stylesheet"> | |||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/jqvmap.min.css" rel="stylesheet"> | |||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/weather-icons.css" rel="stylesheet" /> | |||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fullcalendar.min.css" rel="stylesheet" /--> | |||
<!-- <style> | |||
#weatherWidget .currentDesc { | |||
color: #ffffff!important; | |||
} | |||
.traffic-chart { | |||
min-height: 335px; | |||
} | |||
#flotPie1 { | |||
height: 150px; | |||
} | |||
#flotPie1 td { | |||
padding:3px; | |||
} | |||
#flotPie1 table { | |||
top: 20px!important; | |||
right: -10px!important; | |||
} | |||
.chart-container { | |||
display: table; | |||
min-width: 270px ; | |||
text-align: left; | |||
padding-top: 10px; | |||
padding-bottom: 10px; | |||
} | |||
#flotLine5 { | |||
height: 105px; | |||
} | |||
#flotBarChart { | |||
height: 150px; | |||
} | |||
#cellPaiChart{ | |||
height: 160px; | |||
} | |||
</style> --> | |||
</head> | |||
\ No newline at end of file |
application/views/template/menu.php
0 → 100644
application/views/welcome_message.php
0 → 100644
assets/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
assets/css/cs-skin-elastic.css
0 → 100644
assets/css/lib/chosen/chosen-sprite.png
0 → 100644
538 Bytes
assets/css/lib/chosen/[email protected]
0 → 100644
738 Bytes
assets/css/lib/chosen/chosen.css
0 → 100644
This diff is collapsed.
Click to expand it.
assets/css/lib/chosen/chosen.min.css
0 → 100644
/*! | |||
Chosen, a Select Box Enhancer for jQuery and Prototype | |||
by Patrick Filler for Harvest, http://getharvest.com | |||
Version 1.8.2 | |||
Full source at https://github.com/harvesthq/chosen | |||
Copyright (c) 2011-2017 Harvest http://getharvest.com | |||
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md | |||
This file is generated by `grunt build`, do not edit it by hand. | |||
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url([email protected])!important;background-size:52px 37px!important;background-repeat:no-repeat!important}} | |||
\ No newline at end of file |
assets/css/lib/vector-map/jqvmap.min.css
0 → 100644
assets/css/normalize.min.css
0 → 100644
/** | |||
* Minified by jsDelivr using clean-css v4.2.0. | |||
* Original file: /npm/[email protected]/normalize.css | |||
* | |||
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files | |||
*/ | |||
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ | |||
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none} | |||
/*# sourceMappingURL=/sm/e2c72a7351d5a2d33ec71a2eb3499dd01b2a301cd447575f6051b1315bb20a11.map */ | |||
\ No newline at end of file |
assets/css/parsley/parsley.css
0 → 100644
assets/css/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
assets/css/style.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
assets/fonts/icomoon/icomoon.eot
0 → 100644
File added
assets/fonts/icomoon/icomoon.svg
0 → 100644
assets/fonts/icomoon/icomoon.ttf
0 → 100644
File added
assets/fonts/icomoon/icomoon.woff
0 → 100644
File added
assets/fonts/icomoon/index.html
0 → 100644
assets/images/.gitignore
0 → 100644
assets/images/admin.jpg
0 → 100644
5.04 KB
assets/images/avatar/1.jpg
0 → 100644
1.87 KB
assets/images/avatar/2.jpg
0 → 100644
2.06 KB
assets/images/avatar/3.jpg
0 → 100644
1.61 KB
assets/images/avatar/4.jpg
0 → 100644
2.52 KB
assets/images/avatar/5.jpg
0 → 100644
18.6 KB
assets/images/avatar/6.jpg
0 → 100644
1.57 KB
assets/images/avatar/64-1.jpg
0 → 100644
2.74 KB
assets/images/avatar/64-2.jpg
0 → 100644
3 KB
assets/images/favicon.png
0 → 100644
7.99 KB
assets/images/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
assets/images/logo.psd
0 → 100644
This diff is collapsed.
Click to expand it.
assets/images/logo2.png
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/dashboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/chartjs-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/datatables-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/flot-chart-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/fullcalendar-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/gmap-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/peitychart-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/vector-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/init/weather-init.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/jquery.matchHeight.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/jquery.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/lib/chosen/chosen.jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/lib/chosen/chosen.jquery.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/lib/chosen/chosen.proto.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/lib/chosen/chosen.proto.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
assets/js/lib/data-table/datatables.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
assets/js/lib/data-table/jquery-1.12.4.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
assets/js/lib/data-table/jszip.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/lib/data-table/pdfmake.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
assets/js/lib/data-table/vfs_fonts.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
assets/js/lib/gmap/gmapApi.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/lib/gmap/gmaps.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/lib/gmap/gmaps.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/parsley.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/popper.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/vmap.sampledata.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/widgets.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/scss/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
assets/scss/style.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
assets/scss/style.scss
0 → 100644
This diff is collapsed.
Click to expand it.
composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
contributing.md
0 → 100644
This diff is collapsed.
Click to expand it.
index.php
0 → 100644
This diff is collapsed.
Click to expand it.
license.txt
0 → 100644
This diff is collapsed.
Click to expand it.
readme.rst
0 → 100644
This diff is collapsed.
Click to expand it.
system/.htaccess
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Benchmark.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/CodeIgniter.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Common.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Config.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Controller.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Exceptions.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Hooks.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Input.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Loader.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Log.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Model.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Output.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Router.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Security.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/URI.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Utf8.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/compat/hash.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/compat/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/compat/mbstring.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/compat/password.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/compat/standard.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_cache.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_query_builder.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_utility.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/cubrid/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/ibase/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/mssql/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/mysql/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/mysqli/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/oci8/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/oci8/oci8_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/oci8/oci8_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/oci8/oci8_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/odbc_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/odbc_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/odbc_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_utility.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/postgre/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/sqlite/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/sqlite3/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/sqlsrv/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/fonts/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/fonts/texb.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/array_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/captcha_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/cookie_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/date_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/directory_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/download_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/email_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/file_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/form_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/html_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/inflector_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/language_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/number_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/path_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/security_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/smiley_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/string_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/text_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/typography_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/url_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/xml_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/calendar_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/date_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/db_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/email_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/language/english/ftp_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/imglib_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/migration_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/number_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/pagination_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/profiler_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/unit_test_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/upload_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cache/Cache.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cache/drivers/Cache_apc.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/libraries/Cache/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cache/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Calendar.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cart.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Email.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Encrypt.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Encryption.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Form_validation.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Ftp.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Image_lib.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Javascript.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Javascript/Jquery.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Javascript/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Migration.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Pagination.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Parser.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Profiler.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Session/Session.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/libraries/Session/Session_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/libraries/Session/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Session/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Table.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Trackback.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Typography.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Unit_test.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Upload.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/User_agent.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Xmlrpc.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Xmlrpcs.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Zip.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/.buildinfo
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/DCO.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_downloads/ELDocs.tmbundle.zip
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_images/appflowchart.gif
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_images/smile.gif
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/ajax-loader.gif
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/basic.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/ci-icon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/comment-bright.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/comment-close.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/comment.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/css/badge_only.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/css/citheme.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/css/theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/doctools.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/down-pressed.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/down.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/file.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/fonts/FontAwesome.otf
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
user_guide/_static/images/ci-icon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/jquery-3.1.0.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/_static/jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/js/oldtheme.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/js/theme.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/minus.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/plus.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/pygments.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/searchtools.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/underscore-1.3.1.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/underscore.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/up-pressed.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/up.png
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/websupport.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/changelog.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/contributing/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/call_function.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/configuration.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/connecting.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/db_driver_reference.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/examples.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/forge.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/helpers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/metadata.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/queries.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/query_builder.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/database/results.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/transactions.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/utilities.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/documentation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/alternative_php.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/ancillary_classes.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/autoloader.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/cli.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/common_functions.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
user_guide/general/controllers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/core_classes.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/creating_drivers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/creating_libraries.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/credits.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/drivers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/environments.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/errors.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/helpers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/hooks.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/libraries.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/managing_apps.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/models.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/profiling.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/requirements.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/reserved_names.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/routing.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/security.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/styleguide.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/urls.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/views.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/welcome.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/genindex.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/helpers/array_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/captcha_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/cookie_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/date_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/directory_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/download_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/email_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/file_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/form_helper.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/helpers/html_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/inflector_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/language_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/number_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/path_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/security_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/smiley_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/string_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/text_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/typography_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/url_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/xml_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/downloads.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/troubleshooting.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_120.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_130.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_131.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_132.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_133.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_140.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_141.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_150.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_152.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_153.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_154.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_160.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_161.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_162.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_163.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_170.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_171.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_172.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_200.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_201.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_202.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_203.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_210.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_211.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_212.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_213.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_214.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_220.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_221.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_222.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_223.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_300.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_301.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_302.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_303.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_304.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_305.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_306.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_310.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_311.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_3110.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_312.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_313.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_314.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_315.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_316.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_317.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_318.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_319.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_b11.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrading.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/benchmark.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/calendar.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/cart.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/config.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/email.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/encrypt.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/encryption.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/file_uploading.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/form_validation.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/libraries/ftp.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/image_lib.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/input.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/javascript.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/language.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/loader.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/migration.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/output.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/pagination.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/parser.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/security.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/sessions.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/libraries/table.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/trackback.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/typography.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/unit_testing.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/uri.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/user_agent.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/xmlrpc.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/zip.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/license.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/objects.inv
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/appflow.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/at_a_glance.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/features.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/getting_started.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/goals.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/mvc.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/search.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/searchindex.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
user_guide/tutorial/conclusion.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/create_news_items.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/news_section.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/static_pages.html
0 → 100644
This diff is collapsed.
Click to expand it.