Element index for package Loggix

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ j ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

$_delegate
in file View.php, variable Loggix_View::$_delegate
$_delegate
in file Expander.php, variable Loggix_Expander::$_delegate
$_delegate
in file Core.php, variable Loggix_Core::$_delegate
$_templateDir
in file View.php, variable Loggix_View::$_templateDir
$_templateFile
in file View.php, variable Loggix_View::$_templateFile
$_templateVars
in file View.php, variable Loggix_View::$_templateVars
_close
in file Session.php, method Loggix_Session::_close()
    Close session. Not relevant to this class.
_destroy
in file Session.php, method Loggix_Session::_destroy()
    Destroy session.
_fetchSession
in file Session.php, method Loggix_Session::_fetchSession()
    Get raw session data from database.
_gc
in file Session.php, method Loggix_Session::_gc()
    Garbage collection.
_includeModules
in file Core.php, method Loggix_Core::_includeModules()
    Load Modules in /lib/Loggix/Module/ directory.
_includePlugins
in file Expander.php, method Loggix_Expander::_includePlugins()
    Load Modules in /plugins/ directory.
_includePlugins
in file Core.php, method Loggix_Core::_includePlugins()
    Load Modules in /plugins/ directory.
_open
in file Session.php, method Loggix_Session::_open()
    Open session. Not relevant to this class.
_read
in file Session.php, method Loggix_Session::_read()
    Read session data.
_write
in file Session.php, method Loggix_Session::_write()
    Write session data.
__call
in file Expander.php, method Loggix_Expander::__call()
    Relay the method call to Loggix_Utility
__call
in file Core.php, method Loggix_Core::__call()
    Relay the method call to Loggix_Utility
__call
in file View.php, method Loggix_View::__call()
    Relay the method call to Loggix_View_Helper
__construct
in file Session.php, method Loggix_Session::__construct()
    Constructor
__construct
in file Core.php, method Loggix_Core::__construct()
    Constructor : Open datbase and load functions and modules.
__construct
in file Exception.php, method Loggix_Exception::__construct()
__construct
in file Expander.php, method Loggix_Expander::__construct()
    Constructor
__construct
in file View.php, method Loggix_View::__construct()
    Constructor
__destruct
in file Session.php, method Loggix_Session::__destruct()
    Destructor
__destruct
in file Core.php, method Loggix_Core::__destruct()
    Destructor

top


a

ACCESSLOG_TABLE
in file Core.php, constant ACCESSLOG_TABLE
addAction
in file Plugin.php, method Loggix_Plugin::addAction()
addFilter
in file Plugin.php, method Loggix_Plugin::addFilter()
    Add Filter
addTag
in file Core.php, method Loggix_Core::addTag()
    Add tag data into tag map table
Application.php
procedural page Application.php
applyFilters
in file Plugin.php, method Loggix_Plugin::applyFilters()
    Apply Filter
assign
in file View.php, method Loggix_View::assign()
    Assign a template variable.

top


c

$config
in file Core.php, variable Loggix_Core::$config
COMMENT_TABLE
in file Core.php, constant COMMENT_TABLE
CONFIG_TABLE
in file Core.php, constant CONFIG_TABLE
Core.php
procedural page Core.php

top


d

$db
in file Session.php, variable Loggix_Session::$db
    Database connection
$db
in file Core.php, variable Loggix_Core::$db
destroy
in file Session.php, method Loggix_Session::destroy()
    Destroy session, session data and session cookie.
display
in file View.php, method Loggix_View::display()
    Output the result to an User Agent.
display
in file Application.php, method Loggix_Application::display()
    Display XHTML
display
in file Expander.php, method Loggix_Expander::display()
    Display XHTML
doAction
in file Plugin.php, method Loggix_Plugin::doAction()
    Do Action
DOWNLOADS_DATA_TABLE
in file Core.php, constant DOWNLOADS_DATA_TABLE
DOWNLOADS_META_TABLE
in file Core.php, constant DOWNLOADS_META_TABLE
DOWNLOADS_TAG_MAP_TABLE
in file Core.php, constant DOWNLOADS_TAG_MAP_TABLE
DOWNLOADS_TAG_TABLE
in file Core.php, constant DOWNLOADS_TAG_TABLE

top


e

Exception.php
procedural page Exception.php
Expander.php
procedural page Expander.php
EXPANDER_DATA_DIR
in file Expander.php, class constant Loggix_Expander::EXPANDER_DATA_DIR
EXPANDER_PLUGIN_DIR
in file Expander.php, class constant Loggix_Expander::EXPANDER_PLUGIN_DIR
explodeAssoc
in file Utility.php, method Loggix_Utility::explodeAssoc()

top


g

getActionHookList
in file Plugin.php, method Loggix_Plugin::getActionHookList()
    Action Hook List Array
getAdminMenu
in file Core.php, method Loggix_Core::getAdminMenu()
    Get Admin Menu
