\

Namespaces

test

Classes

Admin_log 日志管理
admin_log_model Class admin_log_model
Admin_node 权限节点管理
Admin_node_group_model 节点分类管理类 Class Admin_node_group_model
Admin_node_model CodeIgniter Model Class 扩展model类,加入缓存方法
Admin_role 后台角色管理
Admin_role_model 后台角色模型
Admin_user 后台用户管理 2013年8月6日15:27:07 袁吉
admin_user_model Created by JetBrains PhpStorm.
Auth 验证相关类 此类将会错加密处理
CI_Benchmark CodeIgniter Benchmark Class
CI_Cache CodeIgniter Caching Class
CI_Cache CodeIgniter Caching Class
CI_Cache_apc CodeIgniter APC Caching Class
CI_Cache_dummy CodeIgniter Dummy Caching Class
CI_Cache_file CodeIgniter Memcached Caching Class
CI_Cache_memcached CodeIgniter Memcached Caching Class
CI_Cache_redis CodeIgniter Redis Caching Class
CI_Calendar CodeIgniter Calendar Class
CI_Cart Shopping Cart Class
CI_Config CodeIgniter Config Class
CI_Controller CodeIgniter Application Controller Class
CI_Controller
CI_DB_active_record Active Record Class
CI_DB_Cache Database Cache Class
CI_DB_cubrid_driver CUBRID Database Adapter Class
CI_DB_cubrid_forge CUBRID Forge Class
CI_DB_cubrid_result CUBRID Result Class
CI_DB_cubrid_utility CUBRID Utility Class
CI_DB_driver Database Driver Class
CI_DB_forge Database Utility Class
CI_DB_mssql_driver MS SQL Database Adapter Class
CI_DB_mssql_forge MS SQL Forge Class
CI_DB_mssql_result MS SQL Result Class
CI_DB_mssql_utility MS SQL Utility Class
CI_DB_mysql_driver MySQL Database Adapter Class
CI_DB_mysql_forge MySQL Forge Class
CI_DB_mysql_result MySQL Result Class
CI_DB_mysql_utility MySQL Utility Class
CI_DB_mysqli_driver MySQLi Database Adapter Class - MySQLi only works with PHP 5
CI_DB_mysqli_forge MySQLi Forge Class
CI_DB_mysqli_result MySQLi Result Class
CI_DB_mysqli_utility MySQLi Utility Class
CI_DB_oci8_driver oci8 Database Adapter Class
CI_DB_oci8_forge Oracle Forge Class
CI_DB_oci8_result oci8 Result Class
CI_DB_oci8_utility Oracle Utility Class
CI_DB_odbc_driver ODBC Database Adapter Class
CI_DB_odbc_forge ODBC Forge Class
CI_DB_odbc_result ODBC Result Class
CI_DB_odbc_utility ODBC Utility Class
CI_DB_pdo_driver PDO Database Adapter Class
CI_DB_pdo_forge PDO Forge Class
CI_DB_pdo_result PDO Result Class
CI_DB_pdo_utility PDO Utility Class
CI_DB_postgre_driver Postgre Database Adapter Class
CI_DB_postgre_forge Postgre Forge Class
CI_DB_postgre_result Postgres Result Class
CI_DB_postgre_utility Postgre Utility Class
CI_DB_result Database Result Class
CI_DB_sqlite_driver SQLite Database Adapter Class
CI_DB_sqlite_forge SQLite Forge Class
CI_DB_sqlite_result SQLite Result Class
CI_DB_sqlite_utility SQLite Utility Class
CI_DB_sqlsrv_driver SQLSRV Database Adapter Class
CI_DB_sqlsrv_forge SQLSRV Forge Class
CI_DB_sqlsrv_result SQLSRV Result Class
CI_DB_sqlsrv_utility SQLSRV Utility Class
CI_DB_utility Database Utility Class
CI_Driver CodeIgniter Driver Class
CI_Driver_Library CodeIgniter Driver Library Class
CI_Email CodeIgniter Email Class
CI_Encrypt CodeIgniter Encryption Class
CI_Exceptions Exceptions Class
CI_Form_validation Form Validation Class
CI_FTP FTP Class
CI_Hooks CodeIgniter Hooks Class
CI_Image_lib Image Manipulation class
CI_Input Input Class
CI_Javascript Javascript Class
CI_Jquery Jquery Class
CI_Lang Language Class
CI_Loader Loader Class
CI_Log Logging Class
CI_Migration Migration Class
CI_Model
CI_Model CodeIgniter Model Class
CI_Output Output Class
CI_Pagination Pagination Class
CI_Parser Parser Class
CI_Profiler CodeIgniter Profiler Class
CI_Router Router Class
CI_Security Security Class
CI_Session Session Class
CI_SHA1 SHA1 Encoding Class
CI_Table HTML Table Generating Class
CI_Trackback Trackback Class
CI_Typography Typography Class
CI_Unit_test Unit Testing Class
CI_Upload File Uploading Class
CI_URI URI Class
CI_User_agent User Agent Class
CI_Utf8 Utf8 Class
CI_Xmlrpc XML-RPC request handler class
CI_Xmlrpcs XML-RPC server class
CI_Zip Zip Compression Class
Configs 配置管理公共管累 2013年8月6日15:27:07 yuanji
curl
CurlTool
File_manager 文件管理
Login
Main 后台首页
region_model 地区模型 User: fenglangyj DateTime: 2013-10-11 11:10:37 To change this template use File | Settings | File Templates.
SDF_Controller 后台操作公共控制器
SDF_Exceptions Exceptions Class
sdf_gii 模块生成器
Sdf_gii_model Created by JetBrains PhpStorm.
SDF_Model CodeIgniter Model Class 扩展model类,加入缓存方法
soft_model Created by JetBrains PhpStorm.
Soft_model Class Soft_model
Soft_version_model CodeIgniter Model Class 扩展model类,加入缓存方法
XML_RPC_Client XML-RPC Client class
XML_RPC_Message XML-RPC Message class
XML_RPC_Response XML-RPC Response class
XML_RPC_Values XML-RPC Values class

