codeigniter
application
cache
config
autoload.php
config.php
constants.php
database.php
doctypes.php
foreign_chars.php
hooks.php
index.html
memcached.php
migration.php
mimes.php
profiler.php
routes.php
smileys.php
user_agents.php
controllers
core
helpers
hooks
language
libraries
logs
models
third_party
views
.htaccess
index.html
assets
system
.editorconfig
.gitignore
composer.json
index.php
license.txt
readme.rst
.gitignore
README.md
14 lines
417 B
PHP
14 lines
417 B
PHP
|
<?php
|
||
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
||
|
/*
|
||
|
| -------------------------------------------------------------------------
|
||
|
| Hooks
|
||
|
| -------------------------------------------------------------------------
|
||
|
| This file lets you define "hooks" to extend CI without hacking the core
|
||
|
| files. Please see the user guide for info:
|
||
|
|
|
||
|
| https://codeigniter.com/userguide3/general/hooks.html
|
||
|
|
|
||
|
*/
|