[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

$action
in file Action_lib.php, variable Action_lib::$action
$actions
in file Prepare_view.php, variable Prepare_view::$actions
$actions
in file Action_lib.php, variable Action_lib::$actions
$action_data
in file Action_lib.php, variable Action_lib::$action_data
$active
in file Menu.php, variable Menu::$active
$add_to_history
in file Action_lib.php, variable Action_lib::$add_to_history
$admin_action
in file Action_lib.php, variable Action_lib::$admin_action
$allowed_ugroups
in file Action_lib.php, variable Action_lib::$allowed_ugroups
$allowed_uroles
in file Action_lib.php, variable Action_lib::$allowed_uroles
$app
in file Action_lib.php, variable Action_lib::$app
$app
in file Myauth.php, variable Myauth::$app
action
in file action_title_model.php, method Action_title_model::action()
    Action Title
Action
in file action.php, class Action
    Action Class
action_breadcrumbs
in file action_helper.php, function action_breadcrumbs()
    Action Breadcrumbs
Action_lib
in file Action_lib.php, method Action_lib::Action_lib()
    Constructor
Action_lib
in file Action_lib.php, class Action_lib
    Action Class
Action_model
in file action_model.php, class Action_model
    Action Model Class
Action_model
in file action_model.php, method Action_model::Action_model()
    Constructor
action_title
in file action_helper.php, function action_title()
    Action Title
Action_title_model
in file action_title_model.php, method Action_title_model::Action_title_model()
    Constructor
Action_title_model
in file action_title_model.php, class Action_title_model
    Action Title Model Class
Action_urole_model
in file action_urole_model.php, method Action_urole_model::Action_urole_model()
    Constructor
Action_urole_model
in file action_urole_model.php, class Action_urole_model
    Action Urole Model Class
add_action
in file Prepare_view.php, method Prepare_view::add_action()
    Add action, means url
add_button
in file Prepare_view.php, method Prepare_view::add_button()
    Add button
add_col
in file Prepare_view.php, method Prepare_view::add_col()
    Add column to form or table
add_css
in file Template.php, method CI_Template::add_css()
    Dynamically include CSS in the template
add_item
in file Prepare_view.php, method Prepare_view::add_item()
    Add item
add_item2
in file Prepare_view.php, method Prepare_view::add_item2()
add_js
in file Template.php, method CI_Template::add_js()
    Dynamically include javascript in the template
add_message
in file Prepare_view.php, method Prepare_view::add_message()
    Add message
add_region
in file Template.php, method CI_Template::add_region()
    Dynamically add region to the currently set template
add_row
in file Prepare_view.php, method Prepare_view::add_row()
    Add row to form or table You can add items that was already added to cols array
add_template
in file Template.php, method CI_Template::add_template()
    Dynamically add a template and optionally switch to it
add_to_history
in file Action_lib.php, method Action_lib::add_to_history()
    Add current action in session history
alink
in file MY_url_helper.php, function alink()
    Alink
anchor_safe
in file MY_url_helper.php, function anchor_safe()
    Anchor Link
autoload.php
procedural page autoload.php
action.php
procedural page action.php
action_helper.php
procedural page action_helper.php
Action_lib.php
procedural page Action_lib.php
action_model.php
procedural page action_model.php
action_title_model.php
procedural page action_title_model.php
action_urole_model.php
procedural page action_urole_model.php
action_buttons.php
procedural page action_buttons.php
top

b

$buttons
in file Prepare_view.php, variable Prepare_view::$buttons
back_button
in file view_helper.php, function back_button()
    Back Button
blank_html_file_string
in file MY_file_helper.php, function blank_html_file_string()
    Blank Html File String
breadcrumbs
in file Gallery_lib.php, method Gallery_lib::breadcrumbs()
    Get breadcrumbs for gallery view
breadcrumbs.php
procedural page breadcrumbs.php
top

c

$CI
in file Gallery_lib.php, variable Gallery_lib::$CI
$CI
in file Custom_dirs.php, variable Custom_dirs::$CI
$CI
in file Menu.php, variable Menu::$CI
$CI
in file Template.php, variable CI_Template::$CI
$cnt_rows
in file Prepare_view.php, variable Prepare_view::$cnt_rows
$cols
in file Prepare_view.php, variable Prepare_view::$cols
$config
in file Menu.php, variable Menu::$config
$config
in file Template.php, variable CI_Template::$config
$css
in file Template.php, variable CI_Template::$css
change_password
in file user.php, method User::change_password()
    User Change password form
check
in file Myauth.php, method Myauth::check()
    Checks if user is loginIn
check
in file Action_lib.php, method Action_lib::check()
    Test action for current user
checkLink
in file Action_lib.php, method Action_lib::checkLink()
    Used for checking additional action for its restrictions First loads it and then test
checklogin
in file Myauth.php, method Myauth::checklogin()
    Check username and password in the database
checkMyauthForm
in file Myauth.php, method Myauth::checkMyauthForm()
    Control login form for filling all parts Return true when filled, false if not
checkUgroup
in file Action_lib.php, method Action_lib::checkUgroup()
    Compare user group and allowed user groups for action and returns if user is allowed
checkUroles
in file Action_lib.php, method Action_lib::checkUroles()
    Compare user roles and allowed user roles for action and returns if user is allowed
CI_Template
in file Template.php, method CI_Template::CI_Template()
    Constructor
CI_Template
in file Template.php, class CI_Template
    CodeIgniter Template Class
clear
in file Action_lib.php, method Action_lib::clear()
    Remove action data
clear
in file Jsvalidate.php, method JSValidate::clear()
    Clear all rules
config.php
procedural page config.php
constants.php
procedural page constants.php
custom_dirs.php
procedural page custom_dirs.php
count
in file entity_model.php, method Entity_model::count()
    Count items in table Where condition can be set
countSubgalleriesRecursive
in file gallery_model.php, method Gallery_model::countSubgalleriesRecursive()
    Counts number of subgalleries and its images recursive
create
in file Gallery_lib.php, method Gallery_lib::create()
    Create gallery alias and folder Name is parsed to human friendly
createAlias
in file Gallery_lib.php, method Gallery_lib::createAlias()
    Create human friendly name for gallery folder
createBlankHtml
in file Gallery_lib.php, method Gallery_lib::createBlankHtml()
    Create dir using mkdir
createDir
in file Gallery_lib.php, method Gallery_lib::createDir()
    Create dir using mkdir
createDirFtp
in file Gallery_lib.php, method Gallery_lib::createDirFtp()
    Create dir with ftp layer
createGalleryDir
in file Gallery_lib.php, method Gallery_lib::createGalleryDir()
    Create gallery folder
createIcon
in file Gallery_lib.php, method Gallery_lib::createIcon()
    Create Icon from image
createImage
in file Gallery_lib.php, method Gallery_lib::createImage()
    Create Image
createThumb
in file Gallery_lib.php, method Gallery_lib::createThumb()
    Create Thumbnail from image
create_dir
in file MY_directory_helper.php, function create_dir()
    Create Dir
create_script
in file Jsvalidate.php, method JSValidate::create_script()
    Create js script with html script tags Use rules from _validate_data array
Custom_dirs
in file Custom_dirs.php, method Custom_dirs::Custom_dirs()
    Constructor
Custom_dirs
in file Custom_dirs.php, class Custom_dirs
    Custom Dir Class
custom_dir_url
in file MY_url_helper.php, function custom_dir_url()
    Custom Dir URL
Custom_dirs.php
procedural page Custom_dirs.php
confirm.php
procedural page confirm.php
top

d

$dirs
in file Custom_dirs.php, variable Custom_dirs::$dirs
$dynamic_title
in file Action_lib.php, variable Action_lib::$dynamic_title
database.php
procedural page database.php
date_dropdown
in file view_helper.php, function date_dropdown()
    Date Dropdown
delete
in file image.php, method Image::delete()
    Delete Image form
delete
in file ugroup.php, method Ugroup::delete()
    Delete User Group form
delete
in file Gallery_lib.php, method Gallery_lib::delete()
    Remove all gallery content, folder, icon
delete
in file user.php, method User::delete()
    Delete User form
delete
in file urole.php, method Urole::delete()
    Delete User Role form
delete
in file gallery.php, method Gallery::delete()
    Delete Gallery form
delete
in file entity_model.php, method Entity_model::delete()
    Delete items
delete
in file action.php, method Action::delete()
    Delete Action form
deleteImage
in file Gallery_lib.php, method Gallery_lib::deleteImage()
    Delete specific image from gallery
delGalleryContent
in file Gallery_lib.php, method Gallery_lib::delGalleryContent()
    Remove all gallery content, folder
DIR_READ_MODE
in file constants.php, constant DIR_READ_MODE
DIR_WRITE_MODE
in file constants.php, constant DIR_WRITE_MODE
do_upload
in file gallery.php, method Gallery::do_upload()
    Process Upload Image
top

e

edit
in file gallery.php, method Gallery::edit()
    Edit Gallery form
edit
in file ugroup.php, method Ugroup::edit()
    Edit User Group form
edit
in file image.php, method Image::edit()
    Edit Image form
edit
in file action.php, method Action::edit()
    Edit Action form
edit
in file urole.php, method Urole::edit()
    Edit User Role form
edit
in file user.php, method User::edit()
    Edit User form
empty_region
in file Template.php, method CI_Template::empty_region()
    Empty a region's content
Entity_model
in file entity_model.php, method Entity_model::Entity_model()
    Constructor
Entity_model
in file entity_model.php, class Entity_model
    Entity Model Class
error_404.php
procedural page error_404.php
error_db.php
procedural page error_db.php
error_general.php
procedural page error_general.php
error_php.php
procedural page error_php.php
exist
in file entity_model.php, method Entity_model::exist()
    Test if item exist in table
entity_model.php
procedural page entity_model.php
edit.php
procedural page edit.php
error.php
procedural page error.php
error.php
procedural page error.php
top

f

$ftp_mkdir
in file Gallery_lib.php, variable Gallery_lib::$ftp_mkdir
$full_server_gallery_path
in file Gallery_lib.php, variable Gallery_lib::$full_server_gallery_path
ftp.php
procedural page ftp.php
FILE_READ_MODE
in file constants.php, constant FILE_READ_MODE
FILE_WRITE_MODE
in file constants.php, constant FILE_WRITE_MODE
FOPEN_READ
in file constants.php, constant FOPEN_READ
FOPEN_READ_WRITE
in file constants.php, constant FOPEN_READ_WRITE
FOPEN_READ_WRITE_CREATE
in file constants.php, constant FOPEN_READ_WRITE_CREATE
FOPEN_READ_WRITE_CREATE_DESTRUCTIVE
in file constants.php, constant FOPEN_READ_WRITE_CREATE_DESTRUCTIVE
FOPEN_READ_WRITE_CREATE_STRICT
in file constants.php, constant FOPEN_READ_WRITE_CREATE_STRICT
FOPEN_WRITE_CREATE
in file constants.php, constant FOPEN_WRITE_CREATE
FOPEN_WRITE_CREATE_DESTRUCTIVE
in file constants.php, constant FOPEN_WRITE_CREATE_DESTRUCTIVE
FOPEN_WRITE_CREATE_STRICT
in file constants.php, constant FOPEN_WRITE_CREATE_STRICT
form.php
procedural page form.php
top

g

$gallery
in file Gallery_lib.php, variable Gallery_lib::$gallery
$global_gallery_path
in file Gallery_lib.php, variable Gallery_lib::$global_gallery_path
$global_server_gallery_path
in file Gallery_lib.php, variable Gallery_lib::$global_server_gallery_path
gallery.php
procedural page gallery.php
gallery.php
procedural page gallery.php
gallery.php
procedural page gallery.php
gallery
in file action_title_model.php, method Action_title_model::gallery()
    Gallery Title
Gallery
in file gallery.php, class Gallery
    Gallery Class
gallery
in file action_urole_model.php, method Action_urole_model::gallery()
    Gallery Uroles
gallery_backend
in file action_urole_model.php, method Action_urole_model::gallery_backend()
    Gallery Uroles for backend
gallery_image
in file action_title_model.php, method Action_title_model::gallery_image()
    Gallery Image Title
Gallery_lib
in file Gallery_lib.php, class Gallery_lib
    Gallery Class
Gallery_lib
in file Gallery_lib.php, method Gallery_lib::Gallery_lib()
    Constructor
Gallery_model
in file gallery_model.php, method Gallery_model::Gallery_model()
    Constructor
Gallery_model
in file gallery_model.php, class Gallery_model
    Gallery Model Class
getActionSelect
in file action_model.php, method Action_model::getActionSelect()
    Get all Actions for html dropdown
getActionsSelect
in file Action_lib.php, method Action_lib::getActionsSelect()
    Get all actions for using it in dropdown form field
getActionUgroups
in file action_model.php, method Action_model::getActionUgroups()
    Get Action Allowed User Groups
getAllAboutUser
in file Myauth.php, method Myauth::getAllAboutUser()
    Get info about actual user
getAllowedUgroups
in file Action_lib.php, method Action_lib::getAllowedUgroups()
    Get allowed user groups for action from db
getAllowedUroles
in file Action_lib.php, method Action_lib::getAllowedUroles()
    Get allowed user roles for action
getDelete
in file user_model.php, method User_model::getDelete()
    Get single user for delete page
getDir
in file Custom_dirs.php, method Custom_dirs::getDir()
    Return title
getDynamicTitle
in file Action_lib.php, method Action_lib::getDynamicTitle()
    Get dynamic title if action is set as dynamic
getEdit
in file user_model.php, method User_model::getEdit()
    Get single user for edit page
getGalleryUroles
in file gallery_model.php, method Gallery_model::getGalleryUroles()
    Get Gallery Allowed User Roles
getIcon
in file Gallery_lib.php, method Gallery_lib::getIcon()
    Get gallery icon
getImage
in file Gallery_lib.php, method Gallery_lib::getImage()
    Get image with html tags
getListing
in file user_model.php, method User_model::getListing()
    Get users for listing
getMaxIdImage
in file gallery_model.php, method Gallery_model::getMaxIdImage()
    Get maximum image id in gallery
getMenu
in file Menu.php, method Menu::getMenu()
    Return given menu
getMethodsSelect
in file Action_lib.php, method Action_lib::getMethodsSelect()
    Get all urole or title method for dropdown select from action_title_model
getNotActionUgroups
in file action_model.php, method Action_model::getNotActionUgroups()
    Get Action Not Allowed User Groups
getNotGalleryUroles
in file gallery_model.php, method Gallery_model::getNotGalleryUroles()
    Get Gallery Not Allowed User Roles
getNotUserUroles
in file user_model.php, method User_model::getNotUserUroles()
    Get Users Not assigned User Roles
getParentActions
in file Action_lib.php, method Action_lib::getParentActions()
    Get all parent actions recursive till the action root
getParentGallerySelect
in file gallery_model.php, method Gallery_model::getParentGallerySelect()
    Get all Galleries for html dropdown
getPrevNextImage
in file Gallery_lib.php, method Gallery_lib::getPrevNextImage()
    Test if image has prev or next image in gallery
getShow
in file user_model.php, method User_model::getShow()
    Get single user for show page
getThumb
in file Gallery_lib.php, method Gallery_lib::getThumb()
    Get thumbnail image with html tags
getUroleGalleries
in file urole_model.php, method Urole_model::getUroleGalleries()
    Get Users Role assigned Galleries
getUroleUsers
in file urole_model.php, method Urole_model::getUroleUsers()
    Get Users Role assigned Users
getUser
in file Myauth.php, method Myauth::getUser()
    Get the username of the logged User
getUserId
in file Myauth.php, method Myauth::getUserId()
    Get user id of the logged User
getUserUgroup
in file user_model.php, method User_model::getUserUgroup()
    Get Users assigned User Group
getUserUroles
in file user_model.php, method User_model::getUserUroles()
    Get Users assigned User Roles
get_action_history
in file action_helper.php, function get_action_history()
    Get Action History
get_offset
in file view_helper.php, function get_offset()
    Get Offset
Gallery_lib.php
procedural page Gallery_lib.php
gallery_model.php
procedural page gallery_model.php
gallery_list.php
procedural page gallery_list.php
top

h

$history_back
in file Action_lib.php, variable Action_lib::$history_back
hooks.php
procedural page hooks.php
home.php
procedural page home.php
home.php
procedural page home.php
history_back
in file action_helper.php, function history_back()
    History Back
Home
in file home.php, class Home
    Home Class
top

i

$icon_height
in file Gallery_lib.php, variable Gallery_lib::$icon_height
$icon_quality
in file Gallery_lib.php, variable Gallery_lib::$icon_quality
$icon_width
in file Gallery_lib.php, variable Gallery_lib::$icon_width
$id_ugroup
in file Myauth.php, variable Myauth::$id_ugroup
$id_uroles
in file Myauth.php, variable Myauth::$id_uroles
$id_user
in file Myauth.php, variable Myauth::$id_user
$image_quality
in file Gallery_lib.php, variable Gallery_lib::$image_quality
$islogged
in file Myauth.php, variable Myauth::$islogged
$is_dynamic
in file Action_lib.php, variable Action_lib::$is_dynamic
$is_global_restricted
in file Action_lib.php, variable Action_lib::$is_global_restricted
$is_restricted
in file Action_lib.php, variable Action_lib::$is_restricted
$is_restricted_urole
in file Action_lib.php, variable Action_lib::$is_restricted_urole
$items
in file Prepare_view.php, variable Prepare_view::$items
image.php
procedural page image.php
Image
in file image.php, class Image
    Image Class
index
in file show_gallery_image.php, method Show_gallery_image::index()
    Output an JPEG image
index
in file home.php, method Home::index()
    Show Home Page
index
in file login.php, method Login::index()
    Show Login Page
initialize
in file Template.php, method CI_Template::initialize()
    Initialize class settings using config settings
initialize
in file Gallery_lib.php, method Gallery_lib::initialize()
    Before using class set the parameters Custom config array can be submitted
initialize
in file Menu.php, method Menu::initialize()
    Initialize menu, meaning get complete urls
initialize
in file Action_lib.php, method Action_lib::initialize()
    Check action restriction and other info from db
insert
in file action.php, method Action::insert()
    Action Insert form
insert
in file gallery.php, method Gallery::insert()
    Gallery Insert form
insert
in file ugroup.php, method Ugroup::insert()
    User Group Insert form
insert
in file urole.php, method Urole::insert()
    User Role Insert form
insert
in file user.php, method User::insert()
    User Insert form
insert
in file entity_model.php, method Entity_model::insert()
    Insert item
isActive
in file Menu.php, method Menu::isActive()
    Check if menu item is active
isAdmin
in file user_model.php, method User_model::isAdmin()
    Test if user is admin
isAdmin
in file Myauth.php, method Myauth::isAdmin()
    Check if user is administrator
isGalleryDir
in file Gallery_lib.php, method Gallery_lib::isGalleryDir()
    Test if gallery dir exist
isImageAllowed
in file Gallery_lib.php, method Gallery_lib::isImageAllowed()
    Test if image is allowed for actual user
isSuperAdmin
in file Myauth.php, method Myauth::isSuperAdmin()
    Check if user is super administrator
is_dir_writable
in file MY_directory_helper.php, function is_dir_writable()
    Is Dir Writable
is_url_allowed
in file MY_url_helper.php, function is_url_allowed()
    Is Url Allowed
image.php
procedural page image.php
image_list.php
procedural page image_list.php
image_navigation.php
procedural page image_navigation.php
info.php
procedural page info.php
top

j

$js
in file Template.php, variable CI_Template::$js
JSValidate
in file Jsvalidate.php, class JSValidate
    JSValidate Class
Jsvalidate.php
procedural page Jsvalidate.php
top

l

login.php
procedural page login.php
login.php
procedural page login.php
listing
in file ugroup.php, method Ugroup::listing()
    Listing User Groups
listing
in file urole.php, method Urole::listing()
    Listing User Roles
listing
in file user.php, method User::listing()
    Listing Users
listing
in file gallery.php, method Gallery::listing()
    Listing Galleries
listing
in file action.php, method Action::listing()
    Listing Actions
load
in file Template.php, method CI_Template::load()
    Load the master template or a single region
load
in file Action_lib.php, method Action_lib::load()
    Add new action to additional array of actions
load
in file Jsvalidate.php, method JSValidate::load()
    Starts js script creation
load_actions
in file Prepare_view.php, method Prepare_view::load_actions()
    Load actions
load_buttons
in file Prepare_view.php, method Prepare_view::load_buttons()
    Load buttons
load_items
in file Prepare_view.php, method Prepare_view::load_items()
    Load items
load_messages
in file Prepare_view.php, method Prepare_view::load_messages()
    Load messages
load_rows
in file Prepare_view.php, method Prepare_view::load_rows()
    Load rows
login
in file Myauth.php, method Myauth::login()
    Try to log user
Login
in file login.php, class Login
    Login Class
logout
in file Myauth.php, method Myauth::logout()
    Logout, reset all perms, clear loginIn data
listing.php
procedural page listing.php
login.php
procedural page login.php
left_menu.php
procedural page left_menu.php
login.php
procedural page login.php
top

m

$master_path
in file Template.php, variable CI_Template::$master_path
$max_cols
in file Prepare_view.php, variable Prepare_view::$max_cols
$max_image_height
in file Gallery_lib.php, variable Gallery_lib::$max_image_height
$max_image_height_upload
in file Gallery_lib.php, variable Gallery_lib::$max_image_height_upload
$max_image_size_upload
in file Gallery_lib.php, variable Gallery_lib::$max_image_size_upload
$max_image_width
in file Gallery_lib.php, variable Gallery_lib::$max_image_width
$max_image_width_upload
in file Gallery_lib.php, variable Gallery_lib::$max_image_width_upload
$menu
in file Menu.php, variable Menu::$menu
$menu_group
in file Menu.php, variable Menu::$menu_group
$messages
in file Prepare_view.php, variable Prepare_view::$messages
menu.php
procedural page menu.php
mimes.php
procedural page mimes.php
myauth.php
procedural page myauth.php
menu_helper.php
procedural page menu_helper.php
MY_directory_helper.php
procedural page MY_directory_helper.php
MY_email_helper.php
procedural page MY_email_helper.php
MY_file_helper.php
procedural page MY_file_helper.php
MY_string_helper.php
procedural page MY_string_helper.php
MY_url_helper.php
procedural page MY_url_helper.php
Menu.php
procedural page Menu.php
Myauth.php
procedural page Myauth.php
manage_images
in file gallery.php, method Gallery::manage_images()
    Listing Manage Gallery Images
manage_ugroups
in file action.php, method Action::manage_ugroups()
    Manage Action Ugroups form
manage_uroles
in file gallery.php, method Gallery::manage_uroles()
    Manage Gallery Uroles
manage_uroles
in file user.php, method User::manage_uroles()
    Manage Users Uroles form
Menu
in file Menu.php, class Menu
    Menu Class
Menu
in file Menu.php, method Menu::Menu()
    Constructor
menu_is_active
in file menu_helper.php, function menu_is_active()
    Menu Is Active
merge_date_dropdown
in file view_helper.php, function merge_date_dropdown()
    Merge Date Dropdown
merge_time_dropdown
in file view_helper.php, function merge_time_dropdown()
    Merge Time Dropdown
Myauth
in file Myauth.php, method Myauth::Myauth()
    Constructor
Myauth
in file Myauth.php, class Myauth
    Myauth Class
menu.php
procedural page menu.php
message.php
procedural page message.php
top

n

not_authorized.php
procedural page not_authorized.php
top

o

$output
in file Template.php, variable CI_Template::$output
top

p

$params
in file Action_lib.php, variable Action_lib::$params
$parent_actions
in file Action_lib.php, variable Action_lib::$parent_actions
$parser
in file Template.php, variable CI_Template::$parser
$parser_method
in file Template.php, variable CI_Template::$parser_method
$parse_template
in file Template.php, variable CI_Template::$parse_template
pagination.php
procedural page pagination.php
Prepare_view.php
procedural page Prepare_view.php
pagination_setting
in file view_helper.php, function pagination_setting()
    Pagination Settng
parse_view
in file Template.php, method CI_Template::parse_view()
    Parse content from a View to a region with the Parser Class
Prepare_view
in file Prepare_view.php, class Prepare_view
    Prepare View Class
print_menu
in file menu_helper.php, function print_menu()
    Print Menu
profile.php
procedural page profile.php
top

r

$regions
in file Template.php, variable CI_Template::$regions
$rows
in file Prepare_view.php, variable Prepare_view::$rows
routes.php
procedural page routes.php
removeIcon
in file Gallery_lib.php, method Gallery_lib::removeIcon()
    Remove Icon
remove_diacritic
in file MY_url_helper.php, function remove_diacritic()
    Remove Diacritic
remove_icon
in file gallery.php, method Gallery::remove_icon()
    Remove Gallery Icon
rename
in file Gallery_lib.php, method Gallery_lib::rename()
    Rename gallery folder New name is parsed to human friendly
renameGalleryDir
in file Gallery_lib.php, method Gallery_lib::renameGalleryDir()
    Rename gallery dir
rename_dir
in file MY_directory_helper.php, function rename_dir()
    Rename Dir
render
in file Template.php, method CI_Template::render()
    Render the master template or a single region
resize
in file Gallery_lib.php, method Gallery_lib::resize()
    Resize image
rule
in file Jsvalidate.php, method JSValidate::rule()
    Add rule
register.php
procedural page register.php
register_complete.php
procedural page register_complete.php
register_error.php
procedural page register_error.php
register_info.php
procedural page register_info.php
top

s

smileys.php
procedural page smileys.php
show_gallery_image.php
procedural page show_gallery_image.php
select
in file entity_model.php, method Entity_model::select()
    Select more items from table
selectOne
in file entity_model.php, method Entity_model::selectOne()
    Select only one item from table If more items equals conditions only first is returned
send_my_mail
in file MY_email_helper.php, function send_my_mail()
setAdminHistory
in file Menu.php, method Menu::setAdminHistory()
    Set the menu advance functions from session history
setMenu
in file Menu.php, method Menu::setMenu()
    Use given menu settings
set_action_history
in file action_helper.php, function set_action_history()
    Set Action History
set_icon
in file image.php, method Image::set_icon()
    Set Image as Gallery Icon
set_master_template
in file Template.php, method CI_Template::set_master_template()
    Set master template
set_message_delimiters
in file Prepare_view.php, method Prepare_view::set_message_delimiters()
    Set delimiters for message
set_parser
in file Template.php, method CI_Template::set_parser()
    Set parser
set_parser_method
in file Template.php, method CI_Template::set_parser_method()
    Set parser method
set_regions
in file Template.php, method CI_Template::set_regions()
    Set regions for writing to
set_template
in file Template.php, method CI_Template::set_template()
    Use given template settings
show
in file ugroup.php, method Ugroup::show()
    Show User Group
show
in file user.php, method User::show()
    Show User
show
in file urole.php, method Urole::show()
    Show User Role
show
in file Action_lib.php, method Action_lib::show()
    Shows Login form or info that user is not alowed Login form differs if user is in admin or public site
show
in file action.php, method Action::show()
    Show Action
show
in file gallery.php, method Gallery::show()
    Show Gallery
show
in file image.php, method Image::show()
    Show Image
Show_gallery_image
in file show_gallery_image.php, class Show_gallery_image
    Show Gallery Image Class
starts_with
in file MY_string_helper.php, function starts_with()
    Starts With
show.php
procedural page show.php
top

t

$template
in file Template.php, variable CI_Template::$template
$thumb_height
in file Gallery_lib.php, variable Gallery_lib::$thumb_height
$thumb_quality
in file Gallery_lib.php, variable Gallery_lib::$thumb_quality
$thumb_width
in file Gallery_lib.php, variable Gallery_lib::$thumb_width
$title_method
in file Action_lib.php, variable Action_lib::$title_method
template.php
procedural page template.php
Template.php
procedural page Template.php
templates_info
in file Template.php, method CI_Template::templates_info()
    Get information about all templates
template_url
in file MY_url_helper.php, function template_url()
    Template URL
time_dropdown
in file view_helper.php, function time_dropdown()
    Time Dropdown
template.php
procedural page template.php
template.php
procedural page template.php
template.php
procedural page template.php
top

u

$urole_method
in file Action_lib.php, variable Action_lib::$urole_method
$username
in file Myauth.php, variable Myauth::$username
user_agents.php
procedural page user_agents.php
ugroup.php
procedural page ugroup.php
urole.php
procedural page urole.php
user.php
procedural page user.php
user.php
procedural page user.php
urole_model.php
procedural page urole_model.php
user_model.php
procedural page user_model.php
Ugroup
in file ugroup.php, class Ugroup
    Ugroup Class
ugroup
in file action_title_model.php, method Action_title_model::ugroup()
    User Group Title
update
in file entity_model.php, method Entity_model::update()
    Update items
upload_images
in file gallery.php, method Gallery::upload_images()
    Upload Images Form
url_title
in file MY_url_helper.php, function url_title()
    URL Title
urole
in file action_title_model.php, method Action_title_model::urole()
    User Role Title
Urole
in file urole.php, class Urole
    Urole Class
Urole_model
in file urole_model.php, method Urole_model::Urole_model()
    Constructor
Urole_model
in file urole_model.php, class Urole_model
    Urole Model Class
User
in file user.php, class User
    User Class
user
in file action_title_model.php, method Action_title_model::user()
    User Title
User_model
in file user_model.php, class User_model
    User Model Class
User_model
in file user_model.php, method User_model::User_model()
    Constructor
upload.php
procedural page upload.php
top

v

view_helper.php
procedural page view_helper.php
top

w

write
in file Template.php, method CI_Template::write()
    Write contents to a region
write_menu
in file menu_helper.php, function write_menu()
    Write Menu
write_view
in file Template.php, method CI_Template::write_view()
    Write content from a View to a region. 'Views within views'
top

_

$_validate_data
in file Jsvalidate.php, variable JSValidate::$_validate_data
    Validation rules array
__construct
in file ugroup.php, method Ugroup::__construct()
    Constructor
__construct
in file urole.php, method Urole::__construct()
    Constructor
__construct
in file user.php, method User::__construct()
    Constructor
__construct
in file show_gallery_image.php, method Show_gallery_image::__construct()
    Constructor
__construct
in file login.php, method Login::__construct()
    Constructor
__construct
in file home.php, method Home::__construct()
    Constructor
__construct
in file image.php, method Image::__construct()
    Constructor
__construct
in file action.php, method Action::__construct()
    Constructor
__construct
in file gallery.php, method Gallery::__construct()
    Constructor
top

Documentation generated on Sun, 11 Jan 2009 04:21:02 +0100 by phpDocumentor 1.4.1