Constants

__URL__

__URL__ = base_url($this->D . $this->C)

APPPATH

APPPATH = BASEPATH . $application_folder . '/'

BASEPATH

BASEPATH = str_replace("\\", "/", $system_path)

CI_CORE

CI_CORE = FALSE : boolean

CodeIgniter Branch (Core = TRUE, Reactor = FALSE)

CI_VERSION

CI_VERSION = '2.1.4' : string

CodeIgniter Version

DIR_READ_MODE

DIR_READ_MODE = 493

DIR_WRITE_MODE

DIR_WRITE_MODE = 511

ENVIRONMENT

ENVIRONMENT = 'development'

EXT

EXT = '.php'

FCPATH

FCPATH = str_replace(SELF, '', __FILE__)

FILE_READ_MODE

FILE_READ_MODE = 420

FILE_WRITE_MODE

FILE_WRITE_MODE = 438

FOPEN_READ

FOPEN_READ = 'rb'

FOPEN_READ_WRITE

FOPEN_READ_WRITE = 'r+b'

FOPEN_READ_WRITE_CREATE

FOPEN_READ_WRITE_CREATE = 'a+b'

FOPEN_READ_WRITE_CREATE_DESTRUCTIVE

FOPEN_READ_WRITE_CREATE_DESTRUCTIVE = 'w+b'

FOPEN_READ_WRITE_CREATE_STRICT

FOPEN_READ_WRITE_CREATE_STRICT = 'x+b'

FOPEN_WRITE_CREATE

FOPEN_WRITE_CREATE = 'ab'

FOPEN_WRITE_CREATE_DESTRUCTIVE

FOPEN_WRITE_CREATE_DESTRUCTIVE = 'wb'

FOPEN_WRITE_CREATE_STRICT

FOPEN_WRITE_CREATE_STRICT = 'xb'

IS_AJAX

