[CodeIgniter] element index

Package indexes

All elements
c d e f g k n o s u _
_
top
Method _flashdata_mark
PRIVATE: Internal method - marks "flash" session attributes as 'old'
Method _flashdata_sweep
PRIVATE: Internal method - removes "flash" session marked as 'old'
c
top
Variable $cookie_sent
DB_Session::$cookie_sent in DB_Session.php
d
top
Method DB_Session
DB_Session::DB_Session() in DB_Session.php
Session Constructor
Class DB_Session
DB_Session in DB_Session.php
Session Class
Page DB_Session.php
DB_Session.php in DB_Session.php
e
top
Variable $encryption
DB_Session::$encryption in DB_Session.php
f
top
Variable $flash_key
DB_Session::$flash_key in DB_Session.php
Method flashdata
DB_Session::flashdata() in DB_Session.php
Returns "flash" data for the given key.
g
top
Variable $gc_probability
DB_Session::$gc_probability in DB_Session.php
k
top
Method keep_flashdata
Keeps existing "flash" data available to next request.
n
top
Variable $now
DB_Session::$now in DB_Session.php
o
top
Variable $object
DB_Session::$object in DB_Session.php
s
top
Variable $session_table
DB_Session::$session_table in DB_Session.php
Variable $sess_cookie
DB_Session::$sess_cookie in DB_Session.php
Variable $sess_length
DB_Session::$sess_length in DB_Session.php
Method sess_create
DB_Session::sess_create() in DB_Session.php
Create a new session
Method sess_destroy
DB_Session::sess_destroy() in DB_Session.php
Destroy the current session
Method sess_gc
DB_Session::sess_gc() in DB_Session.php
Garbage collection
Method sess_read
DB_Session::sess_read() in DB_Session.php
Fetch the current session data if it exists
Method sess_run
DB_Session::sess_run() in DB_Session.php
Run the session routines
Method sess_send_cookie
Write the session cookie
Method sess_update
DB_Session::sess_update() in DB_Session.php
Update an existing session
Method set_flashdata
DB_Session::set_flashdata() in DB_Session.php
Sets "flash" data which will be available only in next request (then it will be deleted from session). You can use it to implement "Save succeeded" messages after redirect.
Method set_userdata
DB_Session::set_userdata() in DB_Session.php
Add or change data in the "userdata" array
u
top
Variable $userdata
DB_Session::$userdata in DB_Session.php
Variable $use_database
DB_Session::$use_database in DB_Session.php
Method unset_userdata
Delete a session variable from the "userdata" array
Method userdata
DB_Session::userdata() in DB_Session.php
Fetch a specific item form the session array
c d e f g k n o s u _