SYMBOL INDEX (1839 symbols across 165 files) FILE: application/business/ChatTunnelHandler.php class ChatTunnelHandler (line 11) | class ChatTunnelHandler implements ITunnelHandler { method onRequest (line 17) | public function onRequest($tunnelId, $userInfo) { method onConnect (line 33) | public function onConnect($tunnelId) { method onMessage (line 57) | public function onMessage($tunnelId, $type, $content) { method onClose (line 79) | public function onClose($tunnelId) { method broadcast (line 110) | private static function broadcast($type, $content) { method closeTunnel (line 136) | private static function closeTunnel($tunnelId) { method loadData (line 145) | private static function loadData() { method saveData (line 164) | private static function saveData($data) { method getDataFilePath (line 179) | private static function getDataFilePath() { FILE: application/controllers/Login.php class Login (line 6) | class Login extends CI_Controller { method index (line 7) | public function index() { FILE: application/controllers/Tunnel.php class Tunnel (line 8) | class Tunnel extends CI_Controller { method index (line 9) | public function index() { FILE: application/controllers/User.php class User (line 6) | class User extends CI_Controller { method index (line 7) | public function index() { FILE: application/controllers/Welcome.php class Welcome (line 4) | class Welcome extends CI_Controller { method index (line 21) | public function index() FILE: application/helpers/general_helper.php function debug (line 9) | function debug() { FILE: system/core/Benchmark.php class CI_Benchmark (line 52) | class CI_Benchmark { method mark (line 70) | public function mark($name) method elapsed_time (line 95) | public function elapsed_time($point1 = '', $point2 = '', $decimals = 4) method memory_usage (line 128) | public function memory_usage() FILE: system/core/CodeIgniter.php function get_instance (line 364) | function &get_instance() FILE: system/core/Common.php function is_php (line 62) | function is_php($version) function is_really_writable (line 91) | function is_really_writable($file) function load_class (line 141) | function &load_class($class, $directory = 'libraries', $param = NULL) function is_loaded (line 212) | function &is_loaded($class = '') function get_config (line 238) | function &get_config(Array $replace = array()) function config_item (line 293) | function config_item($item) function get_mimes (line 316) | function &get_mimes() function is_https (line 352) | function is_https() function is_cli (line 383) | function is_cli() function show_error (line 407) | function show_error($message, $status_code = 500, $heading = 'An Error W... function show_404 (line 446) | function show_404($page = '', $log_error = TRUE) function log_message (line 468) | function log_message($level, $message) function set_status_header (line 493) | function set_status_header($code = 200, $text = '') function _error_handler (line 599) | function _error_handler($severity, $message, $filepath, $line) function _exception_handler (line 654) | function _exception_handler($exception) function _shutdown_handler (line 686) | function _shutdown_handler() function remove_invisible_characters (line 711) | function remove_invisible_characters($str, $url_encoded = TRUE) function html_escape (line 746) | function html_escape($var, $double_encode = TRUE) function _stringify_attributes (line 781) | function _stringify_attributes($attributes, $js = FALSE) function function_usable (line 833) | function function_usable($function_name) FILE: system/core/Config.php class CI_Config (line 51) | class CI_Config { method __construct (line 84) | public function __construct() method load (line 126) | public function load($file = '', $use_sections = FALSE, $fail_graceful... method item (line 197) | public function item($item, $index = '') method slash_item (line 215) | public function slash_item($item) method site_url (line 242) | public function site_url($uri = '', $protocol = NULL) method base_url (line 305) | public function base_url($uri = '', $protocol = NULL) method _uri_string (line 336) | protected function _uri_string($uri) method system_url (line 359) | public function system_url() method set_item (line 374) | public function set_item($item, $value) FILE: system/core/Controller.php class CI_Controller (line 52) | class CI_Controller { method __construct (line 66) | public function __construct() method get_instance (line 91) | public static function &get_instance() FILE: system/core/Exceptions.php class CI_Exceptions (line 49) | class CI_Exceptions { method __construct (line 83) | public function __construct() method log_exception (line 102) | public function log_exception($severity, $message, $filepath, $line) method show_404 (line 119) | public function show_404($page = '', $log_error = TRUE) method show_error (line 157) | public function show_error($heading, $message, $template = 'error_gene... method show_exception (line 190) | public function show_exception($exception) method show_php_error (line 237) | public function show_php_error($severity, $message, $filepath, $line) FILE: system/core/Hooks.php class CI_Hooks (line 51) | class CI_Hooks { method __construct (line 88) | public function __construct() method call_hook (line 133) | public function call_hook($which = '') method _run_hook (line 165) | protected function _run_hook($data) FILE: system/core/Input.php class CI_Input (line 51) | class CI_Input { method __construct (line 138) | public function __construct() method _fetch_from_array (line 177) | protected function _fetch_from_array(&$array, $index = NULL, $xss_clea... method get (line 240) | public function get($index = NULL, $xss_clean = NULL) method post (line 254) | public function post($index = NULL, $xss_clean = NULL) method post_get (line 268) | public function post_get($index, $xss_clean = NULL) method get_post (line 284) | public function get_post($index, $xss_clean = NULL) method cookie (line 300) | public function cookie($index = NULL, $xss_clean = NULL) method server (line 314) | public function server($index, $xss_clean = NULL) method input_stream (line 330) | public function input_stream($index = NULL, $xss_clean = NULL) method set_cookie (line 362) | public function set_cookie($name, $value = '', $expire = '', $domain =... method ip_address (line 422) | public function ip_address() method valid_ip (line 559) | public function valid_ip($ip, $which = '') method user_agent (line 584) | public function user_agent($xss_clean = NULL) method _sanitize_globals (line 602) | protected function _sanitize_globals() method _clean_input_data (line 670) | protected function _clean_input_data($str) method _clean_input_keys (line 725) | protected function _clean_input_keys($str, $fatal = TRUE) method request_headers (line 758) | public function request_headers($xss_clean = FALSE) method get_request_header (line 802) | public function get_request_header($index, $xss_clean = FALSE) method is_ajax_request (line 836) | public function is_ajax_request() method is_cli_request (line 851) | public function is_cli_request() method method (line 867) | public function method($upper = FALSE) method __get (line 884) | public function __get($name) FILE: system/core/Lang.php class CI_Lang (line 49) | class CI_Lang { method __construct (line 70) | public function __construct() method load (line 88) | public function load($langfile, $idiom = '', $return = FALSE, $add_suf... method line (line 190) | public function line($line, $log_errors = TRUE) FILE: system/core/Loader.php class CI_Loader (line 51) | class CI_Loader { method __construct (line 136) | public function __construct() method initialize (line 155) | public function initialize() method is_loaded (line 172) | public function is_loaded($class) method library (line 190) | public function library($library, $params = NULL, $object_name = NULL) method model (line 234) | public function model($model, $name = '', $db_conn = FALSE) method database (line 370) | public function database($params = '', $return = FALSE, $query_builder... method dbutil (line 406) | public function dbutil($db = NULL, $return = FALSE) method dbforge (line 438) | public function dbforge($db = NULL, $return = FALSE) method view (line 487) | public function view($view, $vars = array(), $return = FALSE) method file (line 501) | public function file($path, $return = FALSE) method vars (line 520) | public function vars($vars, $val = '') method clear_vars (line 549) | public function clear_vars() method get_var (line 565) | public function get_var($key) method get_vars (line 579) | public function get_vars() method helper (line 592) | public function helper($helpers = array()) method helpers (line 663) | public function helpers($helpers = array()) method language (line 679) | public function language($files, $lang = '') method config (line 698) | public function config($file, $use_sections = FALSE, $fail_gracefully ... method driver (line 717) | public function driver($library, $params = NULL, $object_name = NULL) method add_package_path (line 773) | public function add_package_path($path, $view_cascade = TRUE) method get_package_paths (line 800) | public function get_package_paths($include_base = FALSE) method remove_package_path (line 817) | public function remove_package_path($path = '') method _ci_load (line 876) | protected function _ci_load($_ci_data) method _ci_load_library (line 1021) | protected function _ci_load_library($class, $params = NULL, $object_na... method _ci_load_stock_library (line 1115) | protected function _ci_load_stock_library($library_name, $file_path, $... method _ci_init_library (line 1205) | protected function _ci_init_library($class, $prefix, $config = FALSE, ... method _ci_autoloader (line 1305) | protected function _ci_autoloader() method _ci_object_to_array (line 1387) | protected function _ci_object_to_array($object) method _ci_get_component (line 1402) | protected function &_ci_get_component($component) method _ci_prep_filename (line 1420) | protected function _ci_prep_filename($filename, $extension) FILE: system/core/Log.php class CI_Log (line 49) | class CI_Log { method __construct (line 114) | public function __construct() method write_log (line 161) | public function write_log($level, $msg) method _format_line (line 243) | protected function _format_line($level, $date, $message) FILE: system/core/Model.php class CI_Model (line 49) | class CI_Model { method __construct (line 56) | public function __construct() method __get (line 71) | public function __get($key) FILE: system/core/Output.php class CI_Output (line 51) | class CI_Output { method __construct (line 132) | public function __construct() method get_output (line 156) | public function get_output() method set_output (line 171) | public function set_output($output) method append_output (line 187) | public function append_output($output) method set_header (line 207) | public function set_header($header, $replace = TRUE) method set_content_type (line 231) | public function set_content_type($mime_type, $charset = NULL) method get_content_type (line 270) | public function get_content_type() method get_header (line 291) | public function get_header($header) method set_status_header (line 328) | public function set_status_header($code = 200, $text = '') method enable_profiler (line 342) | public function enable_profiler($val = TRUE) method set_profiler_sections (line 359) | public function set_profiler_sections($sections) method cache (line 383) | public function cache($time) method _display (line 405) | public function _display($output = '') method _write_cache (line 543) | public function _write_cache($output) method _display_cache (line 649) | public function _display_cache(&$CFG, &$URI) method delete_cache (line 727) | public function delete_cache($uri = '') method set_cache_header (line 782) | public function set_cache_header($last_modified, $expiration) FILE: system/core/Router.php class CI_Router (line 51) | class CI_Router { method __construct (line 124) | public function __construct($routing = NULL) method _set_routing (line 155) | protected function _set_routing() method _set_request (line 248) | protected function _set_request($segments = array()) method _set_default_controller (line 290) | protected function _set_default_controller() method _validate_request (line 332) | protected function _validate_request($segments) method _parse_routes (line 370) | protected function _parse_routes() method set_class (line 434) | public function set_class($class) method fetch_class (line 447) | public function fetch_class() method set_method (line 460) | public function set_method($method) method fetch_method (line 473) | public function fetch_method() method set_directory (line 487) | public function set_directory($dir, $append = FALSE) method fetch_directory (line 510) | public function fetch_directory() FILE: system/core/Security.php class CI_Security (line 49) | class CI_Security { method __construct (line 169) | public function __construct() method csrf_verify (line 205) | public function csrf_verify() method csrf_set_cookie (line 259) | public function csrf_set_cookie() method csrf_show_error (line 290) | public function csrf_show_error() method get_csrf_hash (line 303) | public function get_csrf_hash() method get_csrf_token_name (line 316) | public function get_csrf_token_name() method xss_clean (line 349) | public function xss_clean($str, $is_image = FALSE) method xss_hash (line 568) | public function xss_hash() method get_random_bytes (line 589) | public function get_random_bytes($length) method entity_decode (line 658) | public function entity_decode($str, $charset = NULL) method sanitize_filename (line 733) | public function sanitize_filename($str, $relative_path = FALSE) method strip_image_tags (line 763) | public function strip_image_tags($str) method _compact_exploded_words (line 787) | protected function _compact_exploded_words($matches) method _sanitize_naughty_html (line 803) | protected function _sanitize_naughty_html($matches) method _js_link_removal (line 898) | protected function _js_link_removal($match) method _js_img_removal (line 926) | protected function _js_img_removal($match) method _convert_attribute (line 948) | protected function _convert_attribute($match) method _filter_attributes (line 965) | protected function _filter_attributes($str) method _decode_entity (line 988) | protected function _decode_entity($match) method _do_never_allowed (line 1011) | protected function _do_never_allowed($str) method _csrf_set_hash (line 1030) | protected function _csrf_set_hash() FILE: system/core/URI.php class CI_URI (line 51) | class CI_URI { method __construct (line 99) | public function __construct() method _set_uri_string (line 151) | protected function _set_uri_string($str) method _parse_request_uri (line 197) | protected function _parse_request_uri() method _parse_query_string (line 255) | protected function _parse_query_string() method _parse_argv (line 284) | protected function _parse_argv() method _remove_relative_directory (line 300) | protected function _remove_relative_directory($uri) method filter_uri (line 326) | public function filter_uri(&$str) method segment (line 344) | public function segment($n, $no_result = NULL) method rsegment (line 364) | public function rsegment($n, $no_result = NULL) method uri_to_assoc (line 391) | public function uri_to_assoc($n = 3, $default = array()) method ruri_to_assoc (line 409) | public function ruri_to_assoc($n = 3, $default = array()) method _uri_to_assoc (line 428) | protected function _uri_to_assoc($n = 3, $default = array(), $which = ... method assoc_to_uri (line 496) | public function assoc_to_uri($array) method slash_segment (line 519) | public function slash_segment($n, $where = 'trailing') method slash_rsegment (line 535) | public function slash_rsegment($n, $where = 'trailing') method _slash_segment (line 555) | protected function _slash_segment($n, $where = 'trailing', $which = 's... method segment_array (line 578) | public function segment_array() method rsegment_array (line 590) | public function rsegment_array() method total_segments (line 602) | public function total_segments() method total_rsegments (line 614) | public function total_rsegments() method uri_string (line 626) | public function uri_string() method ruri_string (line 638) | public function ruri_string() FILE: system/core/Utf8.php class CI_Utf8 (line 51) | class CI_Utf8 { method __construct (line 60) | public function __construct() method clean_string (line 90) | public function clean_string($str) method safe_ascii_for_xml (line 119) | public function safe_ascii_for_xml($str) method convert_to_utf8 (line 135) | public function convert_to_utf8($str, $encoding) method is_ascii (line 159) | public function is_ascii($str) FILE: system/core/compat/hash.php function hash_equals (line 70) | function hash_equals($known_string, $user_string) function hash_pbkdf2 (line 120) | function hash_pbkdf2($algo, $password, $salt, $iterations, $length = 0, ... FILE: system/core/compat/mbstring.php function mb_strlen (line 73) | function mb_strlen($str, $encoding = NULL) function mb_strpos (line 102) | function mb_strpos($haystack, $needle, $offset = 0, $encoding = NULL) function mb_substr (line 131) | function mb_substr($str, $start, $length = NULL, $encoding = NULL) FILE: system/core/compat/password.php function password_get_info (line 74) | function password_get_info($hash) function password_hash (line 95) | function password_hash($password, $algo, array $options = array()) function password_needs_rehash (line 203) | function password_needs_rehash($hash, $algo, array $options = array()) function password_verify (line 236) | function password_verify($password, $hash) FILE: system/core/compat/standard.php function array_column (line 70) | function array_column(array $array, $column_key, $index_key = NULL) function hex2bin (line 154) | function hex2bin($data) function array_replace (line 201) | function array_replace() function array_replace_recursive (line 256) | function array_replace_recursive() function quoted_printable_encode (line 314) | function quoted_printable_encode($str) FILE: system/database/DB.php function DB (line 51) | function &DB($params = '', $query_builder_override = NULL) FILE: system/database/DB_cache.php class CI_DB_Cache (line 47) | class CI_DB_Cache { method __construct (line 74) | public function __construct(&$db) method check_path (line 92) | public function check_path($path = '') method read (line 140) | public function read($sql) method write (line 163) | public function write($sql, $object) method delete (line 193) | public function delete($segment_one = '', $segment_two = '') method delete_all (line 216) | public function delete_all() FILE: system/database/DB_driver.php class CI_DB_driver (line 53) | abstract class CI_DB_driver { method __construct (line 365) | public function __construct($params) method initialize (line 385) | public function initialize() method db_connect (line 456) | public function db_connect() method db_pconnect (line 468) | public function db_pconnect() method reconnect (line 486) | public function reconnect() method db_select (line 500) | public function db_select() method error (line 512) | public function error() method db_set_charset (line 525) | public function db_set_charset($charset) method platform (line 549) | public function platform() method version (line 564) | public function version() method _version (line 587) | protected function _version() method query (line 608) | public function query($sql, $binds = FALSE, $return_object = NULL) method load_rdriver (line 757) | public function load_rdriver() method simple_query (line 781) | public function simple_query($sql) method trans_off (line 802) | public function trans_off() method trans_strict (line 822) | public function trans_strict($mode = TRUE) method trans_start (line 835) | public function trans_start($test_mode = FALSE) method trans_complete (line 852) | public function trans_complete() method trans_status (line 886) | public function trans_status() method trans_begin (line 899) | public function trans_begin($test_mode = FALSE) method trans_commit (line 933) | public function trans_commit() method trans_rollback (line 956) | public function trans_rollback() method compile_binds (line 981) | public function compile_binds($sql, $binds) method is_write_type (line 1045) | public function is_write_type($sql) method elapsed_time (line 1058) | public function elapsed_time($decimals = 6) method total_queries (line 1070) | public function total_queries() method last_query (line 1082) | public function last_query() method escape (line 1098) | public function escape($str) method escape_str (line 1130) | public function escape_str($str, $like = FALSE) method escape_like_str (line 1168) | public function escape_like_str($str) method _escape_str (line 1181) | protected function _escape_str($str) method primary (line 1197) | public function primary($table) method count_all (line 1214) | public function count_all($table = '') method list_tables (line 1240) | public function list_tables($constrain_by_prefix = FALSE) method table_exists (line 1295) | public function table_exists($table_name) method list_fields (line 1308) | public function list_fields($table) method field_exists (line 1359) | public function field_exists($field_name, $table_name) method field_data (line 1372) | public function field_data($table) method escape_identifiers (line 1388) | public function escape_identifiers($item) method insert_string (line 1449) | public function insert_string($table, $data) method _insert (line 1474) | protected function _insert($table, $keys, $values) method update_string (line 1489) | public function update_string($table, $data, $where) method _update (line 1520) | protected function _update($table, $values) method _has_operator (line 1541) | protected function _has_operator($str) method _get_operator (line 1554) | protected function _get_operator($str) method call_function (line 1592) | public function call_function($function) method cache_set_path (line 1619) | public function cache_set_path($path = '') method cache_on (line 1631) | public function cache_on() method cache_off (line 1643) | public function cache_off() method cache_delete (line 1657) | public function cache_delete($segment_one = '', $segment_two = '') method cache_delete_all (line 1671) | public function cache_delete_all() method _cache_init (line 1685) | protected function _cache_init() method close (line 1707) | public function close() method _close (line 1725) | protected function _close() method display_error (line 1740) | public function display_error($error = '', $swap = '', $native = FALSE) method protect_identifiers (line 1813) | public function protect_identifiers($item, $prefix_single = FALSE, $pr... method _reset_select (line 1982) | protected function _reset_select() FILE: system/database/DB_forge.php class CI_DB_forge (line 47) | abstract class CI_DB_forge { method __construct (line 167) | public function __construct(&$db) method create_database (line 181) | public function create_database($db_name) method drop_database (line 208) | public function drop_database($db_name) method add_key (line 240) | public function add_key($key, $primary = FALSE) method add_field (line 278) | public function add_field($field) method create_table (line 322) | public function create_table($table, $if_not_exists = FALSE, array $at... method _create_table (line 377) | protected function _create_table($table, $if_not_exists, $attributes) method _create_table_attr (line 431) | protected function _create_table_attr($attributes) method drop_table (line 455) | public function drop_table($table_name, $if_exists = FALSE) method _drop_table (line 493) | protected function _drop_table($table, $if_exists) method rename_table (line 524) | public function rename_table($table_name, $new_table_name) method add_column (line 564) | public function add_column($table, $field, $_after = NULL) method drop_column (line 607) | public function drop_column($table, $column_name) method modify_column (line 627) | public function modify_column($table, $field) method _alter_table (line 670) | protected function _alter_table($alter_type, $table, $field) method _process_fields (line 702) | protected function _process_fields($create_table = FALSE) method _process_column (line 805) | protected function _process_column($field) method _attr_type (line 826) | protected function _attr_type(&$attributes) method _attr_unsigned (line 849) | protected function _attr_unsigned(&$attributes, &$field) method _attr_default (line 890) | protected function _attr_default(&$attributes, &$field) method _attr_unique (line 923) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 940) | protected function _attr_auto_increment(&$attributes, &$field) method _process_primary_keys (line 956) | protected function _process_primary_keys($table) method _process_indexes (line 985) | protected function _process_indexes($table) method _reset (line 1027) | protected function _reset() FILE: system/database/DB_query_builder.php class CI_DB_query_builder (line 52) | abstract class CI_DB_query_builder extends CI_DB_driver { method select (line 270) | public function select($select = '*', $escape = NULL) method select_max (line 312) | public function select_max($select = '', $alias = '') method select_min (line 328) | public function select_min($select = '', $alias = '') method select_avg (line 344) | public function select_avg($select = '', $alias = '') method select_sum (line 360) | public function select_sum($select = '', $alias = '') method _max_min_avg_sum (line 380) | protected function _max_min_avg_sum($select = '', $alias = '', $type =... method _create_alias_from_table (line 421) | protected function _create_alias_from_table($item) method distinct (line 442) | public function distinct($val = TRUE) method from (line 458) | public function from($from) method join (line 512) | public function join($table, $cond, $type = '', $escape = NULL) method where (line 607) | public function where($key, $value = NULL, $escape = NULL) method or_where (line 625) | public function or_where($key, $value = NULL, $escape = NULL) method _wh (line 647) | protected function _wh($qb_key, $key, $value = NULL, $type = 'AND ', $... method where_in (line 712) | public function where_in($key = NULL, $values = NULL, $escape = NULL) method or_where_in (line 730) | public function or_where_in($key = NULL, $values = NULL, $escape = NULL) method where_not_in (line 748) | public function where_not_in($key = NULL, $values = NULL, $escape = NULL) method or_where_not_in (line 766) | public function or_where_not_in($key = NULL, $values = NULL, $escape =... method _where_in (line 788) | protected function _where_in($key = NULL, $values = NULL, $not = FALSE... method like (line 850) | public function like($field, $match = '', $side = 'both', $escape = NULL) method not_like (line 869) | public function not_like($field, $match = '', $side = 'both', $escape ... method or_like (line 888) | public function or_like($field, $match = '', $side = 'both', $escape =... method or_not_like (line 907) | public function or_not_like($field, $match = '', $side = 'both', $esca... method _like (line 930) | protected function _like($field, $match = '', $type = 'AND ', $side = ... method group_start (line 994) | public function group_start($not = '', $type = 'AND ') method or_group_start (line 1021) | public function or_group_start() method not_group_start (line 1033) | public function not_group_start() method or_not_group_start (line 1045) | public function or_not_group_start() method group_end (line 1057) | public function group_end() method _group_get_type (line 1087) | protected function _group_get_type($type) method group_by (line 1107) | public function group_by($by, $escape = NULL) method having (line 1150) | public function having($key, $value = NULL, $escape = NULL) method or_having (line 1167) | public function or_having($key, $value = NULL, $escape = NULL) method order_by (line 1182) | public function order_by($orderby, $direction = '', $escape = NULL) method limit (line 1240) | public function limit($value, $offset = 0) method offset (line 1256) | public function offset($offset) method _limit (line 1272) | protected function _limit($sql) method set (line 1289) | public function set($key, $value = '', $escape = NULL) method get_compiled_select (line 1320) | public function get_compiled_select($table = '', $reset = TRUE) method get (line 1351) | public function get($table = '', $limit = NULL, $offset = NULL) method count_all_results (line 1381) | public function count_all_results($table = '', $reset = TRUE) method get_where (line 1434) | public function get_where($table = '', $where = NULL, $limit = NULL, $... method insert_batch (line 1468) | public function insert_batch($table, $set = NULL, $escape = NULL, $bat... method _insert_batch (line 1523) | protected function _insert_batch($table, $keys, $values) method set_insert_batch (line 1538) | public function set_insert_batch($key, $value = '', $escape = NULL) method get_compiled_insert (line 1597) | public function get_compiled_insert($table = '', $reset = TRUE) method insert (line 1632) | public function insert($table = '', $set = NULL, $escape = NULL) method _validate_insert (line 1668) | protected function _validate_insert($table = '') method replace (line 1698) | public function replace($table = '', $set = NULL) method _replace (line 1738) | protected function _replace($table, $keys, $values) method _from_tables (line 1755) | protected function _from_tables() method get_compiled_update (line 1771) | public function get_compiled_update($table = '', $reset = TRUE) method update (line 1804) | public function update($table = '', $set = NULL, $where = NULL, $limit... method _validate_update (line 1846) | protected function _validate_update($table) method update_batch (line 1877) | public function update_batch($table, $set = NULL, $index = NULL, $batc... method _update_batch (line 1942) | protected function _update_batch($table, $values, $index) method set_update_batch (line 1981) | public function set_update_batch($key, $index = '', $escape = NULL) method empty_table (line 2027) | public function empty_table($table = '') method truncate (line 2060) | public function truncate($table = '') method _truncate (line 2094) | protected function _truncate($table) method get_compiled_delete (line 2110) | public function get_compiled_delete($table = '', $reset = TRUE) method delete (line 2131) | public function delete($table = '', $where = '', $limit = NULL, $reset... method _delete (line 2195) | protected function _delete($table) method dbprefix (line 2211) | public function dbprefix($table = '') method set_dbprefix (line 2231) | public function set_dbprefix($prefix = '') method _track_aliases (line 2246) | protected function _track_aliases($table) method _compile_select (line 2292) | protected function _compile_select($select_override = FALSE) method _compile_wh (line 2365) | protected function _compile_wh($qb_key) method _compile_group_by (line 2440) | protected function _compile_group_by() method _compile_order_by (line 2476) | protected function _compile_order_by() method _object_to_array (line 2510) | protected function _object_to_array($object) method _object_to_array_batch (line 2540) | protected function _object_to_array_batch($object) method start_cache (line 2576) | public function start_cache() method stop_cache (line 2591) | public function stop_cache() method flush_cache (line 2606) | public function flush_cache() method _merge_cache (line 2634) | protected function _merge_cache() method _is_literal (line 2688) | protected function _is_literal($str) method reset_query (line 2717) | public function reset_query() method _reset_run (line 2732) | protected function _reset_run($qb_reset_items) method _reset_select (line 2747) | protected function _reset_select() method _reset_write (line 2774) | protected function _reset_write() FILE: system/database/DB_result.php class CI_DB_result (line 51) | class CI_DB_result { method __construct (line 117) | public function __construct(&$driver_object) method num_rows (line 130) | public function num_rows() method result (line 156) | public function result($type = 'object') method custom_result_object (line 180) | public function custom_result_object($class_name) method result_object (line 235) | public function result_object() method result_array (line 276) | public function result_array() method row (line 321) | public function row($n = 0, $type = 'object') method set_row (line 351) | public function set_row($key, $value = NULL) method custom_row_object (line 383) | public function custom_row_object($n, $type) method row_object (line 408) | public function row_object($n = 0) method row_array (line 432) | public function row_array($n = 0) method first_row (line 456) | public function first_row($type = 'object') method last_row (line 470) | public function last_row($type = 'object') method next_row (line 484) | public function next_row($type = 'object') method previous_row (line 505) | public function previous_row($type = 'object') method unbuffered_row (line 528) | public function unbuffered_row($type = 'object') method num_fields (line 563) | public function num_fields() method list_fields (line 579) | public function list_fields() method field_data (line 595) | public function field_data() method free_result (line 609) | public function free_result() method data_seek (line 628) | public function data_seek($n = 0) method _fetch_assoc (line 644) | protected function _fetch_assoc() method _fetch_object (line 661) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/DB_utility.php class CI_DB_utility (line 47) | abstract class CI_DB_utility { method __construct (line 87) | public function __construct(&$db) method list_databases (line 100) | public function list_databases() method database_exists (line 136) | public function database_exists($database_name) method optimize_table (line 149) | public function optimize_table($table_name) method optimize_database (line 173) | public function optimize_database() method repair_table (line 210) | public function repair_table($table_name) method csv_from_result (line 238) | public function csv_from_result($query, $delim = ',', $newline = "\n",... method xml_from_result (line 277) | public function xml_from_result($query, $params = array()) method backup (line 322) | public function backup($params = array()) FILE: system/database/drivers/cubrid/cubrid_driver.php class CI_DB_cubrid_driver (line 53) | class CI_DB_cubrid_driver extends CI_DB { method __construct (line 93) | public function __construct($params) method db_connect (line 119) | public function db_connect($persistent = FALSE) method reconnect (line 145) | public function reconnect() method version (line 160) | public function version() method _execute (line 180) | protected function _execute($sql) method _trans_begin (line 192) | protected function _trans_begin() method _trans_commit (line 213) | protected function _trans_commit() method _trans_rollback (line 235) | protected function _trans_rollback() method _escape_str (line 258) | protected function _escape_str($str) method affected_rows (line 270) | public function affected_rows() method insert_id (line 282) | public function insert_id() method _list_tables (line 297) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 319) | protected function _list_columns($table = '') method field_data (line 332) | public function field_data($table) method error (line 368) | public function error() method _from_tables (line 383) | protected function _from_tables() method _close (line 400) | protected function _close() FILE: system/database/drivers/cubrid/cubrid_forge.php class CI_DB_cubrid_forge (line 47) | class CI_DB_cubrid_forge extends CI_DB_forge { method _alter_table (line 105) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 138) | protected function _process_column($field) method _attr_type (line 169) | protected function _attr_type(&$attributes) method _process_indexes (line 196) | protected function _process_indexes($table) FILE: system/database/drivers/cubrid/cubrid_result.php class CI_DB_cubrid_result (line 49) | class CI_DB_cubrid_result extends CI_DB_result { method num_rows (line 56) | public function num_rows() method num_fields (line 70) | public function num_fields() method list_fields (line 84) | public function list_fields() method field_data (line 98) | public function field_data() method free_result (line 121) | public function free_result() method data_seek (line 143) | public function data_seek($n = 0) method _fetch_assoc (line 157) | protected function _fetch_assoc() method _fetch_object (line 172) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/cubrid/cubrid_utility.php class CI_DB_cubrid_utility (line 47) | class CI_DB_cubrid_utility extends CI_DB_utility { method list_databases (line 54) | public function list_databases() method _backup (line 72) | protected function _backup($params = array()) FILE: system/database/drivers/ibase/ibase_driver.php class CI_DB_ibase_driver (line 53) | class CI_DB_ibase_driver extends CI_DB { method db_connect (line 86) | public function db_connect($persistent = FALSE) method version (line 100) | public function version() method _execute (line 127) | protected function _execute($sql) method _trans_begin (line 139) | protected function _trans_begin() method _trans_commit (line 157) | protected function _trans_commit() method _trans_rollback (line 175) | protected function _trans_rollback() method affected_rows (line 193) | public function affected_rows() method insert_id (line 207) | public function insert_id($generator_name, $inc_by = 0) method _list_tables (line 223) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 246) | protected function _list_columns($table = '') method field_data (line 259) | public function field_data($table) method error (line 301) | public function error() method _update (line 317) | protected function _update($table, $values) method _truncate (line 336) | protected function _truncate($table) method _delete (line 351) | protected function _delete($table) method _limit (line 367) | protected function _limit($sql) method _close (line 391) | protected function _close() FILE: system/database/drivers/ibase/ibase_forge.php class CI_DB_ibase_forge (line 47) | class CI_DB_ibase_forge extends CI_DB_forge { method create_database (line 96) | public function create_database($db_name) method drop_database (line 114) | public function drop_database($db_name = '') method _alter_table (line 142) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 196) | protected function _process_column($field) method _attr_type (line 215) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 246) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/ibase/ibase_result.php class CI_DB_ibase_result (line 49) | class CI_DB_ibase_result extends CI_DB_result { method num_fields (line 56) | public function num_fields() method list_fields (line 70) | public function list_fields() method field_data (line 91) | public function field_data() method free_result (line 114) | public function free_result() method _fetch_assoc (line 128) | protected function _fetch_assoc() method _fetch_object (line 143) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/ibase/ibase_utility.php class CI_DB_ibase_utility (line 47) | class CI_DB_ibase_utility extends CI_DB_utility { method _backup (line 55) | protected function _backup($filename) FILE: system/database/drivers/mssql/mssql_driver.php class CI_DB_mssql_driver (line 53) | class CI_DB_mssql_driver extends CI_DB { method __construct (line 91) | public function __construct($params) method db_connect (line 109) | public function db_connect($persistent = FALSE) method db_select (line 149) | public function db_select($database = '') method _execute (line 176) | protected function _execute($sql) method _trans_begin (line 188) | protected function _trans_begin() method _trans_commit (line 200) | protected function _trans_commit() method _trans_rollback (line 212) | protected function _trans_rollback() method affected_rows (line 224) | public function affected_rows() method insert_id (line 238) | public function insert_id() method _db_set_charset (line 257) | protected function _db_set_charset($charset) method _version (line 269) | protected function _version() method _list_tables (line 284) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 309) | protected function _list_columns($table = '') method field_data (line 324) | public function field_data($table) method error (line 359) | public function error() method _update (line 387) | protected function _update($table, $values) method _truncate (line 407) | protected function _truncate($table) method _delete (line 422) | protected function _delete($table) method _limit (line 442) | protected function _limit($sql) method _insert_batch (line 495) | protected function _insert_batch($table, $keys, $values) method _close (line 513) | protected function _close() FILE: system/database/drivers/mssql/mssql_forge.php class CI_DB_mssql_forge (line 49) | class CI_DB_mssql_forge extends CI_DB_forge { method _alter_table (line 87) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 114) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 143) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/mssql/mssql_result.php class CI_DB_mssql_result (line 51) | class CI_DB_mssql_result extends CI_DB_result { method num_rows (line 58) | public function num_rows() method num_fields (line 72) | public function num_fields() method list_fields (line 86) | public function list_fields() method field_data (line 107) | public function field_data() method free_result (line 130) | public function free_result() method data_seek (line 151) | public function data_seek($n = 0) method _fetch_assoc (line 165) | protected function _fetch_assoc() method _fetch_object (line 180) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/mssql/mssql_utility.php class CI_DB_mssql_utility (line 49) | class CI_DB_mssql_utility extends CI_DB_utility { method _backup (line 71) | protected function _backup($params = array()) FILE: system/database/drivers/mysql/mysql_driver.php class CI_DB_mysql_driver (line 53) | class CI_DB_mysql_driver extends CI_DB { method __construct (line 106) | public function __construct($params) method db_connect (line 124) | public function db_connect($persistent = FALSE) method reconnect (line 185) | public function reconnect() method db_select (line 201) | public function db_select($database = '') method _db_set_charset (line 226) | protected function _db_set_charset($charset) method version (line 238) | public function version() method _execute (line 261) | protected function _execute($sql) method _prep_query (line 276) | protected function _prep_query($sql) method _trans_begin (line 295) | protected function _trans_begin() method _trans_commit (line 308) | protected function _trans_commit() method _trans_rollback (line 326) | protected function _trans_rollback() method _escape_str (line 345) | protected function _escape_str($str) method affected_rows (line 357) | public function affected_rows() method insert_id (line 369) | public function insert_id() method _list_tables (line 384) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 406) | protected function _list_columns($table = '') method field_data (line 419) | public function field_data($table) method error (line 455) | public function error() method _from_tables (line 470) | protected function _from_tables() method _close (line 487) | protected function _close() FILE: system/database/drivers/mysql/mysql_forge.php class CI_DB_mysql_forge (line 47) | class CI_DB_mysql_forge extends CI_DB_forge { method _create_table_attr (line 101) | protected function _create_table_attr($attributes) method _alter_table (line 136) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 178) | protected function _process_column($field) method _process_indexes (line 209) | protected function _process_indexes($table) FILE: system/database/drivers/mysql/mysql_result.php class CI_DB_mysql_result (line 49) | class CI_DB_mysql_result extends CI_DB_result { method __construct (line 57) | public function __construct(&$driver_object) method num_rows (line 73) | public function num_rows() method num_fields (line 85) | public function num_fields() method list_fields (line 99) | public function list_fields() method field_data (line 120) | public function field_data() method free_result (line 142) | public function free_result() method data_seek (line 163) | public function data_seek($n = 0) method _fetch_assoc (line 179) | protected function _fetch_assoc() method _fetch_object (line 194) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/mysql/mysql_utility.php class CI_DB_mysql_utility (line 47) | class CI_DB_mysql_utility extends CI_DB_utility { method _backup (line 78) | protected function _backup($params = array()) FILE: system/database/drivers/mysqli/mysqli_driver.php class CI_DB_mysqli_driver (line 53) | class CI_DB_mysqli_driver extends CI_DB { method db_connect (line 117) | public function db_connect($persistent = FALSE) method reconnect (line 233) | public function reconnect() method db_select (line 249) | public function db_select($database = '') method _db_set_charset (line 274) | protected function _db_set_charset($charset) method version (line 286) | public function version() method _execute (line 304) | protected function _execute($sql) method _prep_query (line 319) | protected function _prep_query($sql) method _trans_begin (line 338) | protected function _trans_begin() method _trans_commit (line 353) | protected function _trans_commit() method _trans_rollback (line 371) | protected function _trans_rollback() method _escape_str (line 390) | protected function _escape_str($str) method affected_rows (line 402) | public function affected_rows() method insert_id (line 414) | public function insert_id() method _list_tables (line 429) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 451) | protected function _list_columns($table = '') method field_data (line 464) | public function field_data($table) method error (line 500) | public function error() method _from_tables (line 523) | protected function _from_tables() method _close (line 540) | protected function _close() FILE: system/database/drivers/mysqli/mysqli_forge.php class CI_DB_mysqli_forge (line 49) | class CI_DB_mysqli_forge extends CI_DB_forge { method _create_table_attr (line 103) | protected function _create_table_attr($attributes) method _alter_table (line 138) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 180) | protected function _process_column($field) method _process_indexes (line 210) | protected function _process_indexes($table) FILE: system/database/drivers/mysqli/mysqli_result.php class CI_DB_mysqli_result (line 51) | class CI_DB_mysqli_result extends CI_DB_result { method num_rows (line 58) | public function num_rows() method num_fields (line 72) | public function num_fields() method list_fields (line 86) | public function list_fields() method field_data (line 107) | public function field_data() method free_result (line 131) | public function free_result() method data_seek (line 152) | public function data_seek($n = 0) method _fetch_assoc (line 166) | protected function _fetch_assoc() method _fetch_object (line 181) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/mysqli/mysqli_utility.php class CI_DB_mysqli_utility (line 49) | class CI_DB_mysqli_utility extends CI_DB_utility { method _backup (line 80) | protected function _backup($params = array()) FILE: system/database/drivers/oci8/oci8_driver.php class CI_DB_oci8_driver (line 62) | class CI_DB_oci8_driver extends CI_DB { method __construct (line 146) | public function __construct($params) method db_connect (line 233) | public function db_connect($persistent = FALSE) method version (line 248) | public function version() method _execute (line 275) | protected function _execute($sql) method get_cursor (line 296) | public function get_cursor() method stored_procedure (line 320) | public function stored_procedure($package, $procedure, array $params) method _bind_params (line 359) | protected function _bind_params($params) method _trans_begin (line 387) | protected function _trans_begin() method _trans_commit (line 400) | protected function _trans_commit() method _trans_rollback (line 414) | protected function _trans_rollback() method affected_rows (line 427) | public function affected_rows() method insert_id (line 439) | public function insert_id() method _list_tables (line 455) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 478) | protected function _list_columns($table = '') method field_data (line 502) | public function field_data($table) method error (line 560) | public function error() method _insert_batch (line 599) | protected function _insert_batch($table, $keys, $values) method _truncate (line 625) | protected function _truncate($table) method _delete (line 640) | protected function _delete($table) method _limit (line 661) | protected function _limit($sql) method _close (line 683) | protected function _close() FILE: system/database/drivers/oci8/oci8_forge.php class CI_DB_oci8_forge (line 47) | class CI_DB_oci8_forge extends CI_DB_forge { method _alter_table (line 94) | protected function _alter_table($alter_type, $table, $field) method _attr_auto_increment (line 151) | protected function _attr_auto_increment(&$attributes, &$field) method _attr_type (line 166) | protected function _attr_type(&$attributes) FILE: system/database/drivers/oci8/oci8_result.php class CI_DB_oci8_result (line 49) | class CI_DB_oci8_result extends CI_DB_result { method __construct (line 87) | public function __construct(&$driver_object) method num_fields (line 105) | public function num_fields() method list_fields (line 122) | public function list_fields() method field_data (line 141) | public function field_data() method free_result (line 164) | public function free_result() method _fetch_assoc (line 193) | protected function _fetch_assoc() method _fetch_object (line 209) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/oci8/oci8_utility.php class CI_DB_oci8_utility (line 47) | class CI_DB_oci8_utility extends CI_DB_utility { method _backup (line 62) | protected function _backup($params = array()) FILE: system/database/drivers/odbc/odbc_driver.php class CI_DB_odbc_driver (line 53) | class CI_DB_odbc_driver extends CI_DB_driver { method __construct (line 118) | public function __construct($params) method db_connect (line 137) | public function db_connect($persistent = FALSE) method compile_binds (line 153) | public function compile_binds($sql, $binds) method _execute (line 220) | protected function _execute($sql) method _trans_begin (line 250) | protected function _trans_begin() method _trans_commit (line 262) | protected function _trans_commit() method _trans_rollback (line 280) | protected function _trans_rollback() method is_write_type (line 299) | public function is_write_type($sql) method _escape_str (line 317) | protected function _escape_str($str) method affected_rows (line 329) | public function affected_rows() method insert_id (line 341) | public function insert_id() method _list_tables (line 356) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 379) | protected function _list_columns($table = '') method _field_data (line 394) | protected function _field_data($table) method error (line 409) | public function error() method _close (line 421) | protected function _close() FILE: system/database/drivers/odbc/odbc_forge.php class CI_DB_odbc_forge (line 49) | class CI_DB_odbc_forge extends CI_DB_forge { method _attr_auto_increment (line 81) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/odbc/odbc_result.php class CI_DB_odbc_result (line 51) | class CI_DB_odbc_result extends CI_DB_result { method num_rows (line 58) | public function num_rows() method num_fields (line 89) | public function num_fields() method list_fields (line 103) | public function list_fields() method field_data (line 128) | public function field_data() method free_result (line 151) | public function free_result() method _fetch_assoc (line 169) | protected function _fetch_assoc() method _fetch_object (line 184) | protected function _fetch_object($class_name = 'stdClass') function odbc_fetch_array (line 218) | function odbc_fetch_array(&$result, $rownumber = 1) function odbc_fetch_object (line 251) | function odbc_fetch_object(&$result, $rownumber = 1) FILE: system/database/drivers/odbc/odbc_utility.php class CI_DB_odbc_utility (line 49) | class CI_DB_odbc_utility extends CI_DB_utility { method _backup (line 57) | protected function _backup($params = array()) FILE: system/database/drivers/pdo/pdo_driver.php class CI_DB_pdo_driver (line 53) | class CI_DB_pdo_driver extends CI_DB { method __construct (line 79) | public function __construct($params) method db_connect (line 127) | public function db_connect($persistent = FALSE) method version (line 156) | public function version() method _execute (line 182) | protected function _execute($sql) method _trans_begin (line 194) | protected function _trans_begin() method _trans_commit (line 206) | protected function _trans_commit() method _trans_rollback (line 218) | protected function _trans_rollback() method _escape_str (line 231) | protected function _escape_str($str) method affected_rows (line 249) | public function affected_rows() method insert_id (line 262) | public function insert_id($name = NULL) method _field_data (line 277) | protected function _field_data($table) method error (line 292) | public function error() method _update_batch (line 323) | protected function _update_batch($table, $values, $index) method _truncate (line 370) | protected function _truncate($table) FILE: system/database/drivers/pdo/pdo_forge.php class CI_DB_pdo_forge (line 49) | class CI_DB_pdo_forge extends CI_DB_forge { FILE: system/database/drivers/pdo/pdo_result.php class CI_DB_pdo_result (line 51) | class CI_DB_pdo_result extends CI_DB_result { method num_rows (line 58) | public function num_rows() method num_fields (line 87) | public function num_fields() method list_fields (line 101) | public function list_fields() method field_data (line 124) | public function field_data() method free_result (line 161) | public function free_result() method _fetch_assoc (line 178) | protected function _fetch_assoc() method _fetch_object (line 193) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/pdo/pdo_utility.php class CI_DB_pdo_utility (line 49) | class CI_DB_pdo_utility extends CI_DB_utility { method _backup (line 57) | protected function _backup($params = array()) FILE: system/database/drivers/pdo/subdrivers/pdo_4d_driver.php class CI_DB_pdo_4d_driver (line 53) | class CI_DB_pdo_4d_driver extends CI_DB_pdo_driver { method __construct (line 79) | public function __construct($params) method _list_tables (line 107) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 130) | protected function _list_columns($table = '') method _field_data (line 146) | protected function _field_data($table) method _update (line 162) | protected function _update($table, $values) method _delete (line 179) | protected function _delete($table) method _limit (line 195) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_4d_forge.php class CI_DB_pdo_4d_forge (line 47) | class CI_DB_pdo_4d_forge extends CI_DB_pdo_forge { method _alter_table (line 113) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 132) | protected function _process_column($field) method _attr_type (line 151) | protected function _attr_type(&$attributes) method _attr_unique (line 182) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 202) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php class CI_DB_pdo_cubrid_driver (line 53) | class CI_DB_pdo_cubrid_driver extends CI_DB_pdo_driver { method __construct (line 86) | public function __construct($params) method _list_tables (line 110) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 132) | protected function _list_columns($table = '') method field_data (line 145) | public function field_data($table) method _update_batch (line 183) | protected function _update_batch($table, $values, $index) method _truncate (line 225) | protected function _truncate($table) method _from_tables (line 240) | protected function _from_tables() FILE: system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php class CI_DB_pdo_cubrid_forge (line 47) | class CI_DB_pdo_cubrid_forge extends CI_DB_pdo_forge { method _alter_table (line 105) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 138) | protected function _process_column($field) method _attr_type (line 169) | protected function _attr_type(&$attributes) method _process_indexes (line 196) | protected function _process_indexes($table) FILE: system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php class CI_DB_pdo_dblib_driver (line 53) | class CI_DB_pdo_dblib_driver extends CI_DB_pdo_driver { method __construct (line 91) | public function __construct($params) method db_connect (line 127) | public function db_connect($persistent = FALSE) method _list_tables (line 160) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 185) | protected function _list_columns($table = '') method field_data (line 200) | public function field_data($table) method _update (line 236) | protected function _update($table, $values) method _delete (line 253) | protected function _delete($table) method _limit (line 273) | protected function _limit($sql) method _insert_batch (line 326) | protected function _insert_batch($table, $keys, $values) FILE: system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php class CI_DB_pdo_dblib_forge (line 47) | class CI_DB_pdo_dblib_forge extends CI_DB_pdo_forge { method _alter_table (line 85) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 112) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 141) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php class CI_DB_pdo_firebird_driver (line 53) | class CI_DB_pdo_firebird_driver extends CI_DB_pdo_driver { method __construct (line 81) | public function __construct($params) method _list_tables (line 117) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 140) | protected function _list_columns($table = '') method field_data (line 153) | public function field_data($table) method _update (line 196) | protected function _update($table, $values) method _truncate (line 215) | protected function _truncate($table) method _delete (line 230) | protected function _delete($table) method _limit (line 246) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php class CI_DB_pdo_firebird_forge (line 47) | class CI_DB_pdo_firebird_forge extends CI_DB_pdo_forge { method create_database (line 82) | public function create_database($db_name) method drop_database (line 100) | public function drop_database($db_name = '') method _alter_table (line 128) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 182) | protected function _process_column($field) method _attr_type (line 201) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 232) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php class CI_DB_pdo_ibm_driver (line 53) | class CI_DB_pdo_ibm_driver extends CI_DB_pdo_driver { method __construct (line 72) | public function __construct($params) method _list_tables (line 138) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 162) | protected function _list_columns($table = '') method field_data (line 177) | public function field_data($table) method _update (line 202) | protected function _update($table, $values) method _delete (line 219) | protected function _delete($table) method _limit (line 235) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php class CI_DB_pdo_ibm_forge (line 47) | class CI_DB_pdo_ibm_forge extends CI_DB_pdo_forge { method _alter_table (line 84) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 104) | protected function _attr_type(&$attributes) method _attr_unique (line 129) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 149) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_informix_driver.php class CI_DB_pdo_informix_driver (line 53) | class CI_DB_pdo_informix_driver extends CI_DB_pdo_driver { method __construct (line 81) | public function __construct($params) method _list_tables (line 140) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 164) | protected function _list_columns($table = '') method field_data (line 190) | public function field_data($table) method _update (line 252) | protected function _update($table, $values) method _truncate (line 272) | protected function _truncate($table) method _delete (line 287) | protected function _delete($table) method _limit (line 303) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_informix_forge.php class CI_DB_pdo_informix_forge (line 47) | class CI_DB_pdo_informix_forge extends CI_DB_pdo_forge { method _alter_table (line 86) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 106) | protected function _attr_type(&$attributes) method _attr_unique (line 141) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 158) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php class CI_DB_pdo_mysql_driver (line 53) | class CI_DB_pdo_mysql_driver extends CI_DB_pdo_driver { method __construct (line 97) | public function __construct($params) method db_connect (line 123) | public function db_connect($persistent = FALSE) method db_select (line 211) | public function db_select($database = '') method _list_tables (line 238) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 260) | protected function _list_columns($table = '') method field_data (line 273) | public function field_data($table) method _truncate (line 312) | protected function _truncate($table) method _from_tables (line 327) | protected function _from_tables() FILE: system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php class CI_DB_pdo_mysql_forge (line 47) | class CI_DB_pdo_mysql_forge extends CI_DB_pdo_forge { method _create_table_attr (line 115) | protected function _create_table_attr($attributes) method _alter_table (line 150) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 192) | protected function _process_column($field) method _process_indexes (line 222) | protected function _process_indexes($table) FILE: system/database/drivers/pdo/subdrivers/pdo_oci_driver.php class CI_DB_pdo_oci_driver (line 53) | class CI_DB_pdo_oci_driver extends CI_DB_pdo_driver { method __construct (line 100) | public function __construct($params) method version (line 137) | public function version() method _list_tables (line 163) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 186) | protected function _list_columns($table = '') method field_data (line 210) | public function field_data($table) method _insert_batch (line 268) | protected function _insert_batch($table, $keys, $values) method _delete (line 291) | protected function _delete($table) method _limit (line 312) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_oci_forge.php class CI_DB_pdo_oci_forge (line 47) | class CI_DB_pdo_oci_forge extends CI_DB_pdo_forge { method _alter_table (line 87) | protected function _alter_table($alter_type, $table, $field) method _attr_auto_increment (line 144) | protected function _attr_auto_increment(&$attributes, &$field) method _attr_type (line 157) | protected function _attr_type(&$attributes) FILE: system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php class CI_DB_pdo_odbc_driver (line 53) | class CI_DB_pdo_odbc_driver extends CI_DB_pdo_driver { method __construct (line 104) | public function __construct($params) method _escape_str (line 169) | protected function _escape_str($str) method is_write_type (line 182) | public function is_write_type($sql) method _list_tables (line 202) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 225) | protected function _list_columns($table = '') FILE: system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php class CI_DB_pdo_odbc_forge (line 47) | class CI_DB_pdo_odbc_forge extends CI_DB_pdo_forge { method _attr_auto_increment (line 65) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php class CI_DB_pdo_pgsql_driver (line 53) | class CI_DB_pdo_pgsql_driver extends CI_DB_pdo_driver { method __construct (line 88) | public function __construct($params) method db_connect (line 115) | public function db_connect($persistent = FALSE) method insert_id (line 135) | public function insert_id($name = NULL) method is_write_type (line 155) | public function is_write_type($sql) method escape (line 175) | public function escape($str) method order_by (line 195) | public function order_by($orderby, $direction = '', $escape = NULL) method _list_tables (line 230) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 254) | protected function _list_columns($table = '') method field_data (line 269) | public function field_data($table) method _update (line 305) | protected function _update($table, $values) method _update_batch (line 324) | protected function _update_batch($table, $values, $index) method _delete (line 363) | protected function _delete($table) method _limit (line 379) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php class CI_DB_pdo_pgsql_forge (line 47) | class CI_DB_pdo_pgsql_forge extends CI_DB_pdo_forge { method __construct (line 88) | public function __construct(&$db) method _alter_table (line 108) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 169) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 200) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php class CI_DB_pdo_sqlite_driver (line 53) | class CI_DB_pdo_sqlite_driver extends CI_DB_pdo_driver { method __construct (line 81) | public function __construct($params) method _list_tables (line 108) | protected function _list_tables($prefix_limit = FALSE) method list_fields (line 129) | public function list_fields($table) method field_data (line 159) | public function field_data($table) method _replace (line 196) | protected function _replace($table, $keys, $values) method _truncate (line 214) | protected function _truncate($table) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php class CI_DB_pdo_sqlite_forge (line 47) | class CI_DB_pdo_sqlite_forge extends CI_DB_pdo_forge { method __construct (line 85) | public function __construct(&$db) method create_database (line 104) | public function create_database($db_name = '') method drop_database (line 119) | public function drop_database($db_name = '') method _alter_table (line 155) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 183) | protected function _process_column($field) method _attr_type (line 203) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 224) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php class CI_DB_pdo_sqlsrv_driver (line 53) | class CI_DB_pdo_sqlsrv_driver extends CI_DB_pdo_driver { method __construct (line 91) | public function __construct($params) method db_connect (line 151) | public function db_connect($persistent = FALSE) method _list_tables (line 184) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 209) | protected function _list_columns($table = '') method field_data (line 224) | public function field_data($table) method _update (line 260) | protected function _update($table, $values) method _delete (line 277) | protected function _delete($table) method _limit (line 297) | protected function _limit($sql) method _insert_batch (line 358) | protected function _insert_batch($table, $keys, $values) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php class CI_DB_pdo_sqlsrv_forge (line 47) | class CI_DB_pdo_sqlsrv_forge extends CI_DB_pdo_forge { method _alter_table (line 85) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 112) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 141) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/postgre/postgre_driver.php class CI_DB_postgre_driver (line 53) | class CI_DB_postgre_driver extends CI_DB { method __construct (line 88) | public function __construct($params) method db_connect (line 150) | public function db_connect($persistent = FALSE) method reconnect (line 182) | public function reconnect() method _db_set_charset (line 198) | protected function _db_set_charset($charset) method version (line 210) | public function version() method _execute (line 240) | protected function _execute($sql) method _trans_begin (line 252) | protected function _trans_begin() method _trans_commit (line 264) | protected function _trans_commit() method _trans_rollback (line 276) | protected function _trans_rollback() method is_write_type (line 289) | public function is_write_type($sql) method _escape_str (line 307) | protected function _escape_str($str) method escape (line 322) | public function escape($str) method affected_rows (line 343) | public function affected_rows() method insert_id (line 355) | public function insert_id() method _list_tables (line 404) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 428) | protected function _list_columns($table = '') method field_data (line 443) | public function field_data($table) method error (line 478) | public function error() method order_by (line 493) | public function order_by($orderby, $direction = '', $escape = NULL) method _update (line 529) | protected function _update($table, $values) method _update_batch (line 548) | protected function _update_batch($table, $values, $index) method _delete (line 587) | protected function _delete($table) method _limit (line 603) | protected function _limit($sql) method _close (line 615) | protected function _close() FILE: system/database/drivers/postgre/postgre_forge.php class CI_DB_postgre_forge (line 49) | class CI_DB_postgre_forge extends CI_DB_forge { method __construct (line 83) | public function __construct(&$db) method _alter_table (line 103) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 164) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 195) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/postgre/postgre_result.php class CI_DB_postgre_result (line 51) | class CI_DB_postgre_result extends CI_DB_result { method num_rows (line 58) | public function num_rows() method num_fields (line 72) | public function num_fields() method list_fields (line 86) | public function list_fields() method field_data (line 106) | public function field_data() method free_result (line 127) | public function free_result() method data_seek (line 148) | public function data_seek($n = 0) method _fetch_assoc (line 162) | protected function _fetch_assoc() method _fetch_object (line 177) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/postgre/postgre_utility.php class CI_DB_postgre_utility (line 49) | class CI_DB_postgre_utility extends CI_DB_utility { method _backup (line 73) | protected function _backup($params = array()) FILE: system/database/drivers/sqlite/sqlite_driver.php class CI_DB_sqlite_driver (line 53) | class CI_DB_sqlite_driver extends CI_DB { method db_connect (line 79) | public function db_connect($persistent = FALSE) method version (line 98) | public function version() method _execute (line 113) | protected function _execute($sql) method _trans_begin (line 127) | protected function _trans_begin() method _trans_commit (line 139) | protected function _trans_commit() method _trans_rollback (line 151) | protected function _trans_rollback() method _escape_str (line 164) | protected function _escape_str($str) method affected_rows (line 176) | public function affected_rows() method insert_id (line 188) | public function insert_id() method _list_tables (line 203) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 225) | protected function _list_columns($table = '') method field_data (line 239) | public function field_data($table) method error (line 276) | public function error() method _replace (line 295) | protected function _replace($table, $keys, $values) method _truncate (line 313) | protected function _truncate($table) method _close (line 325) | protected function _close() FILE: system/database/drivers/sqlite/sqlite_forge.php class CI_DB_sqlite_forge (line 47) | class CI_DB_sqlite_forge extends CI_DB_forge { method create_database (line 78) | public function create_database($db_name = '') method drop_database (line 93) | public function drop_database($db_name = '') method _alter_table (line 122) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 150) | protected function _process_column($field) method _attr_type (line 170) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 191) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/sqlite/sqlite_result.php class CI_DB_sqlite_result (line 49) | class CI_DB_sqlite_result extends CI_DB_result { method num_rows (line 56) | public function num_rows() method num_fields (line 70) | public function num_fields() method list_fields (line 84) | public function list_fields() method field_data (line 104) | public function field_data() method data_seek (line 130) | public function data_seek($n = 0) method _fetch_assoc (line 144) | protected function _fetch_assoc() method _fetch_object (line 159) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/sqlite/sqlite_utility.php class CI_DB_sqlite_utility (line 47) | class CI_DB_sqlite_utility extends CI_DB_utility { method _backup (line 55) | protected function _backup($params = array()) FILE: system/database/drivers/sqlite3/sqlite3_driver.php class CI_DB_sqlite3_driver (line 53) | class CI_DB_sqlite3_driver extends CI_DB { method db_connect (line 79) | public function db_connect($persistent = FALSE) method version (line 105) | public function version() method _execute (line 125) | protected function _execute($sql) method _trans_begin (line 139) | protected function _trans_begin() method _trans_commit (line 151) | protected function _trans_commit() method _trans_rollback (line 163) | protected function _trans_rollback() method _escape_str (line 176) | protected function _escape_str($str) method affected_rows (line 188) | public function affected_rows() method insert_id (line 200) | public function insert_id() method _list_tables (line 215) | protected function _list_tables($prefix_limit = FALSE) method list_fields (line 231) | public function list_fields($table) method field_data (line 261) | public function field_data($table) method error (line 298) | public function error() method _replace (line 315) | protected function _replace($table, $keys, $values) method _truncate (line 333) | protected function _truncate($table) method _close (line 345) | protected function _close() FILE: system/database/drivers/sqlite3/sqlite3_forge.php class CI_DB_sqlite3_forge (line 47) | class CI_DB_sqlite3_forge extends CI_DB_forge { method __construct (line 71) | public function __construct(&$db) method create_database (line 90) | public function create_database($db_name = '') method drop_database (line 105) | public function drop_database($db_name = '') method _alter_table (line 142) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 170) | protected function _process_column($field) method _attr_type (line 190) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 211) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/sqlite3/sqlite3_result.php class CI_DB_sqlite3_result (line 49) | class CI_DB_sqlite3_result extends CI_DB_result { method num_fields (line 56) | public function num_fields() method list_fields (line 70) | public function list_fields() method field_data (line 90) | public function field_data() method free_result (line 122) | public function free_result() method _fetch_assoc (line 140) | protected function _fetch_assoc() method _fetch_object (line 155) | protected function _fetch_object($class_name = 'stdClass') method data_seek (line 188) | public function data_seek($n = 0) FILE: system/database/drivers/sqlite3/sqlite3_utility.php class CI_DB_sqlite3_utility (line 47) | class CI_DB_sqlite3_utility extends CI_DB_utility { method _backup (line 55) | protected function _backup($params = array()) FILE: system/database/drivers/sqlsrv/sqlsrv_driver.php class CI_DB_sqlsrv_driver (line 53) | class CI_DB_sqlsrv_driver extends CI_DB { method __construct (line 101) | public function __construct($params) method db_connect (line 122) | public function db_connect($pooling = FALSE) method db_select (line 164) | public function db_select($database = '') method _execute (line 189) | protected function _execute($sql) method _trans_begin (line 203) | protected function _trans_begin() method _trans_commit (line 215) | protected function _trans_commit() method _trans_rollback (line 227) | protected function _trans_rollback() method affected_rows (line 239) | public function affected_rows() method insert_id (line 253) | public function insert_id() method version (line 265) | public function version() method _list_tables (line 290) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 315) | protected function _list_columns($table = '') method field_data (line 330) | public function field_data($table) method error (line 365) | public function error() method _update (line 404) | protected function _update($table, $values) method _truncate (line 424) | protected function _truncate($table) method _delete (line 439) | protected function _delete($table) method _limit (line 459) | protected function _limit($sql) method _insert_batch (line 520) | protected function _insert_batch($table, $keys, $values) method _close (line 538) | protected function _close() FILE: system/database/drivers/sqlsrv/sqlsrv_forge.php class CI_DB_sqlsrv_forge (line 47) | class CI_DB_sqlsrv_forge extends CI_DB_forge { method _alter_table (line 85) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 112) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 141) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/sqlsrv/sqlsrv_result.php class CI_DB_sqlsrv_result (line 49) | class CI_DB_sqlsrv_result extends CI_DB_result { method __construct (line 66) | public function __construct(&$driver_object) method num_rows (line 80) | public function num_rows() method num_fields (line 100) | public function num_fields() method list_fields (line 114) | public function list_fields() method field_data (line 134) | public function field_data() method free_result (line 155) | public function free_result() method _fetch_assoc (line 173) | protected function _fetch_assoc() method _fetch_object (line 188) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/sqlsrv/sqlsrv_utility.php class CI_DB_sqlsrv_utility (line 47) | class CI_DB_sqlsrv_utility extends CI_DB_utility { method _backup (line 71) | protected function _backup($params = array()) FILE: system/helpers/array_helper.php function element (line 65) | function element($item, array $array, $default = NULL) function random_element (line 81) | function random_element($array) function elements (line 102) | function elements($items, array $array, $default = NULL) FILE: system/helpers/captcha_helper.php function create_captcha (line 63) | function create_captcha($data = '', $img_path = '', $img_url = '', $font... FILE: system/helpers/cookie_helper.php function set_cookie (line 70) | function set_cookie($name, $value = '', $expire = '', $domain = '', $pat... function get_cookie (line 88) | function get_cookie($index, $xss_clean = NULL) function delete_cookie (line 109) | function delete_cookie($name, $domain = '', $path = '/', $prefix = '') FILE: system/helpers/date_helper.php function now (line 63) | function now($timezone = NULL) function mdate (line 102) | function mdate($datestr = '', $time = '') function standard_date (line 146) | function standard_date($fmt = 'DATE_RFC822', $time = NULL) function timespan (line 178) | function timespan($seconds = 1, $time = '', $units = 7) function days_in_month (line 281) | function days_in_month($month = 0, $year = '') function local_to_gmt (line 325) | function local_to_gmt($time = '') function gmt_to_local (line 359) | function gmt_to_local($time = '', $timezone = 'UTC', $dst = FALSE) function mysql_to_unix (line 382) | function mysql_to_unix($time = '') function unix_to_human (line 416) | function unix_to_human($time = '', $seconds = FALSE, $fmt = 'us') function human_to_unix (line 455) | function human_to_unix($datestr = '') function nice_date (line 503) | function nice_date($bad_date = '', $format = FALSE) function timezone_menu (line 571) | function timezone_menu($default = 'UTC', $class = '', $name = 'timezones... function timezones (line 610) | function timezones($tz = '') function date_range (line 686) | function date_range($unix_start = '', $mixed = '', $is_unix = TRUE, $for... FILE: system/helpers/directory_helper.php function directory_map (line 67) | function directory_map($source_dir, $directory_depth = 0, $hidden = FALSE) FILE: system/helpers/download_helper.php function force_download (line 64) | function force_download($filename = '', $data = '', $set_mime = FALSE) FILE: system/helpers/email_helper.php function valid_email (line 61) | function valid_email($email) function send_email (line 80) | function send_email($recipient, $subject, $message) FILE: system/helpers/file_helper.php function read_file (line 64) | function read_file($file) function write_file (line 85) | function write_file($path, $data, $mode = 'wb') function delete_files (line 127) | function delete_files($path, $del_dir = FALSE, $htdocs = FALSE, $_level ... function get_filenames (line 177) | function get_filenames($source_dir, $include_path = FALSE, $_recursion =... function get_dir_file_info (line 227) | function get_dir_file_info($source_dir, $top_level_only = TRUE, $_recurs... function get_file_info (line 279) | function get_file_info($file, $returned_values = array('name', 'server_p... function get_mime_by_extension (line 342) | function get_mime_by_extension($filename) function symbolic_permissions (line 382) | function symbolic_permissions($perms) function octal_permissions (line 449) | function octal_permissions($perms) FILE: system/helpers/form_helper.php function form_open (line 64) | function form_open($action = '', $attributes = array(), $hidden = array()) function form_open_multipart (line 125) | function form_open_multipart($action = '', $attributes = array(), $hidde... function form_hidden (line 155) | function form_hidden($name, $value = '', $recursing = FALSE) function form_input (line 203) | function form_input($data = '', $value = '', $extra = '') function form_password (line 229) | function form_password($data = '', $value = '', $extra = '') function form_upload (line 251) | function form_upload($data = '', $value = '', $extra = '') function form_textarea (line 273) | function form_textarea($data = '', $value = '', $extra = '') function form_multiselect (line 310) | function form_multiselect($name = '', $options = array(), $selected = ar... function form_dropdown (line 335) | function form_dropdown($data = '', $options = array(), $selected = array... function form_checkbox (line 430) | function form_checkbox($data = '', $value = '', $checked = FALSE, $extra... function form_radio (line 474) | function form_radio($data = '', $value = '', $checked = FALSE, $extra = '') function form_submit (line 495) | function form_submit($data = '', $value = '', $extra = '') function form_reset (line 519) | function form_reset($data = '', $value = '', $extra = '') function form_button (line 543) | function form_button($data = '', $content = '', $extra = '') function form_label (line 574) | function form_label($label_text = '', $id = '', $attributes = array()) function form_fieldset (line 610) | function form_fieldset($legend_text = '', $attributes = array()) function form_fieldset_close (line 632) | function form_fieldset_close($extra = '') function form_close (line 648) | function form_close($extra = '') function form_prep (line 667) | function form_prep($str) function set_value (line 689) | function set_value($field, $default = '', $html_escape = TRUE) function set_select (line 717) | function set_select($field, $value = '', $default = FALSE) function set_checkbox (line 764) | function set_checkbox($field, $value = '', $default = FALSE) function set_radio (line 816) | function set_radio($field, $value = '', $default = FALSE) function form_error (line 868) | function form_error($field = '', $prefix = '', $suffix = '') function validation_errors (line 893) | function validation_errors($prefix = '', $suffix = '') function _parse_form_attributes (line 917) | function _parse_form_attributes($attributes, $default) function _attributes_to_string (line 968) | function _attributes_to_string($attributes) function _get_validation_object (line 1013) | function &_get_validation_object() FILE: system/helpers/html_helper.php function heading (line 64) | function heading($data = '', $h = '1', $attributes = '') function ul (line 83) | function ul($list, $attributes = '') function ol (line 102) | function ol($list, $attributes = '') function _list (line 123) | function _list($type = 'ul', $list = array(), $attributes = '', $depth = 0) function img (line 178) | function img($src = '', $index_page = FALSE, $attributes = '') function doctype (line 232) | function doctype($type = 'xhtml1-strict') function link_tag (line 278) | function link_tag($href = '', $rel = 'stylesheet', $type = 'text/css', $... function meta (line 349) | function meta($name = '', $content = '', $type = 'name', $newline = "\n") function br (line 389) | function br($count = 1) function nbs (line 406) | function nbs($num = 1) FILE: system/helpers/inflector_helper.php function singular (line 62) | function singular($str) function plural (line 126) | function plural($str) function camelize (line 183) | function camelize($str) function underscore (line 201) | function underscore($str) function humanize (line 220) | function humanize($str, $separator = '_') function is_countable (line 236) | function is_countable($word) FILE: system/helpers/language_helper.php function lang (line 64) | function lang($line, $for = '', $attributes = array()) FILE: system/helpers/number_helper.php function byte_format (line 61) | function byte_format($num, $precision = 1) FILE: system/helpers/path_helper.php function set_realpath (line 61) | function set_realpath($path, $check_existance = FALSE) FILE: system/helpers/security_helper.php function xss_clean (line 61) | function xss_clean($str, $is_image = FALSE) function sanitize_filename (line 77) | function sanitize_filename($filename) function do_hash (line 96) | function do_hash($str, $type = 'sha1') function strip_image_tags (line 117) | function strip_image_tags($str) function encode_php_tags (line 133) | function encode_php_tags($str) FILE: system/helpers/smiley_helper.php function smiley_js (line 66) | function smiley_js($alias = '', $field_id = '', $inline = TRUE) function get_clickable_smileys (line 149) | function get_clickable_smileys($image_url, $alias = '') function parse_smileys (line 198) | function parse_smileys($str = '', $image_url = '', $smileys = NULL) function _get_smiley_array (line 228) | function _get_smiley_array() FILE: system/helpers/string_helper.php function trim_slashes (line 71) | function trim_slashes($str) function strip_slashes (line 89) | function strip_slashes($str) function strip_quotes (line 117) | function strip_quotes($str) function quotes_to_entities (line 135) | function quotes_to_entities($str) function reduce_double_slashes (line 160) | function reduce_double_slashes($str) function reduce_multiples (line 186) | function reduce_multiples($str, $character = ',', $trim = FALSE) function random_string (line 206) | function random_string($type = 'alnum', $len = 8) function increment_string (line 254) | function increment_string($str, $separator = '_', $first = 1) function alternator (line 273) | function alternator() function repeater (line 302) | function repeater($data, $num = 1) FILE: system/helpers/text_helper.php function word_limiter (line 64) | function word_limiter($str, $limit = 100, $end_char = '…') function character_limiter (line 97) | function character_limiter($str, $n = 500, $end_char = '…') function ascii_to_entities (line 138) | function ascii_to_entities($str) function entities_to_ascii (line 203) | function entities_to_ascii($str, $all = TRUE) function word_censor (line 261) | function word_censor($str, $censored, $replacement = '') function highlight_code (line 319) | function highlight_code($str) function highlight_phrase (line 377) | function highlight_phrase($str, $phrase, $tag_open = '', $tag_clos... function convert_accented_characters (line 395) | function convert_accented_characters($str) function word_wrap (line 442) | function word_wrap($str, $charlim = 76) function ellipsize (line 539) | function ellipsize($str, $max_length, $position = 1, $ellipsis = '&helli... FILE: system/helpers/typography_helper.php function nl2br_except_pre (line 60) | function nl2br_except_pre($str) function auto_typography (line 79) | function auto_typography($str, $reduce_linebreaks = FALSE) function entity_decode (line 100) | function entity_decode($str, $charset = NULL) FILE: system/helpers/url_helper.php function site_url (line 64) | function site_url($uri = '', $protocol = NULL) function base_url (line 85) | function base_url($uri = '', $protocol = NULL) function current_url (line 103) | function current_url() function uri_string (line 121) | function uri_string() function index_page (line 138) | function index_page() function anchor (line 158) | function anchor($uri = '', $title = '', $attributes = '') function anchor_popup (line 195) | function anchor_popup($uri = '', $title = '', $attributes = FALSE) function mailto (line 253) | function mailto($email, $title = '', $attributes = '') function safe_mailto (line 280) | function safe_mailto($email, $title = '', $attributes = '') function auto_link (line 393) | function auto_link($str, $type = 'both', $popup = FALSE) function prep_url (line 444) | function prep_url($str = '') function url_title (line 480) | function url_title($str, $separator = '-', $lowercase = FALSE) function redirect (line 532) | function redirect($uri = '', $method = 'auto', $code = NULL) FILE: system/helpers/xml_helper.php function xml_convert (line 61) | function xml_convert($str, $protect_all = FALSE) FILE: system/libraries/Cache/Cache.php class CI_Cache (line 49) | class CI_Cache extends CI_Driver_Library { method __construct (line 101) | public function __construct($config = array()) method get (line 136) | public function get($id) method save (line 152) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 165) | public function delete($id) method increment (line 179) | public function increment($id, $offset = 1) method decrement (line 193) | public function decrement($id, $offset = 1) method clean (line 205) | public function clean() method cache_info (line 218) | public function cache_info($type = 'user') method get_metadata (line 231) | public function get_metadata($id) method is_supported (line 244) | public function is_supported($driver) FILE: system/libraries/Cache/drivers/Cache_apc.php class CI_Cache_apc (line 49) | class CI_Cache_apc extends CI_Driver { method __construct (line 59) | public function __construct() method get (line 78) | public function get($id) method save (line 104) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 123) | public function delete($id) method increment (line 137) | public function increment($id, $offset = 1) method decrement (line 151) | public function decrement($id, $offset = 1) method clean (line 163) | public function clean() method cache_info (line 176) | public function cache_info($type = NULL) method get_metadata (line 189) | public function get_metadata($id) method is_supported (line 217) | public function is_supported() FILE: system/libraries/Cache/drivers/Cache_dummy.php class CI_Cache_dummy (line 49) | class CI_Cache_dummy extends CI_Driver { method get (line 59) | public function get($id) method save (line 75) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 88) | public function delete($id) method increment (line 102) | public function increment($id, $offset = 1) method decrement (line 116) | public function decrement($id, $offset = 1) method clean (line 128) | public function clean() method cache_info (line 141) | public function cache_info($type = NULL) method get_metadata (line 154) | public function get_metadata($id) method is_supported (line 167) | public function is_supported() FILE: system/libraries/Cache/drivers/Cache_file.php class CI_Cache_file (line 49) | class CI_Cache_file extends CI_Driver { method __construct (line 63) | public function __construct() method get (line 79) | public function get($id) method save (line 96) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 121) | public function delete($id) method increment (line 135) | public function increment($id, $offset = 1) method decrement (line 163) | public function decrement($id, $offset = 1) method clean (line 189) | public function clean() method cache_info (line 204) | public function cache_info($type = NULL) method get_metadata (line 217) | public function get_metadata($id) method is_supported (line 253) | public function is_supported() method _get (line 268) | protected function _get($id) FILE: system/libraries/Cache/drivers/Cache_memcached.php class CI_Cache_memcached (line 49) | class CI_Cache_memcached extends CI_Driver { method __construct (line 80) | public function __construct() method get (line 140) | public function get($id) method save (line 158) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 185) | public function delete($id) method increment (line 199) | public function increment($id, $offset = 1) method decrement (line 213) | public function decrement($id, $offset = 1) method clean (line 225) | public function clean() method cache_info (line 237) | public function cache_info() method get_metadata (line 250) | public function get_metadata($id) method is_supported (line 278) | public function is_supported() method __destruct (line 292) | public function __destruct() FILE: system/libraries/Cache/drivers/Cache_redis.php class CI_Cache_redis (line 49) | class CI_Cache_redis extends CI_Driver method __construct (line 92) | public function __construct() method get (line 152) | public function get($key) method save (line 175) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 204) | public function delete($key) method increment (line 229) | public function increment($id, $offset = 1) method decrement (line 243) | public function decrement($id, $offset = 1) method clean (line 256) | public function clean() method cache_info (line 272) | public function cache_info($type = NULL) method get_metadata (line 285) | public function get_metadata($key) method is_supported (line 307) | public function is_supported() method __destruct (line 321) | public function __destruct() FILE: system/libraries/Cache/drivers/Cache_wincache.php class CI_Cache_wincache (line 52) | class CI_Cache_wincache extends CI_Driver { method __construct (line 62) | public function __construct() method get (line 81) | public function get($id) method save (line 101) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 114) | public function delete($id) method increment (line 128) | public function increment($id, $offset = 1) method decrement (line 145) | public function decrement($id, $offset = 1) method clean (line 160) | public function clean() method cache_info (line 172) | public function cache_info() method get_metadata (line 185) | public function get_metadata($id) method is_supported (line 213) | public function is_supported() FILE: system/libraries/Calendar.php class CI_Calendar (line 51) | class CI_Calendar { method __construct (line 130) | public function __construct($config = array()) method initialize (line 150) | public function initialize($config = array()) method generate (line 179) | public function generate($year = '', $month = '', $data = array()) method get_month_name (line 353) | public function get_month_name($month) method get_day_names (line 380) | public function get_day_names($day_type = '') method adjust_date (line 422) | public function adjust_date($month, $year) method get_total_days (line 458) | public function get_total_days($month, $year) method default_template (line 473) | public function default_template() method parse_template (line 513) | public function parse_template() FILE: system/libraries/Cart.php class CI_Cart (line 50) | class CI_Cart { method __construct (line 99) | public function __construct($params = array()) method insert (line 129) | public function insert($items = array()) method _insert (line 183) | protected function _insert($items = array()) method update (line 287) | public function update($items = array()) method _update (line 344) | protected function _update($items = array()) method _save_cart (line 389) | protected function _save_cart() method total (line 430) | public function total() method remove (line 445) | public function remove($rowid) method total_items (line 462) | public function total_items() method contents (line 477) | public function contents($newest_first = FALSE) method get_item (line 499) | public function get_item($row_id) method has_options (line 517) | public function has_options($row_id = '') method product_options (line 532) | public function product_options($row_id = '') method format_number (line 547) | public function format_number($n = '') method destroy (line 561) | public function destroy() FILE: system/libraries/Driver.php class CI_Driver_Library (line 52) | class CI_Driver_Library { method __get (line 77) | public function __get($child) method load_driver (line 91) | public function load_driver($child) class CI_Driver (line 208) | class CI_Driver { method decorate (line 247) | public function decorate($parent) method __call (line 295) | public function __call($method, $args = array()) method __get (line 315) | public function __get($var) method __set (line 334) | public function __set($var, $val) FILE: system/libraries/Email.php class CI_Email (line 51) | class CI_Email { method __construct (line 387) | public function __construct(array $config = array()) method initialize (line 404) | public function initialize(array $config = array()) method clear (line 439) | public function clear($clear_attachments = FALSE) method from (line 473) | public function from($from, $name = '', $return_path = NULL) method reply_to (line 521) | public function reply_to($replyto, $name = '') method to (line 561) | public function to($to) method cc (line 589) | public function cc($cc) method bcc (line 617) | public function bcc($bcc, $limit = '') method subject (line 652) | public function subject($subject) method message (line 667) | public function message($body) method attach (line 696) | public function attach($file, $disposition = '', $newname = NULL, $mim... method attachment_cid (line 742) | public function attachment_cid($filename) method set_header (line 766) | public function set_header($header, $value) method _str_to_array (line 780) | protected function _str_to_array($email) method set_alt_message (line 800) | public function set_alt_message($str) method set_mailtype (line 814) | public function set_mailtype($type = 'text') method set_wordwrap (line 828) | public function set_wordwrap($wordwrap = TRUE) method set_protocol (line 842) | public function set_protocol($protocol = 'mail') method set_priority (line 856) | public function set_priority($n = 3) method set_newline (line 870) | public function set_newline($newline = "\n") method set_crlf (line 884) | public function set_crlf($crlf = "\n") method _get_message_id (line 897) | protected function _get_message_id() method _get_protocol (line 911) | protected function _get_protocol($return = TRUE) method _get_encoding (line 930) | protected function _get_encoding($return = TRUE) method _get_content_type (line 955) | protected function _get_content_type() method _set_date (line 978) | protected function _set_date() method _get_mime_message (line 995) | protected function _get_mime_message() method validate_email (line 1008) | public function validate_email($email) method valid_email (line 1036) | public function valid_email($email) method clean_email (line 1054) | public function clean_email($email) method _get_alt_message (line 1083) | protected function _get_alt_message() method word_wrap (line 1117) | public function word_wrap($str, $charlim = NULL) method _build_headers (line 1207) | protected function _build_headers() method _write_headers (line 1223) | protected function _write_headers() method _build_message (line 1260) | protected function _build_message() method _attachments_have_multipart (line 1431) | protected function _attachments_have_multipart($type) method _append_attachments (line 1454) | protected function _append_attachments(&$body, $boundary, $multipart =... method _prep_quoted_printable (line 1491) | protected function _prep_quoted_printable($str) method _prep_q_encoding (line 1606) | protected function _prep_q_encoding($str) method send (line 1681) | public function send($auto_clear = TRUE) method batch_bcc_send (line 1738) | public function batch_bcc_send() method _unwrap_specials (line 1795) | protected function _unwrap_specials() method _remove_nl_callback (line 1808) | protected function _remove_nl_callback($matches) method _spool_email (line 1825) | protected function _spool_email() method _send_with_mail (line 1847) | protected function _send_with_mail() method _send_with_sendmail (line 1873) | protected function _send_with_sendmail() method _send_with_smtp (line 1907) | protected function _send_with_smtp() method _smtp_end (line 1993) | protected function _smtp_end() method _smtp_connect (line 2007) | protected function _smtp_connect() method _send_command (line 2057) | protected function _send_command($cmd, $data = '') method _smtp_authenticate (line 2139) | protected function _smtp_authenticate() method _send_data (line 2202) | protected function _send_data($data) method _get_smtp_data (line 2249) | protected function _get_smtp_data() method _get_hostname (line 2279) | protected function _get_hostname() method print_debugger (line 2298) | public function print_debugger($include = array('headers', 'subject', ... method _set_error_message (line 2341) | protected function _set_error_message($msg, $val = '') method _mime_types (line 2364) | protected function _mime_types($ext = '') method __destruct (line 2387) | public function __destruct() FILE: system/libraries/Encrypt.php class CI_Encrypt (line 51) | class CI_Encrypt { method __construct (line 93) | public function __construct() method get_key (line 114) | public function get_key($key = '') method set_key (line 142) | public function set_key($key = '') method encode (line 165) | public function encode($string, $key = '') method decode (line 181) | public function decode($string, $key = '') method encode_from_legacy (line 208) | public function encode_from_legacy($string, $legacy_mode = MCRYPT_MODE... method _xor_decode (line 250) | protected function _xor_decode($string, $key) method _xor_merge (line 274) | protected function _xor_merge($string, $key) method mcrypt_encode (line 295) | public function mcrypt_encode($data, $key) method mcrypt_decode (line 311) | public function mcrypt_decode($data, $key) method _add_cipher_noise (line 337) | protected function _add_cipher_noise($data, $key) method _remove_cipher_noise (line 367) | protected function _remove_cipher_noise($data, $key) method set_cipher (line 400) | public function set_cipher($cipher) method set_mode (line 414) | public function set_mode($mode) method _get_cipher (line 427) | protected function _get_cipher() method _get_mode (line 444) | protected function _get_mode() method set_hash (line 462) | public function set_hash($type = 'sha1') method hash (line 475) | public function hash($str) FILE: system/libraries/Encryption.php class CI_Encryption (line 51) | class CI_Encryption { method __construct (line 152) | public function __construct(array $params = array()) method initialize (line 185) | public function initialize(array $params) method _mcrypt_initialize (line 229) | protected function _mcrypt_initialize($params) method _openssl_initialize (line 288) | protected function _openssl_initialize($params) method create_key (line 338) | public function create_key($length) method encrypt (line 373) | public function encrypt($data, array $params = NULL) method _mcrypt_encrypt (line 407) | protected function _mcrypt_encrypt($data, $params) method _openssl_encrypt (line 472) | protected function _openssl_encrypt($data, $params) method decrypt (line 508) | public function decrypt($data, array $params = NULL) method _mcrypt_decrypt (line 566) | protected function _mcrypt_decrypt($data, $params) method _openssl_decrypt (line 628) | protected function _openssl_decrypt($data, $params) method _get_params (line 659) | protected function _get_params($params) method _mcrypt_get_handle (line 744) | protected function _mcrypt_get_handle($cipher, $mode) method _openssl_get_handle (line 758) | protected function _openssl_get_handle($cipher, $mode) method _cipher_alias (line 776) | protected function _cipher_alias(&$cipher) method hkdf (line 854) | public function hkdf($key, $digest = 'sha512', $salt = NULL, $length =... method __get (line 891) | public function __get($key) method strlen (line 914) | protected static function strlen($str) method substr (line 931) | protected static function substr($str, $start, $length = NULL) FILE: system/libraries/Form_validation.php class CI_Form_validation (line 49) | class CI_Form_validation { method __construct (line 127) | public function __construct($rules = array()) method set_rules (line 167) | public function set_rules($field, $label = '', $rules = array(), $erro... method set_data (line 267) | public function set_data(array $data) method set_message (line 289) | public function set_message($lang, $val = '') method set_error_delimiters (line 311) | public function set_error_delimiters($prefix = '

', $suffix = '

') method error (line 330) | public function error($field, $prefix = '', $suffix = '') method error_array (line 359) | public function error_array() method error_string (line 375) | public function error_string($prefix = '', $suffix = '') method run (line 416) | public function run($group = '') method _prepare_rules (line 509) | protected function _prepare_rules($rules) method _reduce_array (line 561) | protected function _reduce_array($array, $keys, $i = 0) method _reset_post_array (line 579) | protected function _reset_post_array() method _execute (line 624) | protected function _execute($row, $rules, $postdata = NULL, $cycles = 0) method _get_error_message (line 832) | protected function _get_error_message($rule, $field) method _translate_fieldname (line 865) | protected function _translate_fieldname($fieldname) method _build_error_msg (line 887) | protected function _build_error_msg($line, $field = '', $param = '') method has_rule (line 908) | public function has_rule($field) method set_value (line 925) | public function set_value($field = '', $default = '') method set_select (line 955) | public function set_select($field = '', $value = '', $default = FALSE) method set_radio (line 998) | public function set_radio($field = '', $value = '', $default = FALSE) method set_checkbox (line 1041) | public function set_checkbox($field = '', $value = '', $default = FALSE) method required (line 1055) | public function required($str) method regex_match (line 1071) | public function regex_match($str, $regex) method matches (line 1085) | public function matches($str, $field) method differs (line 1101) | public function differs($str, $field) method is_unique (line 1118) | public function is_unique($str, $field) method min_length (line 1135) | public function min_length($str, $val) method max_length (line 1154) | public function max_length($str, $val) method exact_length (line 1173) | public function exact_length($str, $val) method valid_url (line 1191) | public function valid_url($str) method valid_email (line 1241) | public function valid_email($str) method valid_emails (line 1259) | public function valid_emails($str) method valid_ip (line 1286) | public function valid_ip($ip, $which = '') method alpha (line 1299) | public function alpha($str) method alpha_numeric (line 1312) | public function alpha_numeric($str) method alpha_numeric_spaces (line 1325) | public function alpha_numeric_spaces($str) method alpha_dash (line 1338) | public function alpha_dash($str) method numeric (line 1351) | public function numeric($str) method integer (line 1365) | public function integer($str) method decimal (line 1378) | public function decimal($str) method greater_than (line 1392) | public function greater_than($str, $min) method greater_than_equal_to (line 1406) | public function greater_than_equal_to($str, $min) method less_than (line 1420) | public function less_than($str, $max) method less_than_equal_to (line 1434) | public function less_than_equal_to($str, $max) method in_list (line 1448) | public function in_list($value, $list) method is_natural (line 1461) | public function is_natural($str) method is_natural_no_zero (line 1474) | public function is_natural_no_zero($str) method valid_base64 (line 1490) | public function valid_base64($str) method prep_for_form (line 1507) | public function prep_for_form($data) method prep_url (line 1535) | public function prep_url($str = '') method strip_image_tags (line 1558) | public function strip_image_tags($str) method encode_php_tags (line 1571) | public function encode_php_tags($str) method reset_validation (line 1586) | public function reset_validation() FILE: system/libraries/Ftp.php class CI_FTP (line 49) | class CI_FTP { method __construct (line 112) | public function __construct($config = array()) method initialize (line 126) | public function initialize($config = array()) method connect (line 148) | public function connect($config = array()) method _login (line 191) | protected function _login() method _is_conn (line 203) | protected function _is_conn() method changedir (line 233) | public function changedir($path, $suppress_debug = FALSE) method mkdir (line 264) | public function mkdir($path, $permissions = NULL) method upload (line 303) | public function upload($locpath, $rempath, $mode = 'auto', $permission... method download (line 357) | public function download($rempath, $locpath, $mode = 'auto') method rename (line 399) | public function rename($old_file, $new_file, $move = FALSE) method move (line 430) | public function move($old_file, $new_file) method delete_file (line 443) | public function delete_file($filepath) method delete_dir (line 474) | public function delete_dir($filepath) method chmod (line 520) | public function chmod($path, $perm) method list_files (line 548) | public function list_files($path = '.') method mirror (line 569) | public function mirror($locpath, $rempath) method _getext (line 616) | protected function _getext($filename) method _settype (line 631) | protected function _settype($ext) method close (line 645) | public function close() method _error (line 660) | protected function _error($line) FILE: system/libraries/Image_lib.php class CI_Image_lib (line 49) | class CI_Image_lib { method __construct (line 388) | public function __construct($props = array()) method clear (line 407) | public function clear() method initialize (line 450) | public function initialize($props = array()) method resize (line 672) | public function resize() method crop (line 688) | public function crop() method rotate (line 704) | public function rotate() method image_process_gd (line 749) | public function image_process_gd($action = 'resize') method image_process_imagemagick (line 850) | public function image_process_imagemagick($action = 'resize') method image_process_netpbm (line 920) | public function image_process_netpbm($action = 'resize') method image_rotate_gd (line 1005) | public function image_rotate_gd() method image_mirror_gd (line 1051) | public function image_mirror_gd() method watermark (line 1130) | public function watermark() method overlay_watermark (line 1142) | public function overlay_watermark() method text_watermark (line 1256) | public function text_watermark() method image_create_gd (line 1431) | public function image_create_gd($path = '', $image_type = '') method image_save_gd (line 1486) | public function image_save_gd($resource) method image_display_gd (line 1546) | public function image_display_gd($resource) method image_reproportion (line 1580) | public function image_reproportion() method get_image_properties (line 1632) | public function get_image_properties($path = '', $return = FALSE) method size_calculator (line 1691) | public function size_calculator($vals) method explode_name (line 1740) | public function explode_name($source_image) method gd_loaded (line 1755) | public function gd_loaded() method gd_version (line 1775) | public function gd_version() method set_error (line 1794) | public function set_error($msg) method display_errors (line 1825) | public function display_errors($open = '

', $close = '

') FILE: system/libraries/Javascript.php class CI_Javascript (line 50) | class CI_Javascript { method __construct (line 67) | public function __construct($params = array()) method blur (line 104) | public function blur($element = 'this', $js = '') method change (line 120) | public function change($element = 'this', $js = '') method click (line 137) | public function click($element = 'this', $js = '', $ret_false = TRUE) method dblclick (line 153) | public function dblclick($element = 'this', $js = '') method error (line 169) | public function error($element = 'this', $js = '') method focus (line 185) | public function focus($element = 'this', $js = '') method hover (line 202) | public function hover($element = 'this', $over = '', $out = '') method keydown (line 218) | public function keydown($element = 'this', $js = '') method keyup (line 234) | public function keyup($element = 'this', $js = '') method load (line 250) | public function load($element = 'this', $js = '') method mousedown (line 266) | public function mousedown($element = 'this', $js = '') method mouseout (line 282) | public function mouseout($element = 'this', $js = '') method mouseover (line 298) | public function mouseover($element = 'this', $js = '') method mouseup (line 314) | public function mouseup($element = 'this', $js = '') method output (line 329) | public function output($js) method ready (line 344) | public function ready($js) method resize (line 360) | public function resize($element = 'this', $js = '') method scroll (line 376) | public function scroll($element = 'this', $js = '') method unload (line 392) | public function unload($element = 'this', $js = '') method addClass (line 410) | public function addClass($element = 'this', $class = '') method animate (line 428) | public function animate($element = 'this', $params = array(), $speed =... method fadeIn (line 445) | public function fadeIn($element = 'this', $speed = '', $callback = '') method fadeOut (line 462) | public function fadeOut($element = 'this', $speed = '', $callback = '') method slideUp (line 478) | public function slideUp($element = 'this', $speed = '', $callback = '') method removeClass (line 495) | public function removeClass($element = 'this', $class = '') method slideDown (line 512) | public function slideDown($element = 'this', $speed = '', $callback = '') method slideToggle (line 529) | public function slideToggle($element = 'this', $speed = '', $callback ... method hide (line 547) | public function hide($element = 'this', $speed = '', $callback = '') method toggle (line 562) | public function toggle($element = 'this') method toggleClass (line 579) | public function toggleClass($element = 'this', $class = '') method show (line 596) | public function show($element = 'this', $speed = '', $callback = '') method compile (line 612) | public function compile($view_var = 'script_foot', $script_tags = TRUE) method clear_compile (line 626) | public function clear_compile() method external (line 642) | public function external($external_file = '', $relative = FALSE) method inline (line 680) | public function inline($script, $cdata = TRUE) method _open_script (line 697) | protected function _open_script($src = '') method _close_script (line 713) | protected function _close_script($extra = "\n") method update (line 732) | public function update($element = 'this', $speed = '', $callback = '') method generate_json (line 748) | public function generate_json($result = NULL, $match_array_type = FALSE) method _is_associative_array (line 812) | protected function _is_associative_array($arr) method _prep_args (line 836) | protected function _prep_args($result, $is_key = FALSE) FILE: system/libraries/Javascript/Jquery.php class CI_Jquery (line 49) | class CI_Jquery extends CI_Javascript { method __construct (line 108) | public function __construct($params) method _blur (line 134) | protected function _blur($element = 'this', $js = '') method _change (line 150) | protected function _change($element = 'this', $js = '') method _click (line 167) | protected function _click($element = 'this', $js = '', $ret_false = TRUE) method _dblclick (line 190) | protected function _dblclick($element = 'this', $js = '') method _error (line 206) | protected function _error($element = 'this', $js = '') method _focus (line 222) | protected function _focus($element = 'this', $js = '') method _hover (line 239) | protected function _hover($element = 'this', $over = '', $out = '') method _keydown (line 259) | protected function _keydown($element = 'this', $js = '') method _keyup (line 275) | protected function _keyup($element = 'this', $js = '') method _load (line 291) | protected function _load($element = 'this', $js = '') method _mousedown (line 307) | protected function _mousedown($element = 'this', $js = '') method _mouseout (line 323) | protected function _mouseout($element = 'this', $js = '') method _mouseover (line 339) | protected function _mouseover($element = 'this', $js = '') method _mouseup (line 355) | protected function _mouseup($element = 'this', $js = '') method _output (line 370) | protected function _output($array_js = array()) method _resize (line 394) | protected function _resize($element = 'this', $js = '') method _scroll (line 410) | protected function _scroll($element = 'this', $js = '') method _unload (line 426) | protected function _unload($element = 'this', $js = '') method _addClass (line 444) | protected function _addClass($element = 'this', $class = '') method _animate (line 463) | protected function _animate($element = 'this', $params = array(), $spe... method _fadeIn (line 502) | protected function _fadeIn($element = 'this', $speed = '', $callback =... method _fadeOut (line 527) | protected function _fadeOut($element = 'this', $speed = '', $callback ... method _hide (line 552) | protected function _hide($element = 'this', $speed = '', $callback = '') method _removeClass (line 576) | protected function _removeClass($element = 'this', $class = '') method _slideUp (line 594) | protected function _slideUp($element = 'this', $speed = '', $callback ... method _slideDown (line 619) | protected function _slideDown($element = 'this', $speed = '', $callbac... method _slideToggle (line 644) | protected function _slideToggle($element = 'this', $speed = '', $callb... method _toggle (line 667) | protected function _toggle($element = 'this') method _toggleClass (line 684) | protected function _toggleClass($element = 'this', $class = '') method _show (line 702) | protected function _show($element = 'this', $speed = '', $callback = '') method _updater (line 729) | protected function _updater($container = 'this', $controller = '', $op... method _zebraTables (line 770) | protected function _zebraTables($class = '', $odd = 'odd', $hover = '') method corner (line 797) | public function corner($element = '', $corner_style = '') method modal (line 821) | public function modal($src, $relative = FALSE) method effect (line 837) | public function effect($src, $relative = FALSE) method plugin (line 853) | public function plugin($src, $relative = FALSE) method ui (line 869) | public function ui($src, $relative = FALSE) method sortable (line 885) | public function sortable($element, $options = array()) method tablesorter (line 913) | public function tablesorter($table = '', $options = '') method _add_event (line 932) | protected function _add_event($element, $js, $event) method _compile (line 956) | protected function _compile($view_var = 'script_foot', $script_tags = ... method _clear_compile (line 987) | protected function _clear_compile() method _document_ready (line 1002) | protected function _document_ready($js) method script (line 1023) | public function script($library_src = '', $relative = FALSE) method _prep_element (line 1042) | protected function _prep_element($element) method _validate_speed (line 1062) | protected function _validate_speed($speed) FILE: system/libraries/Migration.php class CI_Migration (line 52) | class CI_Migration { method __construct (line 116) | public function __construct($config = array()) method version (line 196) | public function version($target_version) method latest (line 333) | public function latest() method current (line 357) | public function current() method error_string (line 369) | public function error_string() method find_migrations (line 381) | public function find_migrations() method _get_migration_number (line 418) | protected function _get_migration_number($migration) method _get_migration_name (line 432) | protected function _get_migration_name($migration) method _get_version (line 446) | protected function _get_version() method _update_version (line 460) | protected function _update_version($migration) method __get (line 475) | public function __get($var) FILE: system/libraries/Pagination.php class CI_Pagination (line 49) | class CI_Pagination { method __construct (line 330) | public function __construct($params = array()) method initialize (line 354) | public function initialize(array $params = array()) method create_links (line 399) | public function create_links() method _parse_attributes (line 666) | protected function _parse_attributes($attributes) method _attr_rel (line 690) | protected function _attr_rel($type) FILE: system/libraries/Parser.php class CI_Parser (line 49) | class CI_Parser { method __construct (line 79) | public function __construct() method parse (line 98) | public function parse($template, $data, $return = FALSE) method parse_string (line 118) | public function parse_string($template, $data, $return = FALSE) method _parse (line 136) | protected function _parse($template, $data, $return = FALSE) method set_delimiters (line 174) | public function set_delimiters($l = '{', $r = '}') method _parse_single (line 190) | protected function _parse_single($key, $val, $string) method _parse_pair (line 207) | protected function _parse_pair($variable, $data, $string) FILE: system/libraries/Profiler.php function set_sections (line 126) | function set_sections($config) FILE: system/libraries/Session/Session.php class CI_Session (line 49) | class CI_Session { method __construct (line 69) | public function __construct(array $params = array()) method _ci_load_classes (line 189) | protected function _ci_load_classes($driver) method _configure (line 261) | protected function _configure(&$params) method _ci_init_vars (line 332) | protected function _ci_init_vars() method mark_as_flash (line 369) | public function mark_as_flash($key) method get_flash_keys (line 406) | public function get_flash_keys() method unmark_flash (line 430) | public function unmark_flash($key) method mark_as_temp (line 462) | public function mark_as_temp($key, $ttl = 300) method get_temp_keys (line 514) | public function get_temp_keys() method unmark_temp (line 538) | public function unmark_temp($key) method __get (line 569) | public function __get($key) method __isset (line 593) | public function __isset($key) method __set (line 612) | public function __set($key, $value) method sess_destroy (line 626) | public function sess_destroy() method sess_regenerate (line 641) | public function sess_regenerate($destroy = FALSE) method get_userdata (line 656) | public function &get_userdata() method userdata (line 671) | public function userdata($key = NULL) method set_userdata (line 711) | public function set_userdata($data, $value = NULL) method unset_userdata (line 736) | public function unset_userdata($key) method all_userdata (line 760) | public function all_userdata() method has_userdata (line 775) | public function has_userdata($key) method flashdata (line 790) | public function flashdata($key = NULL) method set_flashdata (line 823) | public function set_flashdata($data, $value = NULL) method keep_flashdata (line 839) | public function keep_flashdata($key) method tempdata (line 854) | public function tempdata($key = NULL) method set_tempdata (line 888) | public function set_tempdata($data, $value = NULL, $ttl = 300) method unset_tempdata (line 904) | public function unset_tempdata($key) FILE: system/libraries/Session/SessionHandlerInterface.php type SessionHandlerInterface (line 51) | interface SessionHandlerInterface { method open (line 53) | public function open($save_path, $name); method close (line 54) | public function close(); method read (line 55) | public function read($session_id); method write (line 56) | public function write($session_id, $session_data); method destroy (line 57) | public function destroy($session_id); method gc (line 58) | public function gc($maxlifetime); FILE: system/libraries/Session/Session_driver.php class CI_Session_driver (line 49) | abstract class CI_Session_driver implements SessionHandlerInterface { method __construct (line 97) | public function __construct(&$params) method _cookie_destroy (line 123) | protected function _cookie_destroy() method _get_lock (line 148) | protected function _get_lock($session_id) method _release_lock (line 161) | protected function _release_lock() method _fail (line 186) | protected function _fail() FILE: system/libraries/Session/drivers/Session_database_driver.php class CI_Session_database_driver (line 49) | class CI_Session_database_driver extends CI_Session_driver implements Se... method __construct (line 80) | public function __construct(&$params) method open (line 129) | public function open($save_path, $name) method read (line 149) | public function read($session_id) method write (line 206) | public function write($session_id, $session_data) method close (line 278) | public function close() method destroy (line 295) | public function destroy($session_id) method gc (line 333) | public function gc($maxlifetime) method _get_lock (line 353) | protected function _get_lock($session_id) method _release_lock (line 390) | protected function _release_lock() FILE: system/libraries/Session/drivers/Session_files_driver.php class CI_Session_files_driver (line 49) | class CI_Session_files_driver extends CI_Session_driver implements Sessi... method __construct (line 87) | public function __construct(&$params) method open (line 114) | public function open($save_path, $name) method read (line 146) | public function read($session_id) method write (line 224) | public function write($session_id, $session_data) method close (line 281) | public function close() method destroy (line 304) | public function destroy($session_id) method gc (line 345) | public function gc($maxlifetime) FILE: system/libraries/Session/drivers/Session_memcached_driver.php class CI_Session_memcached_driver (line 49) | class CI_Session_memcached_driver extends CI_Session_driver implements S... method __construct (line 80) | public function __construct(&$params) method open (line 106) | public function open($save_path, $name) method read (line 161) | public function read($session_id) method write (line 187) | public function write($session_id, $session_data) method close (line 245) | public function close() method destroy (line 272) | public function destroy($session_id) method gc (line 294) | public function gc($maxlifetime) method _get_lock (line 310) | protected function _get_lock($session_id) method _release_lock (line 366) | protected function _release_lock() FILE: system/libraries/Session/drivers/Session_redis_driver.php class CI_Session_redis_driver (line 49) | class CI_Session_redis_driver extends CI_Session_driver implements Sessi... method __construct (line 87) | public function __construct(&$params) method open (line 130) | public function open($save_path, $name) method read (line 169) | public function read($session_id) method write (line 200) | public function write($session_id, $session_data) method close (line 250) | public function close() method destroy (line 286) | public function destroy($session_id) method gc (line 312) | public function gc($maxlifetime) method _get_lock (line 328) | protected function _get_lock($session_id) method _release_lock (line 383) | protected function _release_lock() FILE: system/libraries/Table.php class CI_Table (line 51) | class CI_Table { method __construct (line 115) | public function __construct($config = array()) method set_template (line 134) | public function set_template($template) method set_heading (line 155) | public function set_heading($args = array()) method make_columns (line 173) | public function make_columns($array = array(), $col_limit = 0) method set_empty (line 219) | public function set_empty($value) method add_row (line 235) | public function add_row($args = array()) method _prep_args (line 251) | protected function _prep_args($args) method set_caption (line 277) | public function set_caption($caption) method generate (line 290) | public function generate($table_data = NULL) method clear (line 424) | public function clear() method _set_from_db_result (line 440) | protected function _set_from_db_result($object) method _set_from_array (line 462) | protected function _set_from_array($data) method _compile_template (line 482) | protected function _compile_template() method _default_template (line 507) | protected function _default_template() FILE: system/libraries/Trackback.php class CI_Trackback (line 51) | class CI_Trackback { method __construct (line 104) | public function __construct() method send (line 117) | public function send($tb_data) method receive (line 191) | public function receive() method send_error (line 240) | public function send_error($message = 'Incomplete Information') method send_success (line 255) | public function send_success() method data (line 268) | public function data($item) method process (line 285) | public function process($url, $data) method extract_urls (line 347) | public function extract_urls($urls) method validate_url (line 369) | public function validate_url(&$url) method get_id (line 387) | public function get_id($url) method convert_xml (line 428) | public function convert_xml($str) method limit_characters (line 453) | public function limit_characters($str, $n = 500, $end_char = '…') method convert_ascii (line 489) | public function convert_ascii($str) method set_error (line 536) | public function set_error($msg) method display_errors (line 551) | public function display_errors($open = '

', $close = '

') FILE: system/libraries/Typography.php class CI_Typography (line 49) | class CI_Typography { method auto_typography (line 108) | public function auto_typography($str, $reduce_linebreaks = FALSE) method format_characters (line 293) | public function format_characters($str) method _format_newlines (line 356) | protected function _format_newlines($str) method _protect_characters (line 396) | protected function _protect_characters($match) method nl2br_except_pre (line 409) | public function nl2br_except_pre($str) FILE: system/libraries/Unit_test.php class CI_Unit_test (line 51) | class CI_Unit_test { method __construct (line 112) | public function __construct() method set_test_items (line 127) | public function set_test_items($items) method run (line 148) | public function run($test, $expected = TRUE, $test_name = 'undefined',... method report (line 194) | public function report($result = array()) method use_strict (line 244) | public function use_strict($state = TRUE) method active (line 259) | public function active($state = TRUE) method result (line 274) | public function result($results = array()) method set_template (line 321) | public function set_template($template) method _backtrace (line 335) | protected function _backtrace() method _default_template (line 351) | protected function _default_template() method _parse_template (line 368) | protected function _parse_template() function is_true (line 393) | function is_true($test) function is_false (line 404) | function is_false($test) FILE: system/libraries/Upload.php class CI_Upload (line 49) | class CI_Upload { method __construct (line 292) | public function __construct($config = array()) method initialize (line 311) | public function initialize(array $config = array(), $reset = TRUE) method do_upload (line 374) | public function do_upload($field = 'userfile') method data (line 597) | public function data($index = NULL) method set_upload_path (line 632) | public function set_upload_path($path) method set_filename (line 652) | public function set_filename($path, $filename) method set_max_filesize (line 695) | public function set_max_filesize($n) method set_max_size (line 712) | protected function set_max_size($n) method set_max_filename (line 725) | public function set_max_filename($n) method set_max_width (line 739) | public function set_max_width($n) method set_max_height (line 753) | public function set_max_height($n) method set_min_width (line 767) | public function set_min_width($n) method set_min_height (line 781) | public function set_min_height($n) method set_allowed_types (line 795) | public function set_allowed_types($types) method set_image_properties (line 813) | public function set_image_properties($path = '') method set_xss_clean (line 842) | public function set_xss_clean($flag = FALSE) method is_image (line 855) | public function is_image() method is_allowed_filetype (line 885) | public function is_allowed_filetype($ignore_mime = FALSE) method is_allowed_filesize (line 933) | public function is_allowed_filesize() method is_allowed_dimensions (line 945) | public function is_allowed_dimensions() method validate_upload_path (line 989) | public function validate_upload_path() method get_extension (line 1026) | public function get_extension($filename) method limit_filename_length (line 1048) | public function limit_filename_length($filename, $length) method do_xss_clean (line 1077) | public function do_xss_clean() method set_error (line 1140) | public function set_error($msg, $log_level = 'error') method display_errors (line 1164) | public function display_errors($open = '

', $close = '

') method _prep_filename (line 1182) | protected function _prep_filename($filename) method _file_mime_type (line 1205) | protected function _file_mime_type($file) FILE: system/libraries/User_agent.php class CI_User_agent (line 51) | class CI_User_agent { method __construct (line 174) | public function __construct() method _load_agent_file (line 194) | protected function _load_agent_file() method _compile_data (line 252) | protected function _compile_data() method _set_platform (line 272) | protected function _set_platform() method _set_browser (line 297) | protected function _set_browser() method _set_robot (line 324) | protected function _set_robot() method _set_mobile (line 350) | protected function _set_mobile() method _set_languages (line 375) | protected function _set_languages() method _set_charsets (line 395) | protected function _set_charsets() method is_browser (line 416) | public function is_browser($key = NULL) method is_robot (line 441) | public function is_robot($key = NULL) method is_mobile (line 466) | public function is_mobile($key = NULL) method is_referral (line 490) | public function is_referral() method agent_string (line 517) | public function agent_string() method platform (line 529) | public function platform() method browser (line 541) | public function browser() method version (line 553) | public function version() method robot (line 565) | public function robot() method mobile (line 576) | public function mobile() method referrer (line 588) | public function referrer() method languages (line 600) | public function languages() method charsets (line 617) | public function charsets() method accept_lang (line 635) | public function accept_lang($lang = 'en') method accept_charset (line 648) | public function accept_charset($charset = 'utf-8') method parse (line 661) | public function parse($string) FILE: system/libraries/Xmlrpc.php class CI_Xmlrpc (line 56) | class CI_Xmlrpc { method __construct (line 264) | public function __construct($config = array()) method initialize (line 328) | public function initialize($config = array()) method server (line 353) | public function server($url, $port = 80, $proxy = FALSE, $proxy_port =... method timeout (line 385) | public function timeout($seconds = 5) method method (line 401) | public function method($function) method request (line 414) | public function request($incoming) method set_debug (line 438) | public function set_debug($flag = TRUE) method values_parsing (line 451) | public function values_parsing($value) method send_request (line 487) | public function send_request() method display_error (line 509) | public function display_error() method display_response (line 521) | public function display_response() method send_error_message (line 535) | public function send_error_message($number, $message) method send_response (line 548) | public function send_response($response) class XML_RPC_Client (line 564) | class XML_RPC_Client extends CI_Xmlrpc method __construct (line 656) | public function __construct($path, $server, $port = 80, $proxy = FALSE... method send (line 683) | public function send($msg) method sendPayload (line 702) | public function sendPayload($msg) class XML_RPC_Response (line 786) | class XML_RPC_Response method __construct (line 834) | public function __construct($val, $code = 0, $fstr = '') method faultCode (line 863) | public function faultCode() method faultString (line 875) | public function faultString() method value (line 887) | public function value() method prepare_response (line 899) | public function prepare_response() method decode (line 929) | public function decode($array = NULL) method xmlrpc_decoder (line 972) | public function xmlrpc_decoder($xmlrpc_val) method iso8601_decode (line 1014) | public function iso8601_decode($time, $utc = FALSE) class XML_RPC_Message (line 1035) | class XML_RPC_Message extends CI_Xmlrpc method __construct (line 1075) | public function __construct($method, $pars = FALSE) method createPayload (line 1097) | public function createPayload() method parseResponse (line 1121) | public function parseResponse($fp) method open_tag (line 1281) | public function open_tag($the_parser, $name) method closing_tag (line 1382) | public function closing_tag($the_parser, $name) method character_data (line 1516) | public function character_data($the_parser, $data) method addParam (line 1547) | public function addParam($par) method output_parameters (line 1560) | public function output_parameters(array $array = array()) method decode_message (line 1610) | public function decode_message($param) class XML_RPC_Values (line 1654) | class XML_RPC_Values extends CI_Xmlrpc method __construct (line 1679) | public function __construct($val = -1, $type = '') method addScalar (line 1711) | public function addScalar($val, $type = 'string') method addArray (line 1757) | public function addArray($vals) method addStruct (line 1778) | public function addStruct($vals) method kindOf (line 1797) | public function kindOf() method serializedata (line 1817) | public function serializedata($typ, $val) method serialize_class (line 1873) | public function serialize_class() method serializeval (line 1886) | public function serializeval($o) method scalarval (line 1902) | public function scalarval() method iso8601_encode (line 1918) | public function iso8601_encode($time, $utc = FALSE) FILE: system/libraries/Xmlrpcs.php class CI_Xmlrpcs (line 61) | class CI_Xmlrpcs extends CI_Xmlrpc { method __construct (line 97) | public function __construct($config = array()) method initialize (line 118) | public function initialize($config = array()) method set_system_methods (line 148) | public function set_system_methods() method serve (line 177) | public function serve() method add_to_map (line 198) | public function add_to_map($methodname, $function, $sig, $doc) method parseRequest (line 215) | public function parseRequest($data = '') method _execute (line 316) | protected function _execute($m) method listMethods (line 424) | public function listMethods($m) method methodSignature (line 451) | public function methodSignature($m) method methodHelp (line 491) | public function methodHelp($m) method multicall (line 516) | public function multicall($m) method multicall_error (line 557) | public function multicall_error($err) method do_multicall (line 576) | public function do_multicall($call) FILE: system/libraries/Zip.php class CI_Zip (line 55) | class CI_Zip { method __construct (line 113) | public function __construct() method add_dir (line 129) | public function add_dir($directory) method _get_mod_time (line 153) | protected function _get_mod_time($dir) method _add_dir (line 174) | protected function _add_dir($dir, $file_mtime, $file_mdate) method add_data (line 226) | public function add_data($filepath, $data = NULL) method _add_data (line 254) | protected function _add_data($filepath, $data, $file_mtime, $file_mdate) method read_file (line 305) | public function read_file($path, $archive_filepath = FALSE) method read_dir (line 344) | public function read_dir($path, $preserve_filepath = TRUE, $root_path ... method get_zip (line 392) | public function get_zip() method archive (line 419) | public function archive($filepath) method download (line 450) | public function download($filename = 'backup.zip') method clear_data (line 474) | public function clear_data()