Element index for package Krai
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ y ]
[ _ ]
_
- $_BACKLOGS
- in file Krai.php, variable Krai::$_BACKLOGS
Framework log message cache
- $_CONFIG
- in file Krai.php, variable Krai::$_CONFIG
Holds the application configuration
- $_LOGGING
- in file Krai.php, variable Krai::$_LOGGING
Framework logging flag
- $_MESSAGES
- in file Krai.php, variable Krai::$_MESSAGES
Holds the errors and notices
- $_MIMESET
- in file Krai.php, variable Krai::$_MIMESET
Flag for whether a MIME type has been set or not
- $_NAKOR_CORE
- in file Krai.php, variable Krai::$_NAKOR_CORE
Input scrubbing class instance
- $_SETUP
- in file Krai.php, variable Krai::$_SETUP
Whether or not the application was set up
- $_STARTED
- in file Krai.php, variable Krai::$_STARTED
Whether or not the application was run
- __construct
- in file Exception.php, method Krai_Exception::__construct()
Constructor
- $_Closed
- in file Query.php, variable Krai_Db_Query::$_Closed
Is the query closed or not?
- $_dbc
- in file Mysql.php, variable Krai_Db_Handler_Mysql::$_dbc
Holds the database connection proper
- $_dbc
- in file Pdo.php, variable Krai_Db_Handler_Pdo::$_dbc
Holds the database connection proper
- $_prepared_statements
- in file Pdo.php, variable Krai_Db_Handler_Pdo::$_prepared_statements
Holds copies of prepared statements
- $_Query
- in file Query.php, variable Krai_Db_Query::$_Query
The query object
- $_Stats
- in file Query.php, variable Krai_Db_Query::$_Stats
Holds query stats
- __call
- in file Query.php, method Krai_Db_Query::__call()
PHP Magic Function
- __construct
- in file Query.php, method Krai_Db_Query::__construct()
Constructor. Saves the passed query to the instance
- __construct
- in file Mysql.php, method Krai_Db_Handler_Mysql::__construct()
Constructor
- __construct
- in file Object.php, method Krai_Db_Object::__construct()
Constructor. Does nothing
- __construct
- in file Handler.php, method Krai_Db_Handler::__construct()
Constructor.
- __construct
- in file Pdo.php, method Krai_Db_Handler_Pdo::__construct()
Constructor
- __get
- in file Query.php, method Krai_Db_Query::__get()
PHP Magic Function
- __get
- in file Object.php, method Krai_Db_Object::__get()
PHP Magic function
- $_allNodes
- in file Spyc.php, variable Spyc::$_allNodes
- $_allParent
- in file Spyc.php, variable Spyc::$_allParent
- $_containsGroupAlias
- in file Spyc.php, variable Spyc::$_containsGroupAlias
- $_containsGroupAnchor
- in file Spyc.php, variable Spyc::$_containsGroupAnchor
- $_dumpIndent
- in file Spyc.php, variable Spyc::$_dumpIndent
- $_dumpWordWrap
- in file Spyc.php, variable Spyc::$_dumpWordWrap
- $_haveRefs
- in file Spyc.php, variable Spyc::$_haveRefs
- $_inBlock
- in file Spyc.php, variable Spyc::$_inBlock
- $_irregular
- in file Inflector.php, variable Krai_Lib_Inflector::$_irregular
Holds irregular pluralizations
- $_isInline
- in file Spyc.php, variable Spyc::$_isInline
- $_lastIndent
- in file Spyc.php, variable Spyc::$_lastIndent
- $_lastNode
- in file Spyc.php, variable Spyc::$_lastNode
- $_nodeId
- in file Spyc.php, variable Spyc::$_nodeId
- $_plural
- in file Inflector.php, variable Krai_Lib_Inflector::$_plural
Holds pluralizations
- $_singular
- in file Inflector.php, variable Krai_Lib_Inflector::$_singular
Holds singular-izations
- $_uncountable
- in file Inflector.php, variable Krai_Lib_Inflector::$_uncountable
List of nouns which are not pluralizable
- _doFolding
- in file Spyc.php, method Spyc::_doFolding()
Folds a string of text, if necessary
- _doLiteralBlock
- in file Spyc.php, method Spyc::_doLiteralBlock()
Creates a literal block for dumping
- _dumpNode
- in file Spyc.php, method Spyc::_dumpNode()
Returns YAML from a key and a value
- _getIndent
- in file Spyc.php, method Spyc::_getIndent()
Finds and returns the indentation of a YAML line
- _inlineEscape
- in file Spyc.php, method Spyc::_inlineEscape()
Used in inlines to check for more inlines or quoted strings
- _parseLine
- in file Spyc.php, method Spyc::_parseLine()
Parses YAML code and returns an array for a node
- _toType
- in file Spyc.php, method Spyc::_toType()
Finds the type of the passed value, returns the value as the new type.
- _yamlize
- in file Spyc.php, method Spyc::_yamlize()
Attempts to convert a key / value array item to YAML
- _yamlizeArray
- in file Spyc.php, method Spyc::_yamlizeArray()
Attempts to convert an array to YAML
- __construct
- in file Inflector.php, method Krai_Lib_Inflector::__construct()
Constructor - doesn't do anything
- $_console_msg_queue
- in file Session.php, variable Krai_Log_Session::$_console_msg_queue
Queue of console messages
- $_console_opened
- in file Session.php, variable Krai_Log_Session::$_console_opened
Has the console (output to webpage) been started
- $_console_queue_mode
- in file Session.php, variable Krai_Log_Session::$_console_queue_mode
Console queue mode
- $_email_log_recipient
- in file Session.php, variable Krai_Log_Session::$_email_log_recipient
Email log recipient
- $_email_log_sender
- in file Session.php, variable Krai_Log_Session::$_email_log_sender
Email log sender
- $_email_log_subject
- in file Session.php, variable Krai_Log_Session::$_email_log_subject
Email log subject
- $_email_msg_queue
- in file Session.php, variable Krai_Log_Session::$_email_msg_queue
Email message queue
- $_email_opened
- in file Session.php, variable Krai_Log_Session::$_email_opened
Has an email log been opened
- $_email_queue_mode
- in file Session.php, variable Krai_Log_Session::$_email_queue_mode
Email queue mode
- $_LCONNECTED
- in file Log.php, variable Krai_Log::$_LCONNECTED
The state of the logger
- $_LOGDEFAULT
- in file Log.php, variable Krai_Log::$_LOGDEFAULT
The default log
- $_LOGS
- in file Log.php, variable Krai_Log::$_LOGS
The logs themselves
- $_LOGSESSION
- in file Log.php, variable Krai_Log::$_LOGSESSION
The logger actual instance
- $_message_categories
- in file Session.php, variable Krai_Log_Session::$_message_categories
Categories of messages
- $_parent_application
- in file Session.php, variable Krai_Log_Session::$_parent_application
Name of the parent application
- __construct
- in file Syslog.php, method Krai_Log_Logger_Syslog::__construct()
Constructor
- __construct
- in file Session.php, method Krai_Log_Session::__construct()
Constructr
- __construct
- in file Logger.php, method Krai_Log_Logger::__construct()
Constructor
- __construct
- in file Email.php, method Krai_Log_Logger_Email::__construct()
Constructor
- __construct
- in file Local.php, method Krai_Log_Logger_Local::__construct()
Constructor
- __construct
- in file Console.php, method Krai_Log_Logger_Console::__construct()
Constructor - give the instance references to its parent etc
- $_CHARSET
- in file Mail.php, variable Krai_Mail::$_CHARSET
Default character set
- $_FROM
- in file Mail.php, variable Krai_Mail::$_FROM
Default from address
- $_FROMNAME
- in file Mail.php, variable Krai_Mail::$_FROMNAME
Default sender name
- $_MAILER
- in file Mail.php, variable Krai_Mail::$_MAILER
PEAR Mail class instance
- $_SEND_MAIL
- in file Mail.php, variable Krai_Mail::$_SEND_MAIL
Whether or not to actually send out email
- $_parent
- in file Action.php, variable Krai_Module_Action::$_parent
Holds a reference to the parent module
- $_RENDER_STARTED
- in file Action.php, variable Krai_Module_Action::$_RENDER_STARTED
Whether or not any rendering has been done yet.
- $_RequestMethod
- in file Action.php, variable Krai_Module_Action::$_RequestMethod
The request method for the current action
- __construct
- in file Mdone.php, method Krai_Module_Exception_Mdone::__construct()
- __construct
- in file Adone.php, method Krai_Module_Exception_Adone::__construct()
- __construct
- in file Action.php, method Krai_Module_Action::__construct()
Constructor
- $_forcemap
- in file Route.php, variable Krai_Router_Route::$_forcemap
Holds the variable overrides for this route
- $_instance
- in file Router.php, variable Krai_Router::$_instance
Holds the singleton instance
- $_parts
- in file Route.php, variable Krai_Router_Route::$_parts
Holds the parts of the pattern for this route
- $_reconstrmap
- in file Router.php, variable Krai_Router::$_reconstrmap
Holds the array of defined routes in entry order
- $_reconstruct_requires
- in file Route.php, variable Krai_Router_Route::$_reconstruct_requires
Holds the variables that are required for reconstruct
- $_routed
- in file Router.php, variable Krai_Router::$_routed
Flag for whether or not routing has already occurred.
- $_routemap
- in file Router.php, variable Krai_Router::$_routemap
Holds the array of defined routes sorted by complexity
- __construct
- in file Router.php, method Krai_Router::__construct()
Constructor - private to implement singleton pattern
- __construct
- in file Route.php, method Krai_Router_Route::__construct()
Constructor
- __construct
- in file Dbquery.php, method Krai_Struct_Dbquery::__construct()
Constructor
- __construct
- in file Struct.php, method Krai_Struct::__construct()
Constructor
- __get
- in file Struct.php, method Krai_Struct::__get()
PHP magic function for getting a property value
- __set
- in file Struct.php, method Krai_Struct::__set()
PHP magic function for setting a property value
a
- $APPDIR
- in file Krai.php, variable Krai::$APPDIR
Application filesystem root directory variable
- AssocImplode
- in file Krai.php, method Krai::AssocImplode()
A function to implode an associative array preserving keys
- AutoLoad
- in file Krai.php, method Krai::AutoLoad()
Loads the file for a module or action name
- Affected
- in file Query.php, method Krai_Db_Query::Affected()
Returns the number of affected rows
- addArray
- in file Spyc.php, method Spyc::addArray()
- addGroup
- in file Spyc.php, method Spyc::addGroup()
- addLiteralLine
- in file Spyc.php, method Spyc::addLiteralLine()
- ActionNotFound
- in file Exception.php, class constant Krai_Module_Exception::ActionNotFound
Error code for a missing action
- AfterFilters
- in file Module.php, method Krai_Module::AfterFilters()
Executes arbitrary commands after the action instance has been completed.
- AfterFilters
- in file Action.php, method Krai_Module_Action::AfterFilters()
Filters to apply after the Display call
- AfterRender
- in file Action.php, method Krai_Module_Action::AfterRender()
Filters to apply after any rendering takes place. If no render call is made, this is not executed.
- Action.php
- procedural page Action.php
- Adone.php
- procedural page Adone.php
- $action
- in file Update.php, variable Krai_Struct_Dbquery_Update::$action
- $action
- in file Select.php, variable Krai_Struct_Dbquery_Select::$action
- $action
- in file Insert.php, variable Krai_Struct_Dbquery_Insert::$action
- $action
- in file Delete.php, variable Krai_Struct_Dbquery_Delete::$action
- $action
- in file Dbquery.php, variable Krai_Struct_Dbquery::$action
Query action
c
- Cache.php
- procedural page Cache.php
- $CONFIG
- in file Handler.php, variable Krai_Db_Handler::$CONFIG
This variable holds the configuration data loaded by Krai::Setup() and gathered when necessary from Krai::GetConfig() within Krai_Db_Handler::__construct().
- ClassLookup
- in file Db.php, method Krai_Db::ClassLookup()
Looks up the name and includes the file for the class handling a certain type of database.
- Close
- in file Query.php, method Krai_Db_Query::Close()
Close the query
- Camel2Underscore
- in file Inflector.php, method Krai_Lib_Inflector::Camel2Underscore()
Changes a string from CamelCase to underscore_case
- CleanArrayRec
- in file Nakor.php, method Nakor::CleanArrayRec()
Recursively clean an array
- CleanInput
- in file Nakor.php, method Nakor::CleanInput()
Clean Input
- CleanKey
- in file Nakor.php, method Nakor::CleanKey()
Clean Key
- CleanValue
- in file Nakor.php, method Nakor::CleanValue()
Clean Value
- clearBiggerPathValues
- in file Spyc.php, method Spyc::clearBiggerPathValues()
- CheckInst
- in file Session.php, method Krai_Log_Session::CheckInst()
Is the index a log instance?
- Close
- in file Session.php, method Krai_Log_Session::Close()
Close all open logs
- Close
- in file Logger.php, method Krai_Log_Logger::Close()
Close the logging instance
- Close
- in file Log.php, method Krai_Log::Close()
Close all the logs and stuff
- Configure
- in file Session.php, method Krai_Log_Session::Configure()
Configure a logging instance
- ConsoleSetWeb
- in file Console.php, method Krai_Log_Logger_Console::ConsoleSetWeb()
Set that the console is in fact the web
- Console.php
- procedural page Console.php
- Configure
- in file Mail.php, method Krai_Mail::Configure()
Configure the mailer
d
- $DB
- in file Krai.php, variable Krai::$DB
Holds the database connections
- $DB_DEFAULT
- in file Krai.php, variable Krai::$DB_DEFAULT
Holds the default database connection by reference
- DetermineRequest
- in file Krai.php, method Krai::DetermineRequest()
Determines the request to be used from server variables.
- $DATA
- in file Object.php, variable Krai_Db_Object::$DATA
Holds the actual data
- DeleteQuery
- in file Handler.php, method Krai_Db_Handler::DeleteQuery()
Generate a query struct for a delete query
- Db.php
- procedural page Db.php
- dump
- in file Spyc.php, method Spyc::dump()
Dump PHP array to YAML
- DEFAULT_EMAIL_RECIPIENT
- in file Log.php, class constant Krai_Log::DEFAULT_EMAIL_RECIPIENT
Default mail recipient
- DEFAULT_EMAIL_SENDER
- in file Log.php, class constant Krai_Log::DEFAULT_EMAIL_SENDER
Default mail sender
- DEFAULT_EMAIL_SUBJECT
- in file Log.php, class constant Krai_Log::DEFAULT_EMAIL_SUBJECT
Default main subject
- DEFAULT_ERROR_CONDITION_THRESH
- in file Log.php, class constant Krai_Log::DEFAULT_ERROR_CONDITION_THRESH
Default error result threshold
- DEFAULT_ERROR_CONDITION_TRIGGER_THRESH
- in file Log.php, class constant Krai_Log::DEFAULT_ERROR_CONDITION_TRIGGER_THRESH
Default trigger threshold
- DEFAULT_LOCAL_LOGFILE_NAME
- in file Log.php, class constant Krai_Log::DEFAULT_LOCAL_LOGFILE_NAME
Default log name
- DEFAULT_LOCAL_METHOD
- in file Log.php, class constant Krai_Log::DEFAULT_LOCAL_METHOD
Default logging method
- DEFAULT_LOGGER_LOG_FACILITY
- in file Log.php, class constant Krai_Log::DEFAULT_LOGGER_LOG_FACILITY
System log level-ish thing
- DEFAULT_MAX_QUEUE_SIZE
- in file Log.php, class constant Krai_Log::DEFAULT_MAX_QUEUE_SIZE
Default queue size
- DEFAULT_MSG_CATEGORY
- in file Log.php, class constant Krai_Log::DEFAULT_MSG_CATEGORY
Default category
- DEFAULT_MSG_SEVERITY
- in file Log.php, class constant Krai_Log::DEFAULT_MSG_SEVERITY
Default log severity
- DEFAULT_QUEUE_MODE
- in file Log.php, class constant Krai_Log::DEFAULT_QUEUE_MODE
Queue messages?
- DEFAULT_SYSLOG_FACILITY
- in file Log.php, class constant Krai_Log::DEFAULT_SYSLOG_FACILITY
Default syslog level
- DEFAULT_THRESH
- in file Log.php, class constant Krai_Log::DEFAULT_THRESH
Default threshold
- Disable
- in file Session.php, method Krai_Log_Session::Disable()
Disable a logger instance
- DisableQueueMode
- in file Logger.php, method Krai_Log_Logger::DisableQueueMode()
Turn off queuing
- Display
- in file Action.php, method Krai_Module_Action::Display()
Display something
- DoAction
- in file Module.php, method Krai_Module::DoAction()
Perform an action from this module
- DoRoute
- in file Router.php, method Krai_Router::DoRoute()
Execute a route
- $DATA
- in file Struct.php, variable Krai_Struct::$DATA
Array of current values of the Fields
- Delete.php
- procedural page Delete.php
- Dbquery.php
- procedural page Dbquery.php
e
- $Errors
- in file Exception.php, variable Krai_Exception::$Errors
Holds an array of errors
- EndRun
- in file Krai.php, method Krai::EndRun()
Ends the application run after cleaning up
- Error
- in file Krai.php, method Krai::Error()
Save an error message
- Exception.php
- procedural page Exception.php
- ExpireCache
- in file Cache.php, method Krai_Cache::ExpireCache()
Tries to expire an existing cache
- Exception.php
- procedural page Exception.php
- Error
- in file Query.php, method Krai_Db_Query::Error()
Returns query error information
- Escape
- in file Mysql.php, method Krai_Db_Handler_Mysql::Escape()
Escape the parameter so it is safe to insert into a query
- Exception.php
- procedural page Exception.php
- EmailSetRecipient
- in file Email.php, method Krai_Log_Logger_Email::EmailSetRecipient()
Set recipient
- EmailSetSender
- in file Email.php, method Krai_Log_Logger_Email::EmailSetSender()
Set sender
- EmailSetSubject
- in file Email.php, method Krai_Log_Logger_Email::EmailSetSubject()
Set subject
- Enable
- in file Session.php, method Krai_Log_Session::Enable()
Start a given log instance
- EnableQueueMode
- in file Syslog.php, method Krai_Log_Logger_Syslog::EnableQueueMode()
Turn on queuing
- EnableQueueMode
- in file Logger.php, method Krai_Log_Logger::EnableQueueMode()
Turn on queuing
- EnableQueueMode
- in file Console.php, method Krai_Log_Logger_Console::EnableQueueMode()
Turn on queueing
- Entry
- in file Logger.php, method Krai_Log_Logger::Entry()
Log a message
- Email.php
- procedural page Email.php
- Exception.php
- procedural page Exception.php
- Exception.php
- procedural page Exception.php
- Exception.php
- procedural page Exception.php
- ExecuteRoute
- in file Router.php, method Krai_Router::ExecuteRoute()
Actually execute a route
- Exception.php
- procedural page Exception.php
- Exception.php
- procedural page Exception.php
f
- $FRAMEWORK
- in file Krai.php, variable Krai::$FRAMEWORK
Framwork filesystem directory variable
- Fetch
- in file Pdo.php, method Krai_Db_Handler_Pdo::Fetch()
- Fetch
- in file Handler.php, method Krai_Db_Handler::Fetch()
Fetch a database record from a query as an object
- Fetch
- in file Mysql.php, method Krai_Db_Handler_Mysql::Fetch()
- FetchArray
- in file Pdo.php, method Krai_Db_Handler_Pdo::FetchArray()
- FetchArray
- in file Mysql.php, method Krai_Db_Handler_Mysql::FetchArray()
- FetchArray
- in file Handler.php, method Krai_Db_Handler::FetchArray()
Fetch a database record from a query as an array
- FetchOne
- in file Pdo.php, method Krai_Db_Handler_Pdo::FetchOne()
- FetchOne
- in file Handler.php, method Krai_Db_Handler::FetchOne()
Fetch just one column from the result.
- FetchOne
- in file Mysql.php, method Krai_Db_Handler_Mysql::FetchOne()
- flatten
- in file Spyc.php, method Spyc::flatten()
- $facility
- in file Syslog.php, variable Krai_Log_Logger_Syslog::$facility
No idea....
- $file_pointer
- in file Local.php, variable Krai_Log_Logger_Local::$file_pointer
A File pointer
- FlushMsg
- in file Logger.php, method Krai_Log_Logger::FlushMsg()
Flush a message from the log queue
- FlushQueue
- in file Logger.php, method Krai_Log_Logger::FlushQueue()
Flush the log queue
- FilePathError
- in file Exception.php, class constant Krai_Module_Exception::FilePathError
Error code for a problem concerning file paths
- FilterFailure
- in file Exception.php, class constant Krai_Module_Exception::FilterFailure
Error code for a error in a filter
- $FIELDS
- in file Select.php, variable Krai_Struct_Dbquery_Select::$FIELDS
- $FIELDS
- in file Struct.php, variable Krai_Struct::$FIELDS
Array of allowed properties of the struct
- $FIELDS
- in file Update.php, variable Krai_Struct_Dbquery_Update::$FIELDS
- $FIELDS
- in file Mailconf.php, variable Krai_Struct_Mailconf::$FIELDS
- $FIELDS
- in file Mail.php, variable Krai_Struct_Mail::$FIELDS
- $FIELDS
- in file Delete.php, variable Krai_Struct_Dbquery_Delete::$FIELDS
- $FIELDS
- in file Insert.php, variable Krai_Struct_Dbquery_Insert::$FIELDS
- $FIELDS
- in file Loginfo.php, variable Krai_Struct_Loginfo::$FIELDS
- $FIELDS
- in file Dbquery.php, variable Krai_Struct_Dbquery::$FIELDS
g
- $GET
- in file Krai.php, variable Krai::$GET
Cleaned $_GET copy
- GetConfig
- in file Krai.php, method Krai::GetConfig()
Gets information from the configuration array Krai::$_CONFIG.
- GetErrors
- in file Krai.php, method Krai::GetErrors()
Returns the logged errors
- GetNotices
- in file Krai.php, method Krai::GetNotices()
Returns the logged notices
- GetCache
- in file Cache.php, method Krai_Cache::GetCache()
Tries to get a saved cache
- GetDSN
- in file Pdo.php, method Krai_Db_Handler_Pdo::GetDSN()
Generates DSN strings for a variety of databases from the $dbinfo
- GetJoins
- in file Handler.php, method Krai_Db_Handler::GetJoins()
Generate the joins from a table array
- GetQuery
- in file Query.php, method Krai_Db_Query::GetQuery()
Get a reference to the query object
- $get_magic_quotes
- in file Nakor.php, variable Nakor::$get_magic_quotes
Determines whether magic quotes are on or not
- getParentPathByIndent
- in file Spyc.php, method Spyc::getParentPathByIndent()
- GetType
- in file Logger.php, method Krai_Log_Logger::GetType()
Get the type of the instance
i
- $INCLUDES
- in file Krai.php, variable Krai::$INCLUDES
Application includes directory variable
- $INFLECTOR
- in file Krai.php, variable Krai::$INFLECTOR
Inflector instance
- IsErrors
- in file Krai.php, method Krai::IsErrors()
Determine whether there are errors or not
- IsNotices
- in file Krai.php, method Krai::IsNotices()
Determine whether there are notices or not
- InsertID
- in file Query.php, method Krai_Db_Query::InsertID()
Returns the last inserted id
- InsertQuery
- in file Handler.php, method Krai_Db_Handler::InsertQuery()
Generate a query struct for an insert query
- IsClosed
- in file Query.php, method Krai_Db_Query::IsClosed()
Is the query closed?
- IsSuccessful
- in file Query.php, method Krai_Db_Query::IsSuccessful()
Returns whether or not the query was successful
- isArrayElement
- in file Spyc.php, method Spyc::isArrayElement()
- isComment
- in file Spyc.php, method Spyc::isComment()
- isHashElement
- in file Spyc.php, method Spyc::isHashElement()
- isLiteral
- in file Spyc.php, method Spyc::isLiteral()
- Inflector.php
- procedural page Inflector.php
- $instance_is_open
- in file Logger.php, variable Krai_Log_Logger::$instance_is_open
Whether or not the instance is open for logging
- Instance
- in file Router.php, method Krai_Router::Instance()
Singleton pattern constructor / retreiver
- Insert.php
- procedural page Insert.php
k
- Krai
- in file Krai.php, class Krai
This is the framework configuration and initialization functionality class.
- Krai.php
- procedural page Krai.php
- Krai_Exception
- in file Exception.php, class Krai_Exception
Framework base exception
- Krai_Cache
- in file Cache.php, class Krai_Cache
Caching class
- Krai_Cache_Exception
- in file Exception.php, class Krai_Cache_Exception
An exception relating to caching
- Krai_Db
- in file Db.php, class Krai_Db
Database connection configuration and loading class
- Krai_Db_Exception
- in file Exception.php, class Krai_Db_Exception
Database query exception
- Krai_Db_Handler
- in file Handler.php, class Krai_Db_Handler
Abstract database handler class
- Krai_Db_Handler_Mysql
- in file Mysql.php, class Krai_Db_Handler_Mysql
MySQL database handler
- Krai_Db_Handler_Pdo
- in file Pdo.php, class Krai_Db_Handler_Pdo
PDO database handler
- Krai_Db_Object
- in file Object.php, class Krai_Db_Object
Database data object
- Krai_Db_Query
- in file Query.php, class Krai_Db_Query
Database query object
- Krai_Lib_Inflector
- in file Inflector.php, class Krai_Lib_Inflector
Inflector class - changes case conventions and plurality
- KRAI_ADMIN_EMAIL
- in file Log.php, constant KRAI_ADMIN_EMAIL
Admin email constant
- KRAI_DEFAULT_EMAIL_SUBJECT
- in file Log.php, constant KRAI_DEFAULT_EMAIL_SUBJECT
Email log subject template.
- KRAI_DEFAULT_LOCAL_LOGFILE_PATH
- in file Log.php, constant KRAI_DEFAULT_LOCAL_LOGFILE_PATH
Log output path
- Krai_Log
- in file Log.php, class Krai_Log
Logger interface
- Krai_Log_Logger
- in file Logger.php, class Krai_Log_Logger
Base log type
- Krai_Log_Logger_Console
- in file Console.php, class Krai_Log_Logger_Console
Console (Web page) logger
- Krai_Log_Logger_Email
- in file Email.php, class Krai_Log_Logger_Email
Logs to email
- Krai_Log_Logger_Local
- in file Local.php, class Krai_Log_Logger_Local
Local file logger
- Krai_Log_Logger_Syslog
- in file Syslog.php, class Krai_Log_Logger_Syslog
Logs to the system log
- Krai_Log_Session
- in file Session.php, class Krai_Log_Session
Logging session
- Krai_Mail
- in file Mail.php, class Krai_Mail
E-Mailing utility
- Krai_Mail_Exception
- in file Exception.php, class Krai_Mail_Exception
Mail exception class
- Krai_Markup
- in file Markup.php, class Krai_Markup
Markup generator class
- Krai_Markup_Exception
- in file Exception.php, class Krai_Markup_Exception
Markup generator exception
- KMEADefault
- in file Adone.php, class constant Krai_Module_Exception_Adone::KMEADefault
Code constant representing that neither a rendering nor a redirect occurred.
- Krai_Module
- in file Module.php, class Krai_Module
Module base class
- Krai_Module_Action
- in file Action.php, class Krai_Module_Action
Action base class
- Krai_Module_Exception
- in file Exception.php, class Krai_Module_Exception
Framework module handler exception
- Krai_Module_Exception_Adone
- in file Adone.php, class Krai_Module_Exception_Adone
Framework action done exception
- Krai_Module_Exception_Mdone
- in file Mdone.php, class Krai_Module_Exception_Mdone
Framework module done exception
- Krai_Router
- in file Router.php, class Krai_Router
The framework router
- Krai_Router_Exception
- in file Exception.php, class Krai_Router_Exception
Router exception
- Krai_Router_Route
- in file Route.php, class Krai_Router_Route
A route instance
- Krai_Struct
- in file Struct.php, class Krai_Struct
A struct type abstract class
- Krai_Struct_Dbquery
- in file Dbquery.php, class Krai_Struct_Dbquery
Database base query struct
- Krai_Struct_Dbquery_Delete
- in file Delete.php, class Krai_Struct_Dbquery_Delete
Database delete query struct
- Krai_Struct_Dbquery_Insert
- in file Insert.php, class Krai_Struct_Dbquery_Insert
Database insert query struct
- Krai_Struct_Dbquery_Select
- in file Select.php, class Krai_Struct_Dbquery_Select
Database select query struct
- Krai_Struct_Dbquery_Update
- in file Update.php, class Krai_Struct_Dbquery_Update
Database update query struct
- Krai_Struct_Exception
- in file Exception.php, class Krai_Struct_Exception
An exception relating to structs
- Krai_Struct_Loginfo
- in file Loginfo.php, class Krai_Struct_Loginfo
Log Info Struct
- Krai_Struct_Mail
- in file Mail.php, class Krai_Struct_Mail
Struct holding the information for an e-mail
- Krai_Struct_Mailconf
- in file Mailconf.php, class Krai_Struct_Mailconf
Struct holding the information for an e-mail connection
l
- $LAYOUTS
- in file Krai.php, variable Krai::$LAYOUTS
Application layouts directory variable
- LoadActionFile
- in file Krai.php, method Krai::LoadActionFile()
Tries to load the file for an action
- LoadModuleFile
- in file Krai.php, method Krai::LoadModuleFile()
Tries to load the file for a module
- LOG_ALERT
- in file Krai.php, class constant Krai::LOG_ALERT
Logger level constant. These are used with Krai_Log.
- LOG_CRITICAL
- in file Krai.php, class constant Krai::LOG_CRITICAL
Logger level constant. These are used with Krai_Log.
- LOG_DEBUG
- in file Krai.php, class constant Krai::LOG_DEBUG
Logger level constant. These are used with Krai_Log.
- LOG_EMERG
- in file Krai.php, class constant Krai::LOG_EMERG
Logger level constant. These are used with Krai_Log.
- LOG_ERROR
- in file Krai.php, class constant Krai::LOG_ERROR
Logger level constant. These are used with Krai_Log.
- LOG_INFO
- in file Krai.php, class constant Krai::LOG_INFO
Logger level constant. These are used with Krai_Log.
- LOG_NOTICE
- in file Krai.php, class constant Krai::LOG_NOTICE
Logger level constant. These are used with Krai_Log.
- LOG_WARNING
- in file Krai.php, class constant Krai::LOG_WARNING
Logger level constant. These are used with Krai_Log.
- $LiteralBlockMarkers
- in file Spyc.php, variable Spyc::$LiteralBlockMarkers
- $LiteralPlaceHolder
- in file Spyc.php, variable Spyc::$LiteralPlaceHolder
- Lib.php
- procedural page Lib.php
- literalBlockContinues
- in file Spyc.php, method Spyc::literalBlockContinues()
- load
- in file Spyc.php, method Spyc::load()
- loadFromSource
- in file Spyc.php, method Spyc::loadFromSource()
- $logfile
- in file Local.php, variable Krai_Log_Logger_Local::$logfile
The actual file (path.filename)
- $logfile_name
- in file Local.php, variable Krai_Log_Logger_Local::$logfile_name
Name of the log
- $logfile_path
- in file Local.php, variable Krai_Log_Logger_Local::$logfile_path
Path to the log
- Local.php
- procedural page Local.php
- Logger.php
- procedural page Logger.php
- Log.php
- procedural page Log.php
- LocalSetLogfileMode
- in file Local.php, method Krai_Log_Logger_Local::LocalSetLogfileMode()
Set the log mode
- LocalSetLogfileName
- in file Local.php, method Krai_Log_Logger_Local::LocalSetLogfileName()
Set the log file name
- LocalSetLogfilePath
- in file Local.php, method Krai_Log_Logger_Local::LocalSetLogfilePath()
Set the log path
- LOG_MODES_LIST
- in file Log.php, class constant Krai_Log::LOG_MODES_LIST
List of log modes
- Loginfo.php
- procedural page Loginfo.php
p
- $PARAMS
- in file Krai.php, variable Krai::$PARAMS
Holds a merger of self::$GET, self::$POST, and some things the router finds
- $POST
- in file Krai.php, variable Krai::$POST
Cleaned $_POST copy
- Pdo.php
- procedural page Pdo.php
- ParseQueryParams
- in file Mysql.php, method Krai_Db_Handler_Mysql::ParseQueryParams()
Parse the query parameters, escaping and whatnot
- Process
- in file Pdo.php, method Krai_Db_Handler_Pdo::Process()
- Process
- in file Mysql.php, method Krai_Db_Handler_Mysql::Process()
- Process
- in file Handler.php, method Krai_Db_Handler::Process()
Process a query struct according to its type.
- $path
- in file Spyc.php, variable Spyc::$path
- Pluralize
- in file Inflector.php, method Krai_Lib_Inflector::Pluralize()
Changes a noun from singular to plural
- $parent_logger_instance
- in file Logger.php, variable Krai_Log_Logger::$parent_logger_instance
Instance of parent logger
- Process
- in file Action.php, method Krai_Module_Action::Process()
Process data
- ProcessingError
- in file Exception.php, class constant Krai_Module_Exception::ProcessingError
Error code for a processing error
r
- $REQUEST
- in file Krai.php, variable Krai::$REQUEST
The page requested
- $ROUTER
- in file Krai.php, variable Krai::$ROUTER
The router instance
- ReloadMessages
- in file Krai.php, method Krai::ReloadMessages()
Reloads messages from session if available
- Run
- in file Krai.php, method Krai::Run()
Makes everything start up and work
- $result
- in file Spyc.php, variable Spyc::$result
- returnArrayElement
- in file Spyc.php, method Spyc::returnArrayElement()
- returnKeyValuePair
- in file Spyc.php, method Spyc::returnKeyValuePair()
- returnMappedSequence
- in file Spyc.php, method Spyc::returnMappedSequence()
- returnMappedValue
- in file Spyc.php, method Spyc::returnMappedValue()
- revertLiteralPlaceHolder
- in file Spyc.php, method Spyc::revertLiteralPlaceHolder()
- $recipient
- in file Email.php, variable Krai_Log_Logger_Email::$recipient
Email to
- Reset
- in file Logger.php, method Krai_Log_Logger::Reset()
Reset things
- Redirected
- in file Adone.php, class constant Krai_Module_Exception_Adone::Redirected
Code constant representing that a redirection occurred.
- RedirectSilent
- in file Action.php, method Krai_Module_Action::RedirectSilent()
Execute a redirect behind the scenes
- RedirectSilent
- in file Module.php, method Krai_Module::RedirectSilent()
Execute a redirect behind the scenes
- RedirectTo
- in file Module.php, method Krai_Module::RedirectTo()
Execute a redirect
- RedirectTo
- in file Action.php, method Krai_Module_Action::RedirectTo()
Execute a redirect
- Render
- in file Action.php, method Krai_Module_Action::Render()
Render a file with or without a template
- Rendered
- in file Adone.php, class constant Krai_Module_Exception_Adone::Rendered
Code constant representing that a rendering occurred.
- RenderPartial
- in file Action.php, method Krai_Module_Action::RenderPartial()
Renders a partial file
- RenderText
- in file Action.php, method Krai_Module_Action::RenderText()
Renders some text with or without a template
- Route.php
- procedural page Route.php
- Router.php
- procedural page Router.php
- Reconstruct
- in file Route.php, method Krai_Router_Route::Reconstruct()
Reconstruct the uri for this route
- RoutingPerformed
- in file Exception.php, class constant Krai_Router_Exception::RoutingPerformed
Error code for routing already having been performed.
s
- $STARTTIME
- in file Krai.php, variable Krai::$STARTTIME
Starting micro timestamp
- SaveMessages
- in file Krai.php, method Krai::SaveMessages()
Saves messages to the session
- SetMime
- in file Krai.php, method Krai::SetMime()
Sets the mime-type header for the response
- Setup
- in file Krai.php, method Krai::Setup()
This is the configuration function for the framework.
- SaveCache
- in file Cache.php, method Krai_Cache::SaveCache()
Tries to save a cache
- SelectQuery
- in file Handler.php, method Krai_Db_Handler::SelectQuery()
Generate a query struct for a find query
- $SavedGroups
- in file Spyc.php, variable Spyc::$SavedGroups
- Spyc.php
- procedural page Spyc.php
- Singular
- in file Inflector.php, method Krai_Lib_Inflector::Singular()
Changes a word from plural to singular
- Spyc
- in file Spyc.php, class Spyc
The Simple PHP YAML Class.
- startsLiteralBlock
- in file Spyc.php, method Spyc::startsLiteralBlock()
- startsMappedSequence
- in file Spyc.php, method Spyc::startsMappedSequence()
- startsMappedValue
- in file Spyc.php, method Spyc::startsMappedValue()
- stripGroup
- in file Spyc.php, method Spyc::stripGroup()
- stripIndent
- in file Spyc.php, method Spyc::stripIndent()
- $sender
- in file Email.php, variable Krai_Log_Logger_Email::$sender
Email from
- $subject
- in file Email.php, variable Krai_Log_Logger_Email::$subject
Email subject
- $syslog_levels
- in file Session.php, variable Krai_Log_Session::$syslog_levels
Logger levels
- Syslog.php
- procedural page Syslog.php
- Session.php
- procedural page Session.php
- SetErrorConditionThresh
- in file Logger.php, method Krai_Log_Logger::SetErrorConditionThresh()
Set If error condition thresh, then what to log
- SetErrorConditionTriggerThresh
- in file Logger.php, method Krai_Log_Logger::SetErrorConditionTriggerThresh()
Set error condition threshold
- SetMaxQueueSize
- in file Logger.php, method Krai_Log_Logger::SetMaxQueueSize()
Set the queue size
- SetThresh
- in file Logger.php, method Krai_Log_Logger::SetThresh()
Set threshold for what to log
- Start
- in file Log.php, method Krai_Log::Start()
Initialize the logger
- SyslogSetFacility
- in file Syslog.php, method Krai_Log_Logger_Syslog::SyslogSetFacility()
Set the facility to which to log
- SYSLOG_LEVELS_LIST
- in file Log.php, class constant Krai_Log::SYSLOG_LEVELS_LIST
List of log levels
- Send
- in file Mail.php, method Krai_Mail::Send()
Send (or just process and not send) an email
- StylesheetTag
- in file Markup.php, method Krai_Markup::StylesheetTag()
Generates link tags for some stylesheet files
- Select.php
- procedural page Select.php
- Struct.php
- procedural page Struct.php
t
- ToArray
- in file Object.php, method Krai_Db_Object::ToArray()
Convert the database object to an array
- Transaction
- in file Pdo.php, method Krai_Db_Handler_Pdo::Transaction()
- Transaction
- in file Mysql.php, method Krai_Db_Handler_Mysql::Transaction()
- Transaction
- in file Handler.php, method Krai_Db_Handler::Transaction()
Transaction controller
- $thresh
- in file Logger.php, variable Krai_Log_Logger::$thresh
Threshold
- $type
- in file Logger.php, variable Krai_Log_Logger::$type
Log type
- TypeSpecificClose
- in file Syslog.php, method Krai_Log_Logger_Syslog::TypeSpecificClose()
Close the log
- TypeSpecificClose
- in file Console.php, method Krai_Log_Logger_Console::TypeSpecificClose()
Does nothing
- TypeSpecificClose
- in file Local.php, method Krai_Log_Logger_Local::TypeSpecificClose()
Close the log file
- TypeSpecificClose
- in file Email.php, method Krai_Log_Logger_Email::TypeSpecificClose()
Send the mail and clean up
- TypeSpecificOpen
- in file Email.php, method Krai_Log_Logger_Email::TypeSpecificOpen()
Initializes the instance
- TypeSpecificOpen
- in file Console.php, method Krai_Log_Logger_Console::TypeSpecificOpen()
Does nothing
- TypeSpecificOpen
- in file Syslog.php, method Krai_Log_Logger_Syslog::TypeSpecificOpen()
Open the log
- TypeSpecificOpen
- in file Local.php, method Krai_Log_Logger_Local::TypeSpecificOpen()
Open the logging instance
- TypeSpecificOutputMsg
- in file Email.php, method Krai_Log_Logger_Email::TypeSpecificOutputMsg()
Writes a message to the email body
- TypeSpecificOutputMsg
- in file Console.php, method Krai_Log_Logger_Console::TypeSpecificOutputMsg()
Actually output the message
- TypeSpecificOutputMsg
- in file Syslog.php, method Krai_Log_Logger_Syslog::TypeSpecificOutputMsg()
Write a message to the log
- TypeSpecificOutputMsg
- in file Local.php, method Krai_Log_Logger_Local::TypeSpecificOutputMsg()
Write a message to the log
- TypeSpecificReset
- in file Syslog.php, method Krai_Log_Logger_Syslog::TypeSpecificReset()
Does nothing
- TypeSpecificReset
- in file Local.php, method Krai_Log_Logger_Local::TypeSpecificReset()
Reset stuff
- TypeSpecificReset
- in file Email.php, method Krai_Log_Logger_Email::TypeSpecificReset()
Doesnt do anything
- TypeSpecificReset
- in file Console.php, method Krai_Log_Logger_Console::TypeSpecificReset()
Does nothing
- $tables
- in file Dbquery.php, variable Krai_Struct_Dbquery::$tables
Query tables
y
- YAMLDump
- in file Spyc.php, method Spyc::YAMLDump()
Dump YAML from PHP array statically
- YAMLLoad
- in file Spyc.php, method Spyc::YAMLLoad()
Load YAML into a PHP array statically
|
|