getArchives
in file Application.php, method Loggix_Application::getArchives()
    Get Archived Entry list
getArticleNotFoundMessage
in file Exception.php, method Loggix_Exception::getArticleNotFoundMessage()
getConfigArray
in file Core.php, method Loggix_Core::getConfigArray()
    Get Config settings
getContent
in file Expander.php, method Loggix_Expander::getContent()
    Get and Display Expander Content
getContentMenu
in file Application.php, method Loggix_Application::getContentMenu()
    Get Content Menu
getCssSwitchArray
in file Application.php, method Loggix_Application::getCssSwitchArray()
    Get CSS list
getDataLastModified
in file Utility.php, method Loggix_Utility::getDataLastModified()
    Get the last modified time of the files in "/data/" directory.
getDateArray
in file Utility.php, method Loggix_Utility::getDateArray()
    Get DateTime Array
getFileNotFoundMessage
in file Exception.php, method Loggix_Exception::getFileNotFoundMessage()
getFilterHookList
in file Plugin.php, method Loggix_Plugin::getFilterHookList()
    Filter Hook List Array
getGenerationTime
in file Utility.php, method Loggix_Utility::getGenerationTime()
    Get Page Generation Time
getLanguage
in file Core.php, method Loggix_Core::getLanguage()
    Get Language File in /lang/ directory.
getMenuList
in file Core.php, method Loggix_Core::getMenuList()
    Menu List
getModuleLanguage
in file Module.php, method Loggix_Module::getModuleLanguage()
    Get Language File
getModuleLanguage
in file Expander.php, method Loggix_Expander::getModuleLanguage()
    Get Expander Language File
getOutOfSession
in file Core.php, method Loggix_Core::getOutOfSession()
    Get out of session
getPager
in file Application.php, method Loggix_Application::getPager()
    Generate Pager
getRequestUri
in file Core.php, method Loggix_Core::getRequestUri()
    Get Reqeust URI
getRootUri
in file Core.php, method Loggix_Core::getRootUri()
    Get Root URI
getSearchHitsSql
in file Core.php, method Loggix_Core::getSearchHitsSql()
    Get Search Hits SQL
getSearchSql
in file Core.php, method Loggix_Core::getSearchSql()
    Generate Search SQL
getSearchSqlParams
in file Core.php, method Loggix_Core::getSearchSqlParams()
    Get Search SQL Parameters
getSessionState
in file Core.php, method Loggix_Core::getSessionState()
    Session Control
getTagArray
in file Core.php, method Loggix_Core::getTagArray()
    Generate tag array
getTagCloudArray
in file Core.php, method Loggix_Core::getTagCloudArray()
    Get Tag Cloud Array
getTagHitsSql
in file Core.php, method Loggix_Core::getTagHitsSql()
    Get Tag Hits SQL
getTagIdArray
in file Core.php, method Loggix_Core::getTagIdArray()
    Generate tag ID array
getTagSql
in file Core.php, method Loggix_Core::getTagSql()
    Get Tag SQL
getTagSqlParams
in file Core.php, method Loggix_Core::getTagSqlParams()
    Get Tag SQL Parameters
getTimeZone
in file Utility.php, method Loggix_Utility::getTimeZone()
    Get Time Zone
getTotalItemsCount
in file Core.php, method Loggix_Core::getTotalItemsCount()
    Get Total Items Count

top


i

insertSafe
in file Utility.php, method Loggix_Utility::insertSafe()
    Insert Strings into Database.
insertTagSafe
in file Utility.php, method Loggix_Utility::insertTagSafe()
    Insert Strings into Database.

top


j

joinPath
in file Utility.php, method Loggix_Utility::joinPath()

top


l

Loggix_Application
in file Application.php, class Loggix_Application
    Loggix Application Class
Loggix_Core
in file Core.php, class Loggix_Core
    Loggix Core Class
LOGGIX_DATABASE_TYPE
in file Core.php, class constant Loggix_Core::LOGGIX_DATABASE_TYPE
    Base Settings
Loggix_Exception
in file Exception.php, class Loggix_Exception
    Loggix Exception Class
Loggix_Expander
in file Expander.php, class Loggix_Expander
    Loggix Expander Class
Loggix_Module
in file Module.php, class Loggix_Module
    Loggix Module Class
LOGGIX_MODULE_DIR
in file Core.php, class constant Loggix_Core::LOGGIX_MODULE_DIR
LOGGIX_MYSQL_DBNAME
in file Core.php, class constant Loggix_Core::LOGGIX_MYSQL_DBNAME
LOGGIX_MYSQL_HOST
in file Core.php, class constant Loggix_Core::LOGGIX_MYSQL_HOST
LOGGIX_MYSQL_PASS
in file Core.php, class constant Loggix_Core::LOGGIX_MYSQL_PASS
LOGGIX_MYSQL_USER
in file Core.php, class constant Loggix_Core::LOGGIX_MYSQL_USER
Loggix_Plugin
in file Plugin.php, class Loggix_Plugin
    Loggix Plugin Class
