array_replace_recursive()
  • References/PHP/CodeIgniter/Functions

array_replace_recursive(array $array1[, ...])

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

or_group_start()

2025-01-10 15:47:30
array_column()
  • References/PHP/CodeIgniter/Functions

array_column(array $array, $column_key[, $index_key = NULL])

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

When we use the term “Libraries” we are normally referring to the classes that are located in the libraries directory and described in the Class Reference of this user guide

2025-01-10 15:47:30
News section
  • References/PHP/CodeIgniter/User guide/Tutorial

In the last section, we went over some basic concepts of the framework by writing a class that includes static pages. We cleaned up the URI by adding custom routing rules.

2025-01-10 15:47:30
Web Page Caching
  • References/PHP/CodeIgniter/User guide/General

CodeIgniter lets you cache your pages in order to achieve maximum performance. Although CodeIgniter is quite fast, the amount of dynamic information

2025-01-10 15:47:30
Custom Function Calls
  • References/PHP/CodeIgniter/Database

$this->db->call_function(); This function enables you to call PHP database functions that are not natively included in CodeIgniter,

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

or_not_like($field[, $match = ''[, $side = 'both'[, $escape = NULL]]])

2025-01-10 15:47:30
CI_Lang::load()
  • References/PHP/CodeIgniter/Language

load($langfile[, $idiom = ''[, $return = FALSE[, $add_suffix = TRUE[, $alt_path = '']]]])

2025-01-10 15:47:30
get_clickable_smileys()
  • References/PHP/CodeIgniter/Smiley

get_clickable_smileys($image_url[, $alias = ''[, $smileys = NULL]])

2025-01-10 15:47:30