IS_AJAX = isset($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest' ? true : false

MB_ENABLED

MB_ENABLED = FALSE

SELF

SELF = pathinfo(__FILE__, PATHINFO_BASENAME)

SYSDIR

SYSDIR = trim(strrchr(trim(BASEPATH, '/'), '/'), '/')

UTF8_ENABLED

UTF8_ENABLED = FALSE

Functions

_attributes_to_string()

_attributes_to_string(  $attributes,   $formtag = FALSE) 

Parameters

$attributes
$formtag

_exception_handler()

_exception_handler(  $severity,   $message,   $filepath,   $line) 

Parameters

$severity
$message
$filepath
$line

_get_smiley_array()

_get_smiley_array() 

_get_validation_object()

_get_validation_object() 

_list()

_list(  $type = 'ul',   $list,   $attributes = '',   $depth) 

Parameters

$type
$list
$attributes
$depth

_parse_attributes()

_parse_attributes(  $attributes,   $javascript = FALSE) 

Parameters

$attributes
$javascript

_parse_form_attributes()

_parse_form_attributes(  $attributes,   $default) 

Parameters

$attributes
$default

alternator()

alternator() 

anchor()

anchor(  $uri = '',   $title = '',   $attributes = '') 

Parameters

$uri
$title
$attributes

anchor_popup()

anchor_popup(  $uri = '',   $title = '',   $attributes = FALSE) 

Parameters

$uri
$title
$attributes

ascii_to_entities()

ascii_to_entities(  $str) 

Parameters

$str

auto_link()

auto_link(  $str,   $type = 'both',   $popup = FALSE) 

Parameters

$str
$type
$popup

auto_typography()

auto_typography(  $str,   $strip_js_event_handlers = TRUE,   $reduce_linebreaks = FALSE) 

Parameters

$str
$strip_js_event_handlers
$reduce_linebreaks

base_url()

base_url(  $uri = '') 

Parameters

$uri

br()

br(  $num = 1) 

Parameters

$num

byte_format()

byte_format(  $num,   $precision = 1) 

Parameters

$num
$precision

camelize()

camelize(  $str) 

Parameters

$str

character_limiter()

character_limiter(  $str,   $n = 500,   $end_char = '…') 

Parameters

$str
$n
$end_char

config_item()

config_item(  $item) 

Parameters

$item

convert_accented_characters()

convert_accented_characters(  $str) 

Parameters

$str

create_captcha()

create_captcha(  $data = '',   $img_path = '',   $img_url = '',   $font_path = '') 

Parameters

$data
$img_path
$img_url
$font_path

create_captcha()

create_captcha(  $data = '',   $img_path = '',   $img_url = '',   $font_path = '') 

Parameters

$data
$img_path
$img_url
$font_path

current_url()

current_url() 

days_in_month()

days_in_month(  $month,   $year = '') 

Parameters

$month
$year

DB()

DB(  $params = '',   $active_record_override = NULL) 

Initialize the database

Parameters

$params
$active_record_override

delete_cookie()

delete_cookie(  $name = '',   $domain = '',   $path = '/',   $prefix = '') 

Parameters

$name
$domain
$path
$prefix

delete_files()

delete_files(  $path,   $del_dir = FALSE,   $level) 

Parameters

$path
$del_dir
$level

directory_map()

directory_map(  $source_dir,   $directory_depth,   $hidden = FALSE) 

Parameters

$source_dir
$directory_depth
$hidden

do_hash()

do_hash(  $str,   $type = 'sha1') 

Parameters

$str
$type

doctype()

doctype(  $type = 'xhtml1-strict') 

Parameters

$type

element()

element(  $item,   $array,   $default = FALSE) 

Parameters

$item
$array
$default

elements()

elements(  $items,   $array,   $default = FALSE) 

Parameters

$items
$array
$default

ellipsize()

ellipsize(  $str,   $max_length,   $position = 1,   $ellipsis = '…') 

Parameters

$str
$max_length
$position
$ellipsis

encode_php_tags()

encode_php_tags(  $str) 

Parameters

$str

entities_to_ascii()

entities_to_ascii(  $str,   $all = TRUE) 

Parameters

$str
$all

entity_decode()

entity_decode(  $str,   $charset = 'UTF-8') 

Parameters

$str
$charset

force_download()

force_download(  $filename = '',   $data = '') 

Parameters

$filename
$data

form_button()

form_button(  $data = '',   $content = '',   $extra = '') 

Parameters

$data
$content
$extra

form_checkbox()

form_checkbox(  $data = '',   $value = '',   $checked = FALSE,   $extra = '') 

Parameters

$data
$value
$checked
$extra

form_close()

form_close(  $extra = '') 

Parameters

$extra

form_dropdown()

form_dropdown(  $name = '',   $options = array(),   $selected = array(),   $extra = '') 

Parameters

$name
$options
$selected
$extra

form_error()

form_error(  $field = '',   $prefix = '',   $suffix = '') 

Parameters

$field
$prefix
$suffix

form_fieldset()

form_fieldset(  $legend_text = '',   $attributes = array()) 

Parameters

$legend_text
$attributes

form_fieldset_close()

form_fieldset_close(  $extra = '') 

Parameters

$extra

form_hidden()

form_hidden(  $name,   $value = '',   $recursing = FALSE) 

Parameters

$name
$value
$recursing

form_input()

form_input(  $data = '',   $value = '',   $extra = '') 

Parameters

$data
$value
$extra

form_label()

form_label(  $label_text = '',   $id = '',   $attributes = array()) 

Parameters

$label_text
$id
$attributes

form_multiselect()

form_multiselect(  $name = '',   $options = array(),   $selected = array(),   $extra = '') 

Parameters

$name
$options
$selected
$extra

form_open()

form_open(  $action = '',   $attributes = '',   $hidden = array()) 

Parameters

$action
$attributes
$hidden

form_open_multipart()

form_open_multipart(  $action = '',   $attributes = array(),   $hidden = array()) 

Parameters

$action
$attributes
$hidden

form_password()

form_password(  $data = '',   $value = '',   $extra = '') 

Parameters

$data
$value
$extra

form_prep()

form_prep(  $str = '',   $field_name = '') 

Parameters

$str
$field_name

form_radio()

form_radio(  $data = '',   $value = '',   $checked = FALSE,   $extra = '') 

Parameters

$data
$value
$checked
$extra

form_reset()

form_reset(  $data = '',   $value = '',   $extra = '') 

Parameters

$data
$value
$extra

form_submit()

form_submit(  $data = '',   $value = '',   $extra = '') 

Parameters

$data
$value
$extra

form_textarea()

form_textarea(  $data = '',   $value = '',   $extra = '') 

Parameters

$data
$value
$extra

form_upload()

form_upload(  $data = '',   $value = '',   $extra = '') 

Parameters

$data
$value
$extra

get_clickable_smileys()

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

Parameters

$image_url
$alias
$smileys

get_config()

get_config(  $replace = array()) 

Parameters

$replace

get_cookie()

get_cookie(  $index = '',   $xss_clean = FALSE) 

Parameters

$index
$xss_clean

get_dir_file_info()

get_dir_file_info(  $source_dir,   $top_level_only = TRUE,   $_recursion = FALSE) 

Parameters

$source_dir
$top_level_only
$_recursion

get_file_info()

get_file_info(  $file,   $returned_values = array('name', 'server_path', 'size', 'date')) 

Parameters

$file
$returned_values

get_filenames()

get_filenames(  $source_dir,   $include_path = FALSE,   $_recursion = FALSE) 

Parameters

$source_dir
$include_path
$_recursion

get_instance()

get_instance() 

get_mime_by_extension()

get_mime_by_extension(  $file) 

Parameters

$file

gmt_to_local()

gmt_to_local(  $time = '',   $timezone = 'UTC',   $dst = FALSE) 

Parameters

$time
$timezone
$dst

heading()

heading(  $data = '',   $h = '1',   $attributes = '') 

Parameters

$data
$h
$attributes

highlight_code()

highlight_code(  $str) 

Parameters

$str

highlight_phrase()

highlight_phrase(  $str,   $phrase,   $tag_open = '<strong>',   $tag_close = '</strong>') 

Parameters

$str
$phrase
$tag_open
$tag_close

html_escape()

html_escape(  $var) 

Parameters

$var

human_to_unix()

human_to_unix(  $datestr = '') 

Parameters

$datestr

humanize()

humanize(  $str) 

Parameters

$str

img()

img(  $src = '',   $index_page = FALSE) 

Parameters

$src
$index_page

increment_string()

increment_string(string  $str, string  $separator = '_', string  $first = 1) : string

Add's _1 to a string or increment the ending number to allow _2, _3, etc

Parameters

string $str

required

string $separator

What should the duplicate number be appended with

string $first

Which number should be used for the first dupe increment

Returns

string

index_page()

index_page() 

is_false()

is_false(  $test) 

Parameters

$test

is_loaded()

is_loaded(  $class = '') 

Parameters

$class

is_php()

is_php(  $version = '5.0.0') 

Parameters

$version

is_really_writable()

is_really_writable(  $file) 

Parameters

$file

is_true()

is_true(  $test) : boolean

Helper functions to test boolean true/false

Parameters

$test

Returns

boolean

js_insert_smiley()

js_insert_smiley(  $form_name = '',   $form_field = '') 

Parameters

$form_name
$form_field

lang()

lang(  $line,   $id = '') 

Parameters

$line
$id

link_tag()

link_tag(  $href = '',   $rel = 'stylesheet',   $type = 'text/css',   $title = '',   $media = '',   $index_page = FALSE) 

Parameters

$href
$rel
$type
$title
$media
$index_page

load_class()

load_class(  $class,   $directory = 'libraries',   $prefix = 'CI_') 

Parameters

$class
$directory
$prefix

local_to_gmt()

local_to_gmt(  $time = '') 

Parameters

$time

log_message()

log_message(  $level = 'error',   $message,   $php_error = FALSE) 

Parameters

$level
$message
$php_error

mailto()

mailto(  $email,   $title = '',   $attributes = '') 

Parameters

$email
$title
$attributes

mdate()

mdate(  $datestr = '',   $time = '') 

Parameters

$datestr
$time

meta()

meta(  $name = '',   $content = '',   $type = 'name',   $newline = "\n") 

Parameters

$name
$content
$type
$newline

mymd5()

mymd5(  $file) 

Parameters

$file

mysql_to_unix()

mysql_to_unix(  $time = '') 

Parameters

$time

nbs()

nbs(  $num = 1) 

Parameters

$num

nl2br_except_pre()

nl2br_except_pre(  $str) 

Parameters

$str

now()

now() 

octal_permissions()

octal_permissions(  $perms) 

Parameters

$perms

ol()

ol(  $list,   $attributes = '') 

Parameters

$list
$attributes

parse_smileys()

parse_smileys(  $str = '',   $image_url = '',   $smileys = NULL) 

Parameters

$str
$image_url
$smileys

plural()

plural(  $str,   $force = FALSE) 

Parameters

$str
$force

prep_url()

prep_url(  $str = '') 

Parameters

$str

quotes_to_entities()

quotes_to_entities(  $str) 

Parameters

$str

random_element()

random_element(  $array) 

Parameters

$array

random_string()

random_string(  $type = 'alnum',   $len = 8) 

Parameters

$type
$len

read_file()

read_file(  $file) 

Parameters

$file

redirect()

redirect(  $uri = '',   $method = 'location',   $http_response_code = 302) 

Parameters

$uri
$method
$http_response_code

reduce_double_slashes()

reduce_double_slashes(  $str) 

Parameters

$str

reduce_multiples()

reduce_multiples(  $str,   $character = ',',   $trim = FALSE) 

Parameters

$str
$character
$trim

remove_invisible_characters()

remove_invisible_characters(  $str,   $url_encoded = TRUE) 

Parameters

$str
$url_encoded

repeater()

repeater(  $data,   $num = 1) 

Parameters

$data
$num

safe_mailto()

safe_mailto(  $email,   $title = '',   $attributes = '') 

Parameters

$email
$title
$attributes

sanitize_filename()

sanitize_filename(  $filename) 

Parameters

$filename

send_email()

send_email(  $recipient,   $subject = 'Test email',   $message = 'Hello World') 

Parameters

$recipient
$subject
$message

set_checkbox()

set_checkbox(  $field = '',   $value = '',   $default = FALSE) 

Parameters

$field
$value
$default

set_cookie()

set_cookie(  $name = '',   $value = '',   $expire = '',   $domain = '',   $path = '/',   $prefix = '',   $secure = FALSE) 

Parameters

$name
$value
$expire
$domain
$path
$prefix
$secure

set_radio()

set_radio(  $field = '',   $value = '',   $default = FALSE) 

Parameters

$field
$value
$default

set_realpath()

set_realpath(  $path,   $check_existance = FALSE) 

Parameters

$path
$check_existance

set_select()

set_select(  $field = '',   $value = '',   $default = FALSE) 

Parameters

$field
$value
$default

set_status_header()

set_status_header(  $code = 200,   $text = '') 

Parameters

$code
$text

set_value()

set_value(  $field = '',   $default = '') 

Parameters

$field
$default

show_404()

show_404(  $page = '',   $log_error = TRUE) 

Parameters

$page
$log_error

show_error()

show_error(  $message,   $status_code = 500,   $heading = 'An Error Was Encountered') 

Parameters

$message
$status_code
$heading

singular()

singular(  $str) 

Parameters

$str

site_url()

site_url(  $uri = '') 

Parameters

$uri

smiley_js()

smiley_js(  $alias = '',   $field_id = '',   $inline = TRUE) 

Parameters

$alias
$field_id
$inline

standard_date()

standard_date(  $fmt = 'DATE_RFC822',   $time = '') 

Parameters

$fmt
$time

strip_image_tags()

strip_image_tags(  $str) 

Parameters

$str

strip_quotes()

strip_quotes(  $str) 

Parameters

$str

strip_slashes()

strip_slashes(  $str) 

Parameters

$str

symbolic_permissions()

symbolic_permissions(  $perms) 

Parameters

$perms

timespan()

timespan(  $seconds = 1,   $time = '') 

Parameters

$seconds
$time

timezone_menu()

timezone_menu(  $default = 'UTC',   $class = "",   $name = 'timezones') 

Parameters

$default
$class
$name

timezones()

timezones(  $tz = '') 

Parameters

$tz

trim_slashes()

trim_slashes(  $str) 

Parameters

$str

ul()

ul(  $list,   $attributes = '') 

Parameters

$list
$attributes

underscore()

underscore(  $str) 

Parameters

$str

unix_to_human()

unix_to_human(  $time = '',   $seconds = FALSE,   $fmt = 'us') 

Parameters

$time
$seconds
$fmt

uri_string()

uri_string() 

url_title()

url_title(  $str,   $separator = '-',   $lowercase = FALSE) 

Parameters

$str
$separator
$lowercase

valid_email()

valid_email(  $address) 

Parameters

$address

validation_errors()

validation_errors(  $prefix = '',   $suffix = '') 

Parameters

$prefix
$suffix

word_censor()

word_censor(  $str,   $censored,   $replacement = '') 

Parameters

$str
$censored
$replacement

word_limiter()

word_limiter(  $str,   $limit = 100,   $end_char = '&#8230;') 

Parameters

$str
$limit
$end_char

word_wrap()

word_wrap(  $str,   $charlim = '76') 

Parameters

$str
$charlim

write_file()

write_file(  $path,   $data,   $mode = FOPEN_WRITE_CREATE_DESTRUCTIVE) 

Parameters

$path
$data
$mode

xml_convert()

xml_convert(  $str,   $protect_all = FALSE) 

Parameters

$str
$protect_all

xss_clean()

xss_clean(  $str,   $is_image = FALSE) 

Parameters

$str
$is_image