CI_Output::get_header()
  • References/PHP/CodeIgniter/Output

get_header($header)

2025-01-10 15:47:30
Auto-loading Resources
  • References/PHP/CodeIgniter/User guide/General

CodeIgniter comes with an “Auto-load” feature that permits libraries, helpers, and models to be initialized automatically every time the system runs. If you need certain resources

2025-01-10 15:47:30
Queries
  • References/PHP/CodeIgniter/Database

Query Basics Regular Queries To submit a query, use the query function:

2025-01-10 15:47:30
CI_Benchmark::mark()
  • References/PHP/CodeIgniter/Benchmarking

mark($name)

2025-01-10 15:47:30
Running via the CLI
  • References/PHP/CodeIgniter/User guide/General

As well as calling an applications Controllers via the URL in a browser

2025-01-10 15:47:30
CI_URI::ruri_to_assoc()
  • References/PHP/CodeIgniter/URI

ruri_to_assoc([$n = 3[, $default = array()]])

2025-01-10 15:47:30
CI_Loader::remove_package_path()
  • References/PHP/CodeIgniter/Loader

remove_package_path([$path = ''])

2025-01-10 15:47:30
URI Routing
  • References/PHP/CodeIgniter/User guide/General

Typically there is a one-to-one relationship between a URL string and its corresponding controller class/method. The segments in a URI normally follow this pattern:

2025-01-10 15:47:30
Using CodeIgniter Drivers
  • References/PHP/CodeIgniter/User guide/General

Drivers are a special type of Library that has a parent class and any number of potential child classes. Child classes have access to the parent class, but not their siblings

2025-01-10 15:47:30
CI_DB_driver::initialize()
  • References/PHP/CodeIgniter/Database

initialize()

2025-01-10 15:47:30