LOGGIX_PLUGIN_DIR
in file Core.php, class constant Loggix_Core::LOGGIX_PLUGIN_DIR
LOGGIX_PROJ_URI
in file Core.php, class constant Loggix_Core::LOGGIX_PROJ_URI
LOGGIX_RESOURCE_DIR
in file Core.php, class constant Loggix_Core::LOGGIX_RESOURCE_DIR
Loggix_Session
in file Session.php, class Loggix_Session
    Class to handle browser sessions. Stores session data in a database using PDO.
LOGGIX_SQLITE_2
in file Core.php, class constant Loggix_Core::LOGGIX_SQLITE_2
LOGGIX_SQLITE_3
in file Core.php, class constant Loggix_Core::LOGGIX_SQLITE_3
LOGGIX_THEME_DIR
in file Core.php, class constant Loggix_Core::LOGGIX_THEME_DIR
LOGGIX_TITLE_SEPARATOR
in file Core.php, class constant Loggix_Core::LOGGIX_TITLE_SEPARATOR
Loggix_Utility
in file Utility.php, class Loggix_Utility
    Loggix Utility Class
LOGGIX_VERSION
in file Core.php, class constant Loggix_Core::LOGGIX_VERSION
Loggix_View
in file View.php, class Loggix_View
    Loggix View Class
LOG_TABLE
in file Core.php, constant LOG_TABLE
LOG_TAG_MAP_TABLE
in file Core.php, constant LOG_TAG_MAP_TABLE
LOG_TAG_TABLE
in file Core.php, constant LOG_TAG_TABLE

top


m

Module.php
procedural page Module.php

top


p

$plugin
in file Expander.php, variable Loggix_Expander::$plugin
$plugin
in file Exception.php, variable Loggix_Exception::$plugin
$plugin
in file Core.php, variable Loggix_Core::$plugin
Plugin.php
procedural page Plugin.php

top


r

$regenerate_id
in file Session.php, variable Loggix_Session::$regenerate_id
    Regenerate session ID
regenerate_id
in file Session.php, method Loggix_Session::regenerate_id()
    Regenerate session ID after the session call.
removeAction
in file Plugin.php, method Loggix_Plugin::removeAction()
removeFilter
in file Plugin.php, method Loggix_Plugin::removeFilter()
    Remove Filter
render
in file View.php, method Loggix_View::render()
    Render the template file

top


s

$startTime
in file Expander.php, variable Loggix_Expander::$startTime
$startTime
in file Core.php, variable Loggix_Core::$startTime
sendAttachments
in file Application.php, method Loggix_Application::sendAttachments()
    Send Attachment Files
sendHttpHeaders
in file Application.php, method Loggix_Application::sendHttpHeaders()
    Send HTTP Headers to User Agent
sendHttpHeaders
in file Expander.php, method Loggix_Expander::sendHttpHeaders()
    Send HTTP Headers to User Agent
Session.php
procedural page Session.php
SESSION_TABLE
in file Core.php, constant SESSION_TABLE
setAttachments
in file Application.php, method Loggix_Application::setAttachments()
    Get Attachment File Table View
setBBCode
in file Utility.php, method Loggix_Utility::setBBCode()
    Loggix_Utility BBCode
setDateArray
in file Utility.php, method Loggix_Utility::setDateArray()
    Set DateTime Array
setDelimitedIdentifier
in file Utility.php, method Loggix_Utility::setDelimitedIdentifier()
    Set delemited identifier in SQL
setEntryItems
in file Application.php, method Loggix_Application::setEntryItems()
    Set Entry Items
setMenuItems
in file Core.php, method Loggix_Core::setMenuItems()
    Set variables for menu items
setMenuItems
in file Application.php, method Loggix_Application::setMenuItems()
    Set variables for menu items
setSearchItems
in file Core.php, method Loggix_Core::setSearchItems()
    Set Search Result Items
setSmiley
in file Utility.php, method Loggix_Utility::setSmiley()
    Convert Smiley
setTitle
in file Application.php, method Loggix_Application::setTitle()
    Set Document Title
setXmlLanguage
in file Application.php, method Loggix_Application::setXmlLanguage()
    Set XML Language

top


t

$transaction
in file Session.php, variable Loggix_Session::$transaction
    Use database transaction
toMegaByte
in file Utility.php, method Loggix_Utility::toMegaByte()
    Convert byte value to KB or MB
TRACKBACK_TABLE
in file Core.php, constant TRACKBACK_TABLE

top


u

USER_TABLE
in file Core.php, constant USER_TABLE
Utility.php
procedural page Utility.php

top


v

View.php
procedural page View.php

top

Documentation generated on Wed, 03 Jun 2009 00:12:19 +0900 by phpDocumentor 1.4.2

XHTML 1.0