Full index

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 z _
a
top
$active_language
template::$active_language in template.class.php
Contains active language identifier being used.
$alias
filemanager::$alias in filemanager.class.php
An alias to group the images with in a certain application.
$allowed_ext
filemanager::$allowed_ext in filemanager.class.php
The allowed extentions for uploads.
$AltBody
PHPMailer::$AltBody in class.phpmailer.php
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
$ascendants
PU_tree::$ascendants in PHPDS_utils.inc.php
Associative array: for each node (by ref), what are the nodes upper in the tree
$autoload_filters
Smarty::$autoload_filters in Smarty.class.php
This indicates which filters are automatically loaded into Smarty.
$autoProtect
PHPDS_query::$autoProtect in PHPDS_query.class.php
Automatically escape bad chars for all in-parameters
$auto_protect
PHPDS_query::$auto_protect in PHPDS_query.class.php
absolutePath
PHPDS_core::absolutePath() in PHPDS_core.class.php
Turns any given relative path to the absolute version of the path.
absolute_path
core::absolute_path() in core.class.php
Turns any given relative path to the absolute version of the path.
access_menu
security::access_menu() in security.class.php
activePlugin
PHPDS_core::activePlugin() in PHPDS_core.class.php
Function to return the current running/active plugin.
activeTemplate
PHPDS_core::activeTemplate() in PHPDS_core.class.php
Function to return the current running/active template.
active_plugin
core::active_plugin() in core.class.php
Function to return the current running/active plugin.
active_template
core::active_template() in core.class.php
Function to return the current running/active template.
adaptiveResize
GdThumb::adaptiveResize() in GdThumb.inc.php
Adaptively Resizes the Image
add
PU_tree::add() in PHPDS_utils.inc.php
Add an element to the tree. When all elements are added, you MUST call climb()
add
PHPDS_notif::add() in PHPDS_notif.class.php
AddAddress
PHPMailer::AddAddress() in class.phpmailer.php
Adds a "To" address.
AddAttachment
PHPMailer::AddAttachment() in class.phpmailer.php
Adds an attachment from a path on the filesystem.
AddBCC
PHPMailer::AddBCC() in class.phpmailer.php
Adds a "Bcc" address.
AddCC
PHPMailer::AddCC() in class.phpmailer.php
Adds a "Cc" address.
addCssFileToHead
PHPDS_template::addCssFileToHead() in PHPDS_template.class.php
Will add any css path to the <head></head> tags of your document.
addCSSToHead
PHPDS_template::addCSSToHead() in PHPDS_template.class.php
Will add any css to the <head></head> tags of your document adding script tags.
AddCustomHeader
PHPMailer::AddCustomHeader() in class.phpmailer.php
Adds a custom header.
AddEmbeddedImage
PHPMailer::AddEmbeddedImage() in class.phpmailer.php
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
addJsFileToHead
PHPDS_template::addJsFileToHead() in PHPDS_template.class.php
Will add any js path to the <head></head> tags of your document.
addJsToHead
PHPDS_template::addJsToHead() in PHPDS_template.class.php
Will add any js to the <head></head> tags of your document adding script tags.
AddrAppend
PHPMailer::AddrAppend() in class.phpmailer.php
Creates recipient headers.
AddReplyTo
PHPMailer::AddReplyTo() in class.phpmailer.php
Adds a "Reply-to" address.
AddrFormat
PHPMailer::AddrFormat() in class.phpmailer.php
Formats an address correctly.
AddStringAttachment
PHPMailer::AddStringAttachment() in class.phpmailer.php
Adds a string or binary attachment (non-filesystem) to the list.
addToHead
PHPDS_template::addToHead() in PHPDS_template.class.php
Will add any content to the <head></head> tags of your document.
addWhere
PHPDS_query::addWhere() in PHPDS_query.class.php
Add a subclause to the main WHERE clause of the query
affectedRows
PHPDS_PDOconnector::affectedRows() in PHPDS_dbConnector.class.php
Return the number of affected rows in the result of the query
affectedRows
PHPDS_dbConnector::affectedRows() in PHPDS_dbConnector.class.php
alertLink
PHPDS_core::alertLink() in PHPDS_core.class.php
This shows a simple "alert" box which notifies the user about a specified condition.
alertSubmit
PHPDS_core::alertSubmit() in PHPDS_core.class.php
This shows a simple "alert" box which notifies the user about a specified condition.
alert_link
core::alert_link() in core.class.php
This shows a simple "alert" box which notifies the user about a specified condition.
alert_submit
core::alert_submit() in core.class.php
This shows a simple "alert" box which notifies the user about a specified condition.
alt_color
template::alt_color() in template.class.php
Does the alternating colors of rows when there is more then 1 result. Intended to be used by the developer.
append
Smarty::append() in Smarty.class.php
appends values to template variables
append_by_ref
Smarty::append_by_ref() in Smarty.class.php
appends values to template variables by reference
asArray
PHPDS_backtrace::asArray() in PHPDS_errorHandler.class.php
asArray
PHPDS_query::asArray() in PHPDS_query.class.php
Returns a single field from every line, resulting in an array of values (ie some kind of "vertical" fetching)
ascendants
PU_tree::ascendants() in PHPDS_utils.inc.php
Returns the ascendants of the given node, either as array or as a string for sql
asHTML
PHPDS_backtrace::asHTML() in PHPDS_errorHandler.class.php
asLine
PHPDS_query::asLine() in PHPDS_query.class.php
Returns the asked line as an array
asOne
PHPDS_query::asOne() in PHPDS_query.class.php
Return one value from the asked field of the asked line
assertionHandler
FirePHP::assertionHandler() in FirePHP.class.php
FirePHP's assertion handler
assign
Smarty::assign() in Smarty.class.php
assigns values to template variables
assign
template::assign() in template.class.php
Sets Smarty variables to be passed to it.
assign_by_ref
Smarty::assign_by_ref() in Smarty.class.php
assigns values to template variables by reference
asText
PHPDS_backtrace::asText() in PHPDS_errorHandler.class.php
asWhole
PHPDS_query::asWhole() in PHPDS_query.class.php
Returns all lines from the result as a big array of arrays
as_array
PHPDS_query::as_array() in PHPDS_query.class.php
Returns a single field from every line, resulting in an array of values (ie some kind of "vertical" fetching)
as_line
PHPDS_query::as_line() in PHPDS_query.class.php
Returns the asked line as an array
as_one
PHPDS_query::as_one() in PHPDS_query.class.php
Return one value from the asked field of the asked line
as_whole
PHPDS_query::as_whole() in PHPDS_query.class.php
Returns all lines from the result as a big array of arrays
Authenticate
SMTP::Authenticate() in class.smtp.php
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
Authorise
POP3::Authorise() in class.pop3.php
Combination of public events - connect, login, disconnect
auto_upload
filemanager::auto_upload() in filemanager.class.php
Simplifies the whole process of uploading files with type=file.
b
top
$basepath
PHPDS::$basepath in PHPDS.inc.php
The textual path of PHPDS directory on disk (not the URL).
$Body
PHPMailer::$Body in class.phpmailer.php
Sets the Body of the message. This can be either an HTML or text body.
$booleanize
Config_File::$booleanize in Config_File.class.php
Controls whether config values of on/true/yes and off/false/no get converted to boolean values automatically.
$breadcrumbArray
PHPDS_navigation::$breadcrumbArray in PHPDS_navigation.class.php
Base64EncodeWrapMB
PHPMailer::Base64EncodeWrapMB() in class.phpmailer.php
Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character.
basepath
PHPDS::basepath() in PHPDS.inc.php
Simply returns basepath
belongsToGroup
PHPDS_user::belongsToGroup() in PHPDS_user.class.php
Check if user belongs to given group. Returns true if user belongs to user group.
belongsToGroup
PHPDS_db::belongsToGroup() in PHPDS_db.class.php
Check if user belongs to given group. Returns true if user belongs to user group.
belongsToRole
PHPDS_user::belongsToRole() in PHPDS_user.class.php
Check if user belongs to given role. Returns true if user belongs to user role.
belongsToRole
PHPDS_db::belongsToRole() in PHPDS_db.class.php
Check if user belongs to given role. Returns true if user belongs to user role.
belongs_to_group
db::belongs_to_group() in db.class.php
Check if user belongs to given group. Returns true if user belongs to user group.
belongs_to_role
db::belongs_to_role() in db.class.php
Check if user belongs to given role. Returns true if user belongs to user role.
build
PHPDS_query::build() in PHPDS_query.class.php
Build the query based on the private sql and the parameters
buildURL
PHPDS_navigation::buildURL() in PHPDS_navigation.class.php
Returns the correct string for use in href when creating a link for a menu id. Will return sef url if possible.
buildURLFromPath
PHPDS_navigation::buildURLFromPath() in PHPDS_navigation.class.php
Will return the url for a certain menu item when path is provided.
busy
PHPDS_template::busy() in PHPDS_template.class.php
This returns/prints a busy of the script being executed. Intended to be used by the developer.
block.textformat.php
block.textformat.php in block.textformat.php
c
top
$cachedResult
PHPDS_query::$cachedResult in PHPDS_query.class.php
In some specific case (namely debugging) this will contain a cached version of the results
$cacheObject
PHPDS_memCache::$cacheObject in PHPDS_memCache.inc.php
$cacheObject
PHPDS_sessionCache::$cacheObject in PHPDS_sessionCache.inc.php
$cache_dir
view::$cache_dir in view.class.php
Cache directory.
$cache_dir
Smarty::$cache_dir in Smarty.class.php
The name of the directory for cache files.
$cache_handler_func
Smarty::$cache_handler_func in Smarty.class.php
The function used for cache file handling. If not set, built-in caching is used.
$cache_lifetime
Smarty::$cache_lifetime in Smarty.class.php
This is the number of seconds cached content will persist.
$cache_modified_check
Smarty::$cache_modified_check in Smarty.class.php
Only used when $caching is enabled. If true, then If-Modified-Since headers are respected with cached content, and appropriate HTTP headers are sent.
$caching
Smarty::$caching in Smarty.class.php
This enables template caching.
$CDN
PHPDS_template::$CDN in PHPDS_template.class.php
Content Distribution Network.
$CharSet
PHPMailer::$CharSet in class.phpmailer.php
Sets the CharSet of the message.
$child
PHPDS_navigation::$child in PHPDS_navigation.class.php
$cmod
filemanager::$cmod in filemanager.class.php
Set permission for newly uploaded files.
$compatMode
PHPDS::$compatMode in PHPDS.inc.php
The higher the less backward-compatible.
$compiler_class
Smarty::$compiler_class in Smarty.class.php
The class used for compiling templates.
$compiler_file
Smarty::$compiler_file in Smarty.class.php
The file that contains the compiler class. This can a full pathname, or relative to the php_include path.
$compile_check
Smarty::$compile_check in Smarty.class.php
This tells Smarty whether to check for recompiling or not. Recompiling does not need to happen unless a template or config file is changed.
$compile_dir
view::$compile_dir in view.class.php
Compiling directory.
$compile_dir
Smarty::$compile_dir in Smarty.class.php
The directory where compiled templates are located.
$compile_id
Smarty::$compile_id in Smarty.class.php
Set this if you want different sets of compiled files for the same templates. This is useful for things like different languages.
$conduits
PHPDS_debug::$conduits in PHPDS_debug.class.php
$configuration
PHPDS::$configuration in PHPDS.inc.php
Core system configuration settings.
$config_booleanize
Smarty::$config_booleanize in Smarty.class.php
This tells whether or not to automatically booleanize config file variables.
$config_class
Smarty::$config_class in Smarty.class.php
The class used to load config vars.
$config_dir
Smarty::$config_dir in Smarty.class.php
The directory where config files are located.
$config_dir
view::$config_dir in view.class.php
Config directory.
$config_fix_newlines
Smarty::$config_fix_newlines in Smarty.class.php
This tells whether or not automatically fix newlines in config files.
$config_overwrite
Smarty::$config_overwrite in Smarty.class.php
This tells if config file vars of the same name overwrite each other or not.
$config_read_hidden
Smarty::$config_read_hidden in Smarty.class.php
This tells whether hidden sections [.foobar] are readable from the tempalates or not. Normally you would never allow this since that is the point behind hidden sections: the application can access them, but the templates cannot.
$ConfirmReadingTo
PHPMailer::$ConfirmReadingTo in class.phpmailer.php
Sets the email address that a reading confirmation will be sent.
$connection
PHPDS_db::$connection in PHPDS_db.class.php
Contains connection data.
$connector
PHPDS_db::$connector in PHPDS_db.class.php
Database connector.
$ContentType
PHPMailer::$ContentType in class.phpmailer.php
Sets the Content-type of the message.
$controller
PHPDS_template::$controller in PHPDS_template.class.php
Modify Output Controller content.
$convertAssertionErrorsToExceptions
Flag whether to convert PHP assertion errors to Exceptions
$convert_density
filemanager::$convert_density in filemanager.class.php
Choose the density image will be converted to from pdf.
$convert_pdf
filemanager::$convert_pdf in filemanager.class.php
Convert pdf to image using convert in Linux.
$cookie
PHPDS_security::$cookie in PHPDS_security.class.php
Cleaned up $_COOKIE.
$core
PHPDS::$core in PHPDS.inc.php
Core object.
$countQueries
PHPDS_db::$countQueries in PHPDS_db.class.php
Count amount of queries used by the system.
$CRLF
POP3::$CRLF in class.pop3.php
POP3 Carriage Return + Line Feed
$CRLF
SMTP::$CRLF in class.smtp.php
SMTP reply line ending
$cron_output
template::$cron_output in template.class.php
When this variable is assigned, the cronjob will output to his template system if it is enabled in the config.
$crop_thumb_dimension
filemanager::$crop_thumb_dimension in filemanager.class.php
Crop by measure.
$crop_thumb_fromcenter
filemanager::$crop_thumb_fromcenter in filemanager.class.php
Crop from center.
$currentDimensions
GdReflectionLib::$currentDimensions in gd_reflection.inc.php
$currentDimensions
GdThumb::$currentDimensions in GdThumb.inc.php
The current dimensions of the image
cacheClear
PHPDS_memCache::cacheClear() in PHPDS_memCache.inc.php
Clear specific or all cache memory.
cacheClear
PHPDS_sessionCache::cacheClear() in PHPDS_sessionCache.inc.php
Clear specific or all cache memory.
cacheClear
PHPDS_noCache::cacheClear() in PHPDS_noCache.inc.php
Clear specific or all cache memory.
cacheClear
PHPDS_db::cacheClear() in PHPDS_db.class.php
Clear specific or all cache memory.
cacheEmpty
PHPDS_noCache::cacheEmpty() in PHPDS_noCache.inc.php
Checks if we have an empty cache container.
cacheEmpty
PHPDS_db::cacheEmpty() in PHPDS_db.class.php
Checks if we have an empty cache container.
cacheEmpty
PHPDS_memCache::cacheEmpty() in PHPDS_memCache.inc.php
Checks if we have an empty cache container.
cacheEmpty
PHPDS_sessionCache::cacheEmpty() in PHPDS_sessionCache.inc.php
Checks if we have an empty cache container.
cacheRead
PHPDS_sessionCache::cacheRead() in PHPDS_sessionCache.inc.php
Return exising cache result to required item.
cacheRead
PHPDS_memCache::cacheRead() in PHPDS_memCache.inc.php
Return exising cache result for required key.
cacheRead
PHPDS_noCache::cacheRead() in PHPDS_noCache.inc.php
Return exising cache result to required item.
cacheRead
PHPDS_db::cacheRead() in PHPDS_db.class.php
Return exising cache result to required item.
cacheWrite
PHPDS_memCache::cacheWrite() in PHPDS_memCache.inc.php
Writes new data to cache.
cacheWrite
PHPDS_sessionCache::cacheWrite() in PHPDS_sessionCache.inc.php
Writes new data to cache.
cacheWrite
PHPDS_noCache::cacheWrite() in PHPDS_noCache.inc.php
Writes new data to cache.
cacheWrite
PHPDS_db::cacheWrite() in PHPDS_db.class.php
Writes new data to cache.
cache_clear
db::cache_clear() in db.class.php
Clear specific or all cache memory.
cache_empty
db::cache_empty() in db.class.php
Checks if we have an empty cache container.
cache_read
db::cache_read() in db.class.php
Return exising cache result to required item.
cache_write
db::cache_write() in db.class.php
Writes new data to cache.
calcHeight
GdThumb::calcHeight() in GdThumb.inc.php
Calculates a new width and height for the image based on $this->maxWidth and the provided dimensions
calcImageSize
GdThumb::calcImageSize() in GdThumb.inc.php
Calculates the new image dimensions
calcImageSizePercent
Calculates new dimensions based on $this->percent and the provided dimensions
calcImageSizeStrict
Calculates new image dimensions, not allowing the width and height to be less than either the max width or height
calcPercent
GdThumb::calcPercent() in GdThumb.inc.php
Calculates a new width and height for the image based on $this->percent and the provided dimensions
calcWidth
GdThumb::calcWidth() in GdThumb.inc.php
Calculates a new width and height for the image based on $this->maxWidth and the provided dimensions
callFamily
PHPDS_navigation::callFamily() in PHPDS_navigation.class.php
Assists write_menu in calling menu children.
call_family
navigation::call_family() in navigation.class.php
Assists write_menu in calling menu children.
canAccessMenu
PHPDS_user::canAccessMenu() in PHPDS_user.class.php
Check if a user has access to a given menu id.
canAccessMenu
PHPDS_security::canAccessMenu() in PHPDS_security.class.php
Check if a user has access to a given menu id.
checkParameters
USER_isRootQuery::checkParameters() in PHPDS_user.query.php
checkParameters
checkParameters
checkParameters
checkParameters
PHPDS_query::checkParameters() in PHPDS_query.class.php
Allows daughter classes to check the parameters array before the query is sent
checkParameters
checkResults
PHPDS_query::checkResults() in PHPDS_query.class.php
Allows daughter classes to check the results array before it's sent back
clear
Config_File::clear() in Config_File.class.php
Clear loaded config data for a certain file or all files.
clear
PHPDS_notif::clear() in PHPDS_notif.class.php
ClearAddresses
PHPMailer::ClearAddresses() in class.phpmailer.php
Clears all recipients assigned in the TO array. Returns void.
ClearAllRecipients
PHPMailer::ClearAllRecipients() in class.phpmailer.php
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
ClearAttachments
PHPMailer::ClearAttachments() in class.phpmailer.php
Clears all previously set filesystem, string, and binary attachments. Returns void.
ClearBCCs
PHPMailer::ClearBCCs() in class.phpmailer.php
Clears all recipients assigned in the BCC array. Returns void.
ClearCCs
PHPMailer::ClearCCs() in class.phpmailer.php
Clears all recipients assigned in the CC array. Returns void.
ClearCustomHeaders
PHPMailer::ClearCustomHeaders() in class.phpmailer.php
Clears all custom headers. Returns void.
clearLogin
iBaseLogin::clearLogin() in PHPDS_login.class.php
Destroys login session data.
clearLogin
PHPDS_login::clearLogin() in PHPDS_login.class.php
Destroys login session data.
ClearReplyTos
PHPMailer::ClearReplyTos() in class.phpmailer.php
Clears all recipients assigned in the ReplyTo array. Returns void.
ClearSend
email::ClearSend() in email.class.php
Clears all stored objects to prepare for new email send.
clearUserCookie
PHPDS_login::clearUserCookie() in PHPDS_login.class.php
Delete the current persistent cookie from the db and kill the cookie on the user end.
clear_all_assign
Smarty::clear_all_assign() in Smarty.class.php
clear all the assigned template variables.
clear_all_cache
Smarty::clear_all_cache() in Smarty.class.php
clear the entire contents of cache (all templates)
clear_assign
Smarty::clear_assign() in Smarty.class.php
clear the given assigned template variable.
clear_cache
Smarty::clear_cache() in Smarty.class.php
clear cached content for the given template and cache id
clear_compiled_tpl
Smarty::clear_compiled_tpl() in Smarty.class.php
clears compiled version of specified template resource, or all compiled template files if one is not specified.
clear_config
Smarty::clear_config() in Smarty.class.php
clear configuration values
climb
PU_tree::climb() in PHPDS_utils.inc.php
Climb the tree in order to fill the descendant array.
Close
SMTP::Close() in class.smtp.php
Closes the socket and cleans up the state of the class.
conductor
PHPDS_errorHandler::conductor() in PHPDS_errorHandler.class.php
config
PHPDS::config() in PHPDS.inc.php
Main configuration method: load settings, create menus, templates, and so on After that, everything is ready to run all config_*() methods are meant to be called only at startup time by config()
configCoreSettings
Fetch core settings from the site configuration stored in the database Also fetch some settings from the session and the locales
configDb
PHPDS::configDb() in PHPDS.inc.php
Deal with database access configuration
configSession
PHPDS::configSession() in PHPDS.inc.php
Deal with the "session" part of the configuration
Config_File
Config_File::Config_File() in Config_File.class.php
Constructs a new config file class.
Config_File
Config_File in Config_File.class.php
Config file reading class
config_load
Smarty::config_load() in Smarty.class.php
load configuration values
confirmLink
PHPDS_core::confirmLink() in PHPDS_core.class.php
This creates a simple confirmation box to ask users input before performing a critical link click.
confirmSubmit
PHPDS_core::confirmSubmit() in PHPDS_core.class.php
This creates a simple confirmation box to ask users input before performing a critical submit.
confirm_link
core::confirm_link() in core.class.php
This creates a simple confirmation box to ask users input before performing a critical link click.
confirm_submit
core::confirm_submit() in core.class.php
This creates a simple confirmation box to ask users input before performing a critical submit.
connect
PHPDS_db::connect() in PHPDS_db.class.php
Force database connection.
Connect
SMTP::Connect() in class.smtp.php
Connect to the server specified on the port specified.
connect
PHPDS_dbConnector::connect() in PHPDS_dbConnector.class.php
Connect
POP3::Connect() in class.pop3.php
Connect to the POP3 server
connect
PHPDS_PDOconnector::connect() in PHPDS_dbConnector.class.php
Connect to the database server (compatibility method)
connectCacheServer
PHPDS_memCache::connectCacheServer() in PHPDS_memCache.inc.php
Does the connection to the memcache server.
connectCacheServer
PHPDS_noCache::connectCacheServer() in PHPDS_noCache.inc.php
Do the connection to the server.
connectCacheServer
PHPDS_sessionCache::connectCacheServer() in PHPDS_sessionCache.inc.php
No real connection required if session cache is used.
connectCacheServer
PHPDS_db::connectCacheServer() in PHPDS_db.class.php
Does the connection to the memcache server.
Connected
SMTP::Connected() in class.smtp.php
Returns true if connected to a server otherwise false
connector
PHPDS_query::connector() in PHPDS_query.class.php
connect_memcache
db::connect_memcache() in db.class.php
Does the connection to the memcache server.
connect_mysql
db::connect_mysql() in db.class.php
This method connects to the database, if fails return a message to the template system.
construct
PHPDS_errorHandler::construct() in PHPDS_errorHandler.class.php
Construtor
construct
Empty function called by the actual constructor; meant to be overriden
construct
PHPDS_controller::construct() in PHPDS_controller.class.php
construct
PHPDS_debug::construct() in PHPDS_debug.class.php
controlLogin
PHPDS_user::controlLogin() in PHPDS_user.class.php
Actual processing of login page.
controlLogin
PHPDS_login::controlLogin() in PHPDS_login.class.php
Check what to do with login action.
controlLogin
iBaseLogin::controlLogin() in PHPDS_login.class.php
Check what to do with login action.
copyArray
PHPDS::copyArray() in PHPDS.inc.php
Copy an array to another and defaults to false if the value isn't set
copySettings
PHPDS::copySettings() in PHPDS.inc.php
Copy settings from the database-loaded array. Converts and defaults to false if the value isn't set
core
core in core.class.php
This class contains general functions to use all over the system.
count
PHPDS_query::count() in PHPDS_query.class.php
Return the number of lines in a result
countRows
PHPDS_db::countRows() in PHPDS_db.class.php
Simple method to count number of rows in a table.
count_rows
db::count_rows() in db.class.php
Simple method to count number of rows in a table.
create
thumbnail::create() in thumbnail.class.php
Factory Function
CreateBody
PHPMailer::CreateBody() in class.phpmailer.php
Assembles the message body. Returns an empty string on failure.
createBreadcrumbs
PHPDS_navigation::createBreadcrumbs() in PHPDS_navigation.class.php
This method compiles the history tree seen, this is the tree that the user sees expand when going deeper into menu levels.
CreateHeader
PHPMailer::CreateHeader() in class.phpmailer.php
Assembles message header.
createMenuId
PHPDS_navigation::createMenuId() in PHPDS_navigation.class.php
Convert plugin file location to unsigned CRC32 value. This is unique and allows one to locate a menu item from location as well.
createMenuStructure
PHPDS_navigation::createMenuStructure() in PHPDS_navigation.class.php
Compiles menu items in order.
createRandomString
PHPDS_core::createRandomString() in PHPDS_core.class.php
This method creates a random string with mixed alphabetic characters.
createReflection
GdReflectionLib::createReflection() in gd_reflection.inc.php
create_date_directory
filemanager::create_date_directory() in filemanager.class.php
Creates directory according to month and year.
create_menu_id
navigation::create_menu_id() in navigation.class.php
Convert plugin file location to unsigned CRC32 value. This is unique and allows one to locate a menu item from location as well.
create_random_string
This method creates a random string with mixed alphabetic characters.
critical
PHPDS_template::critical() in PHPDS_template.class.php
This returns/prints a critical message regarding the active script. Intended to be used by the developer.
crop
GdThumb::crop() in GdThumb.inc.php
Vanilla Cropping - Crops from x,y with specified width and height
cropFromCenter
GdThumb::cropFromCenter() in GdThumb.inc.php
Crops an image from the center with provided dimensions
currentMenuID
PHPDS_navigation::currentMenuID() in PHPDS_navigation.class.php
Simply returns current menu id.
currentUserID
PHPDS_security::currentUserID() in PHPDS_security.class.php
Returns current logged in user id.
currentUserID
PHPDS_user::currentUserID() in PHPDS_user.class.php
Returns current logged in user id.
core.class.php
core.class.php in core.class.php
class.phpmailer.php
class.phpmailer.php in class.phpmailer.php
class.pop3.php
class.pop3.php in class.pop3.php
class.smtp.php
class.smtp.php in class.smtp.php
Config_File.class.php
Config_File.class.php in Config_File.class.php
core.assemble_plugin_filepath.php
core.assemble_plugin_filepath.php in core.assemble_plugin_filepath.php
core.assign_smarty_interface.php
core.assign_smarty_interface.php in core.assign_smarty_interface.php
core.create_dir_structure.php
core.create_dir_structure.php in core.create_dir_structure.php
core.display_debug_console.php
core.display_debug_console.php in core.display_debug_console.php
core.get_include_path.php
core.get_include_path.php in core.get_include_path.php
core.get_microtime.php
core.get_microtime.php in core.get_microtime.php
core.get_php_resource.php
core.get_php_resource.php in core.get_php_resource.php
core.is_secure.php
core.is_secure.php in core.is_secure.php
core.is_trusted.php
core.is_trusted.php in core.is_trusted.php
core.load_plugins.php
core.load_plugins.php in core.load_plugins.php
core.load_resource_plugin.php
core.load_resource_plugin.php in core.load_resource_plugin.php
core.process_cached_inserts.php
core.process_cached_inserts.php in core.process_cached_inserts.php
core.process_compiled_include.php
core.process_compiled_include.php in core.process_compiled_include.php
core.read_cache_file.php
core.read_cache_file.php in core.read_cache_file.php
core.rmdir.php
core.rmdir.php in core.rmdir.php
core.rm_auto.php
core.rm_auto.php in core.rm_auto.php
core.run_insert_handler.php
core.run_insert_handler.php in core.run_insert_handler.php
core.smarty_include_php.php
core.smarty_include_php.php in core.smarty_include_php.php
core.write_cache_file.php
core.write_cache_file.php in core.write_cache_file.php
core.write_compiled_include.php
core.write_compiled_include.php in core.write_compiled_include.php
core.write_compiled_resource.php
core.write_compiled_resource.php in core.write_compiled_resource.php
core.write_file.php
core.write_file.php in core.write_file.php
compiler.assign.php
compiler.assign.php in compiler.assign.php
d
top
$db
PHPDS::$db in PHPDS.inc.php
Core database object.
$dbName
PHPDS_db::$dbName in PHPDS_db.class.php
Contains database name where PHPDevShell runs on.
$dbPassword
PHPDS_db::$dbPassword in PHPDS_db.class.php
Contains database user password where PHPDevShell runs on.
$dbUsername
PHPDS_db::$dbUsername in PHPDS_db.class.php
Contains database user name where PHPDevShell runs on.
$debugging
Smarty::$debugging in Smarty.class.php
If debugging is enabled, a debug console window will display when the page loads (make sure your browser allows unrequested popup windows)
$debugging_ctrl
Smarty::$debugging_ctrl in Smarty.class.php
This determines if debugging is enable-able from the browser.
$debugInstance
PHPDS::$debugInstance in PHPDS.inc.php
Main instance of the debug module, which handles startup init.
$debugStr
PHPDS_template::$debugStr in PHPDS_template.class.php
Assign this variable if you would like to debug your script, it will show on critical errors as well.
$debug_tpl
Smarty::$debug_tpl in Smarty.class.php
This is the path to the debug console template. If not set, the default one will be used.
$defaultImplemenation
thumbnail::$defaultImplemenation in thumbnail.class.php
Which implemenation of the class should be used by default
$defaultQuery
PHPDS_db::$defaultQuery in PHPDS_db.class.php
Query as string.
$default_modifiers
Smarty::$default_modifiers in Smarty.class.php
This is a list of the modifiers to apply to all template variables.
$default_resource_type
Smarty::$default_resource_type in Smarty.class.php
This is the resource type to be used when not specified
$default_template_handler_func
If a template cannot be found, this PHP function will be executed.
$default_upload_directory
The default upload relative path for files.
$dependance
The object this object depend on. Ultimately up the chain it should be the main PHPSD instance
$descendants
PU_tree::$descendants in PHPDS_utils.inc.php
Associative array: for each node (by ref), what are the nodes lower in the tree
$display
PHPDS_errorHandler::$display in PHPDS_errorHandler.class.php
$displaySqlInError
PHPDS_db::$displaySqlInError in PHPDS_db.class.php
Display erroneous sql statements
$domain
PHPDS_debug::$domain in PHPDS_debug.class.php
$do_create_resize_image
filemanager::$do_create_resize_image in filemanager.class.php
This option will shrink a large image to a smaller then original viewable image. This should be larger then a thumbnail in most cases as this is the image the user can see when clicking on a thumbnail.
$do_create_thumb
filemanager::$do_create_thumb in filemanager.class.php
Should thumbnails be created on image uploads.
$do_debug
SMTP::$do_debug in class.smtp.php
Sets whether debugging is turned on
$do_debug
POP3::$do_debug in class.pop3.php
Displaying Debug warnings? (0 = now, 1+ = yes)
$do_thumb_reflect
filemanager::$do_thumb_reflect in filemanager.class.php
Add thumb reflections.
$do_verp
SMTP::$do_verp in class.smtp.php
Sets VERP use on/off (default is off)
Data
SMTP::Data() in class.smtp.php
Issues a data command and sends the msg_data to the server
db
db in db.class.php
This class makes connections to the database and makes the queries.
DB_countRowsQuery
DB_countRowsQuery in PHPDS_db.query.php
DB - Count Rows.
DB_deleteQuickQuery
DB_deleteQuickQuery in PHPDS_db.query.php
DB - Delete row from database with option to return deleted column name.
DB_deleteSettingsQuery
DB_deleteSettingsQuery in PHPDS_db.query.php
DB - Delete settings from database.
DB_doesRecordExistQuery
DB_doesRecordExistQuery in PHPDS_db.query.php
DB - Search and check if record exists in database.
DB_getSettingsQuery
DB_getSettingsQuery in PHPDS_db.query.php
DB - Get settings from database.
DB_installedPluginsQuery
DB_installedPluginsQuery in PHPDS_db.query.php
DB - Lists all installed plugins on PHPDevShell.
DB_logMenuAccessQuery
DB_logMenuAccessQuery in PHPDS_db.query.php
DB - Log Menu Access.
DB_logThisQuery
DB_logThisQuery in PHPDS_db.query.php
DB - General Logs.
DB_nameOfNewCopyQuery
DB_nameOfNewCopyQuery in PHPDS_db.query.php
DB - This method is used to generate a new name value for a particular string in the database.
DB_readPluginClassRegistryQuery
DB_readPluginClassRegistryQuery in PHPDS_db.query.php
Reads plugin registry to know what classes needs to be checked for when called.
DB_selectQuickQuery
DB_selectQuickQuery in PHPDS_db.query.php
DB - Quick selecting single value from database.
DB_tableExistQuery
DB_tableExistQuery in PHPDS_db.query.php
DB - Does Table Exist.
DB_writeSettingsQuery
DB_writeSettingsQuery in PHPDS_db.query.php
DB - Write settings to database.
DEBUG
PHPDS_debug::DEBUG in PHPDS_debug.class.php
debug
PHPDS_debug::debug() in PHPDS_debug.class.php
Push Firebug Debug Info
debugInfo
PHPDS_template::debugInfo() in PHPDS_template.class.php
Prints the number of queries used to the gui.
debugInstance
PHPDS_PDOconnector::debugInstance() in PHPDS_dbConnector.class.php
Debugging Instance.
debugInstance
Create instance of PHPDS_debug.
debugInstance
PHPDS_query::debugInstance() in PHPDS_query.class.php
decrypt
PHPDS_security::decrypt() in PHPDS_security.class.php
Decrypts a string with the configuration key provided.
DefaultSettings
email::DefaultSettings() in email.class.php
Loads all default PHPDevShell mail settings as defined in general settings for easy and quick sending.
define_lang
core::define_lang() in core.class.php
Turn $lang variables into constants.
deleteCookie
PHPDS_login::deleteCookie() in PHPDS_login.class.php
Delete cookie from database.
deleteQuick
PHPDS_db::deleteQuick() in PHPDS_db.class.php
Delete data from the database with minimal effort.
deleteSettings
PHPDS_db::deleteSettings() in PHPDS_db.class.php
Delete all settings stored by a given plugins name, is used when uninstalling a plugin.
delete_dir
filemanager::delete_dir() in filemanager.class.php
Will delete a whole directory recursively (directory muste be writable).
delete_filename
filemanager::delete_filename() in filemanager.class.php
Deletes a filename.
delete_files
filemanager::delete_files() in filemanager.class.php
Delete file logs from database.
delete_persistent_cookie
delete_quick
db::delete_quick() in db.class.php
Delete data from the database with minimal effort.
delete_settings
db::delete_settings() in db.class.php
Delete all settings stored by a given plugins name, is used when uninstalling a plugin.
descendants
PU_tree::descendants() in PHPDS_utils.inc.php
Returns the descendants of the given node, either as array or as a string for sql
detectClientExtension
Check if FirePHP is installed on client
determineFormat
GdThumb::determineFormat() in GdThumb.inc.php
Determines the file format by mime-type
determineMenuName
PHPDS_navigation::determineMenuName() in PHPDS_navigation.class.php
Determines what the menu item should be named.
determine_menu_name
navigation::determine_menu_name() in navigation.class.php
Determines what the menu item should be named.
dgettext
dgettext() in PHPDS_utils.inc.php
DIR_SEP
DIR_SEP in Smarty.class.php
DIR_SEP isn't used anymore, but third party apps might
Disconnect
POP3::Disconnect() in class.pop3.php
Disconnect from the POP3 server
display
template::display() in template.class.php
Loads the default or custom template (tpl) file and prints it out.
display
Smarty::display() in Smarty.class.php
executes & displays the template results
display_filesize
filemanager::display_filesize() in filemanager.class.php
Convert numeric into file size.
doesRecordExist
PHPDS_db::doesRecordExist() in PHPDS_db.class.php
Determines whether the specified search string already exists in the specified field within the supplied table.
does_record_exist
db::does_record_exist() in db.class.php
Determines whether the specified search string already exists in the specified field within the supplied table.
dofetch
view::dofetch() in view.class.php
Loads the default or custom template (tpl) file and returns results.
dofetch
template::dofetch() in template.class.php
Loads the default or custom template (tpl) file and returns results.
doHandleError
PHPDS_errorHandler::doHandleError() in PHPDS_errorHandler.class.php
Error handler
doHandleException
PHPDS_errorHandler::doHandleException() in PHPDS_errorHandler.class.php
Exception handler
doHandleShutdown
PHPDS_errorHandler::doHandleShutdown() in PHPDS_errorHandler.class.php
Handle critical errors (if set to)
domain
PHPDS_debug::domain() in PHPDS_debug.class.php
Accessor for the domain field: get (and possibily set) the domain
download_file
filemanager::download_file() in filemanager.class.php
Enables the caller to download a file to a local writable directory.
do_login
security::do_login() in security.class.php
dtip
dtip() in PHPDS_template.class.php
Creates a language tooltip string inside a text domain and prints it out to the template.
dump
FB::dump() in fb.php4
Dumps key and variable to firebug server panel
dump
PHPDS_debug::dump() in PHPDS_debug.class.php
Dump the content of a variable to the backends
DUMP
FirePHP::DUMP in FirePHP.class.php
Dumps a variable to firebug's server panel
dump
FirePHP::dump() in FirePHP.class.php
Dumps key and variable to firebug server panel
db.class.php
db.class.php in db.class.php
e
top
$elements
PU_tree::$elements in PHPDS_utils.inc.php
Associative array of the nodes (element ref => element, usually a label)
$embedded
PHPDS::$embedded in PHPDS.inc.php
PHPDS is used throught the lib (true) or standalone (false).
$enabled
PHPDS_debug::$enabled in PHPDS_debug.class.php
$enabled
FirePHP::$enabled in FirePHP.class.php
Flag to enable/disable logging
$Encoding
PHPMailer::$Encoding in class.phpmailer.php
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
$ErrorInfo
PHPMailer::$ErrorInfo in class.phpmailer.php
Holds the most recent mailer error message.
$errorMessage
ThumbBase::$errorMessage in ThumbBase.inc.php
The last error message raised
$error_backtrace
PHPDS_errorHandler::$error_backtrace in PHPDS_errorHandler.class.php
$error_reporting
Smarty::$error_reporting in Smarty.class.php
When set, smarty does uses this value as error_reporting-level.
$essentialSettings
PHPDS_db::$essentialSettings in PHPDS_db.class.php
Essential settings array.
$extendedMessage
PHPDS_exception::$extendedMessage in PHPDS_exception.class.php
email
email in email.class.php
Contains methods to handle emails appropriate.
enable
PHPDS_debug::enable() in PHPDS_debug.class.php
Enable or disable the debugger output ; get the current state
EncodeHeader
PHPMailer::EncodeHeader() in class.phpmailer.php
Encode a header string to best (shortest) of Q, B, quoted or none.
encodeObject
FirePHP::encodeObject() in FirePHP.class.php
Encodes an object including members with protected and private visibility
EncodeQ
PHPMailer::EncodeQ() in class.phpmailer.php
Encode string to q encoding.
EncodeQP
PHPMailer::EncodeQP() in class.phpmailer.php
Encode string to RFC2045 (6.7) quoted-printable format
EncodeQPphp
PHPMailer::EncodeQPphp() in class.phpmailer.php
Encode string to quoted-printable.
EncodeString
PHPMailer::EncodeString() in class.phpmailer.php
Encodes string to requested format.
encodeTable
FirePHP::encodeTable() in FirePHP.class.php
Encodes a table by encoding each row and column with encodeObject()
encrypt
PHPDS_security::encrypt() in PHPDS_security.class.php
Encrypts a string with the configuration key provided.
endTransaction
PHPDS_db::endTransaction() in PHPDS_db.class.php
Commits database transactions.
endTransaction
PHPDS_dbConnector::endTransaction() in PHPDS_dbConnector.class.php
endTransaction
PHPDS_PDOconnector::endTransaction() in PHPDS_dbConnector.class.php
Ends SQL transaction.
end_transaction
db::end_transaction() in db.class.php
Commits database transactions.
error
FB::error() in fb.php4
Log object with label to firebug console
error
PHPDS_debug::error() in PHPDS_debug.class.php
Push Firebug Error
error
PHPDS_template::error() in PHPDS_template.class.php
This returns/prints a error message regarding the active script. Intended to be used by the developer where exceptions are caught.
error
FirePHP::error() in FirePHP.class.php
Log object with label to firebug console
ERROR
FirePHP::ERROR in FirePHP.class.php
Firebug ERROR level
ERROR
PHPDS_debug::ERROR in PHPDS_debug.class.php
errorHandler
FirePHP::errorHandler() in FirePHP.class.php
FirePHP's error handler
errorMessage
phpmailerException::errorMessage() in class.phpmailer.php
error_log
PHPDS_errorHandler::error_log() in PHPDS_errorHandler.class.php
Write data to the error log using Apache flow
establish_ftp
filemanager::establish_ftp() in filemanager.class.php
Connects to a normal ftp or secure server.
EXCEPTION
FirePHP::EXCEPTION in FirePHP.class.php
Displays an exception in firebug console
exceptionHandler
FirePHP::exceptionHandler() in FirePHP.class.php
FirePHP's exception handler
execute
PHPDS_controller::execute() in PHPDS_controller.class.php
This method is meant to be the entry point of your class. Most checks and cleanup should have been done by the time it's executed
executeController
PHPDS_template::executeController() in PHPDS_template.class.php
Executes the controller.
extendMenuLoop
PHPDS_template::extendMenuLoop() in PHPDS_template.class.php
This function support output_script by looking deeper into menu structure to find last linked menu item that is not linked to another.
extend_menu_loop
template::extend_menu_loop() in template.class.php
This function support output_script by looking deeper into menu structure to find last linked menu item that is not linked to another.
extraBuild
PHPDS_query::extraBuild() in PHPDS_query.class.php
Construct the extra part of the query (WHERE ... GROUP BY ... ORDER BY...) Doesn't change $this->sql
extraBuild
PHPDS_taggerListQuery::extraBuild() in PHPDS_tagger.query.php
extractMenu
PHPDS_navigation::extractMenu() in PHPDS_navigation.class.php
This methods loads the menu structure, this according to permission and conditions.
extra_build
PHPDS_query::extra_build() in PHPDS_query.class.php
Construct the extra part of the query (WHERE ... GROUP BY ... ORDER BY...) Doesn't change $this->sql
E_DEPRECATED
E_DEPRECATED in FirePHP.class.php
E_RECOVERABLE_ERROR
E_RECOVERABLE_ERROR in FirePHP.class.php
E_STRICT
E_STRICT in FirePHP.class.php
E_USER_DEPRECATED
E_USER_DEPRECATED in FirePHP.class.php
email.class.php
email.class.php in email.class.php
f
top
$fields
PHPDS_query::$fields in PHPDS_query.class.php
The list of fields to study
$file
PHPDS_errorHandler::$file in PHPDS_errorHandler.class.php
$fileName
ThumbBase::$fileName in ThumbBase.inc.php
The name of the file we're manipulating
$filter
db::$filter in db.class.php
Contains current filter data.
$firebug
PHPDS_errorHandler::$firebug in PHPDS_errorHandler.class.php
$firephp
PHPDS_errorHandler::$firephp in PHPDS_errorHandler.class.php
$fix_newlines
Config_File::$fix_newlines in Config_File.class.php
Controls whether or not to fix mac or dos formatted newlines.
$focus
USER_isSameGroupQuery::$focus in PHPDS_user.query.php
$focus
USER_isRootQuery::$focus in PHPDS_user.query.php
$focus
PHPDS_taggerLookupQuery::$focus in PHPDS_tagger.query.php
$focus
USER_guestRoleNameQuery::$focus in PHPDS_user.query.php
$focus
PHPDS_query::$focus in PHPDS_query.class.php
Make a field the point of interest
$focus
USER_guestGroupNameQuery::$focus in PHPDS_user.query.php
$force_compile
Smarty::$force_compile in Smarty.class.php
This forces templates to compile every time. Useful for development or debugging.
$format
ThumbBase::$format in ThumbBase.inc.php
What the file format is (mime-type)
$From
PHPMailer::$From in class.phpmailer.php
Sets the From email address for the message.
$FromName
PHPMailer::$FromName in class.phpmailer.php
Sets the From name of the message.
fb.php
fb.php in fb.php
fb.php4
fb.php4 in fb.php4
FirePHP.class.php
FirePHP.class.php in FirePHP.class.php
FirePHP.class.php4
FirePHP.class.php4 in FirePHP.class.php4
factory
Create a new instance of the given class and link it as dependant (variable number of argument)
factoryWith
Create a new instance of the given class and link it as dependant (variable number of argument)
fb
FirePHP::fb() in FirePHP.class.php
Log varible to Firebug
FB
FB in fb.php4
fb
fb() in fb.php4
Sends the given data to the FirePHP Firefox Extension.
fetch
template::fetch() in template.class.php
Loads the default or custom template (tpl) file and returns results.
fetch
PHPDS_notif::fetch() in PHPDS_notif.class.php
fetch
Smarty::fetch() in Smarty.class.php
executes & returns or displays the template results
fetchAssoc
PHPDS_PDOconnector::fetchAssoc() in PHPDS_dbConnector.class.php
Return the next line as an associative array
fetchAssoc
PHPDS_dbConnector::fetchAssoc() in PHPDS_dbConnector.class.php
fetchCodeFragment
PHPDS_backtrace::fetchCodeFragment() in PHPDS_errorHandler.class.php
fileExistsAndReadable
Checks to see if $this->fileName exists and is readable
filemanager
filemanager in filemanager.class.php
This class handles file uploads in its simplest form.
findGroupChildren
PHPDS_user::findGroupChildren() in PHPDS_user.class.php
Will dig deeper for children of groups.
FirePHP
FirePHP in FirePHP.class.php
Sends the given data to the FirePHP Firefox Extension.
FirePHP_DUMP
FirePHP_DUMP in FirePHP.class.php4
Dumps a variable to firebug's server panel
FirePHP_ERROR
FirePHP_ERROR in FirePHP.class.php4
Firebug ERROR level
FirePHP_GROUP_END
FirePHP_GROUP_END in FirePHP.class.php4
Ends a group in firebug console
FirePHP_GROUP_START
FirePHP_GROUP_START in FirePHP.class.php4
Starts a group in firebug console
FirePHP_INFO
FirePHP_INFO in FirePHP.class.php4
Firebug INFO level
FirePHP_LOG
FirePHP_LOG in FirePHP.class.php4
Firebug LOG level
FirePHP_TABLE
FirePHP_TABLE in FirePHP.class.php4
Displays a table in firebug console
FirePHP_TRACE
FirePHP_TRACE in FirePHP.class.php4
Displays a stack trace in firebug console
FirePHP_VERSION
FirePHP_VERSION in FirePHP.class.php4
FirePHP version
FirePHP_WARN
FirePHP_WARN in FirePHP.class.php4
Firebug WARN level
fnmatch
fnmatch() in PHPDS_utils.inc.php
FNM_CASEFOLD
FNM_CASEFOLD in PHPDS_utils.inc.php
FNM_NOESCAPE
FNM_NOESCAPE in PHPDS_utils.inc.php
FNM_PATHNAME
FNM_PATHNAME in PHPDS_utils.inc.php
FNM_PERIOD
FNM_PERIOD in PHPDS_utils.inc.php
form
form in form.class.php
This class handles simple form functions.
formatLocale
PHPDS_core::formatLocale() in PHPDS_core.class.php
Function formats locale according to logged in user settings else will default to system.
formatTimeDate
PHPDS_core::formatTimeDate() in PHPDS_core.class.php
This method will return the correct user time taking DST and users timezone into consideration.
format_locale
core::format_locale() in core.class.php
Function formats locale according to logged in user settings else will default to system.
format_time_date
core::format_time_date() in core.class.php
This method will return the correct user time taking DST and users timezone into consideration.
free
PHPDS_PDOconnector::free() in PHPDS_dbConnector.class.php
Clears the current connection (useful for example if we're fetching one row at a time and we give up before the end)
free
PHPDS_dbConnector::free() in PHPDS_dbConnector.class.php
ftp_rcopy
filemanager::ftp_rcopy() in filemanager.class.php
The following is a fully tested function (based on a previous note) that recursively puts files from a source directory to a destination directory. See http://rufy.com/tech/archives/000026.html for more information.
filemanager.class.php
filemanager.class.php in filemanager.class.php
form.class.php
form.class.php in form.class.php
function.assign_debug_info.php
function.assign_debug_info.php in function.assign_debug_info.php
function.config_load.php
function.config_load.php in function.config_load.php
function.counter.php
function.counter.php in function.counter.php
function.cycle.php
function.cycle.php in function.cycle.php
function.debug.php
function.debug.php in function.debug.php
function.eval.php
function.eval.php in function.eval.php
function.fetch.php
function.fetch.php in function.fetch.php
function.html_checkboxes.php
function.html_checkboxes.php in function.html_checkboxes.php
function.html_image.php
function.html_image.php in function.html_image.php
function.html_options.php
function.html_options.php in function.html_options.php
function.html_radios.php
function.html_radios.php in function.html_radios.php
function.html_select_date.php
function.html_select_date.php in function.html_select_date.php
function.html_select_time.php
function.html_select_time.php in function.html_select_time.php
function.html_table.php
function.html_table.php in function.html_table.php
function.mailto.php
function.mailto.php in function.mailto.php
function.math.php
function.math.php in function.math.php
function.popup.php
function.popup.php in function.popup.php
function.popup_init.php
function.popup_init.php in function.popup_init.php
g
top
$get
PHPDS_security::$get in PHPDS_security.class.php
Cleaned up $_GET.
$global
PHPDS_template::$global in PHPDS_template.class.php
Use this to have global available variables throughout scripts. For instance in hooks.
$graphics_engine
filemanager::$graphics_engine in filemanager.class.php
Graphics Engine.
$groupby
PHPDS_query::$groupby in PHPDS_query.class.php
$groupsArray
PHPDS_user::$groupsArray in PHPDS_user.class.php
Set groups that exists.
$group_id
filemanager::$group_id in filemanager.class.php
The group a file batch belongs to.
GdReflectionLib
GdReflectionLib in gd_reflection.inc.php
GD Reflection Lib Plugin
GdThumb
GdThumb in GdThumb.inc.php
GdThumb Class Definition
generate_history_tree
navigation::generate_history_tree() in navigation.class.php
This method compiles the history tree seen, this is the tree that the user sees expand when going deeper into menu levels.
generic_button
navigation::generic_button() in navigation.class.php
Creates a link that looks like all the other submit buttons.
GET
PHPDS_controller::GET() in PHPDS_controller.class.php
Return a value from the _GET meta array
get
PHPDS::get() in PHPDS.inc.php
This is a generic accessor to allow field access through an homogeneous and controlled way.
get
Config_File::get() in Config_File.class.php
Retrieves config info based on the file, section, and variable name.
getAllRequestHeaders
FirePHP::getAllRequestHeaders() in FirePHP.class.php
Get all request headers
getArgument
PHPDS_errorHandler::getArgument() in PHPDS_errorHandler.class.php
Converts variable into short text
GetAttachments
PHPMailer::GetAttachments() in class.phpmailer.php
Return the current array of attachments
getCauses
PHPDS_databaseException::getCauses() in PHPDS_exception.class.php
getCauses
PHPDS_exception::getCauses() in PHPDS_exception.class.php
returns a special message and a list of possible causes
getCauses
PHPDS_sprintfnException::getCauses() in PHPDS_exception.class.php
getCurrentDimensions
Returns $currentDimensions.
getEnabled
FirePHP::getEnabled() in FirePHP.class.php
Check if logging is enabled
getEnabled
FB::getEnabled() in fb.php4
Check if logging is enabled
getError
SMTP::getError() in class.smtp.php
Get the current error
getErrorMessage
ThumbBase::getErrorMessage() in ThumbBase.inc.php
Returns $errorMessage.
getEssentialSettings
PHPDS_db::getEssentialSettings() in PHPDS_db.class.php
Used to get all essential system settings from the database, preventing multiple queries.
getExtendedMessage
PHPDS_exception::getExtendedMessage() in PHPDS_exception.class.php
getExtendedTrace
PHPDS_exception::getExtendedTrace() in PHPDS_exception.class.php
getFileName
ThumbBase::getFileName() in ThumbBase.inc.php
Returns $fileName.
getFirePHP
PHPDS_errorHandler::getFirePHP() in PHPDS_errorHandler.class.php
getFormat
ThumbBase::getFormat() in ThumbBase.inc.php
Returns $format.
getGroups
PHPDS_user::getGroups() in PHPDS_user.class.php
This function gets all group id's for given user ids, while returning a string divided by ',' character or an array with ids.
getGroups
PHPDS_db::getGroups() in PHPDS_db.class.php
This function gets all group id's for given user ids, while returning a string divided by ',' character or an array with ids.
getHasError
ThumbBase::getHasError() in ThumbBase.inc.php
Returns $hasError.
getignoreLines
PHPDS_exception::getignoreLines() in PHPDS_exception.class.php
getImported
ThumbBase::getImported() in ThumbBase.inc.php
Returns $imported.
getImportedFunctions
Returns $importedFunctions.
getInstance
FirePHP::getInstance() in FirePHP.class.php
Gets singleton instance of FirePHP
getInstance
PhpThumb::getInstance() in PhpThumb.inc.php
Returns an instance of self
getKey
PHPDS_query::getKey() in PHPDS_query.class.php
Try to figure out which is the key field.
GetMailMIME
PHPMailer::GetMailMIME() in class.phpmailer.php
Returns the message MIME.
getMaxHeight
GdThumb::getMaxHeight() in GdThumb.inc.php
Returns $maxHeight.
getMaxWidth
GdThumb::getMaxWidth() in GdThumb.inc.php
Returns $maxWidth.
getNewDimensions
GdThumb::getNewDimensions() in GdThumb.inc.php
Returns $newDimensions.
getOldImage
GdThumb::getOldImage() in GdThumb.inc.php
Returns $oldImage.
getOption
FirePHP::getOption() in FirePHP.class.php
Get an option from the library
getOptions
FB::getOptions() in fb.php4
Get options for the library
getOptions
FirePHP::getOptions() in FirePHP.class.php
Get options from the library
getOptions
GdThumb::getOptions() in GdThumb.inc.php
Returns $options.
getPercent
GdThumb::getPercent() in GdThumb.inc.php
Returns $percent.
getPiece
PHPDS_template::getPiece() in PHPDS_template.class.php
returns a piece from the repository, optionnaly throught a module
getPluginRegistry
PhpThumb::getPluginRegistry() in PhpThumb.inc.php
Returns the plugin registry for the supplied implementation
getRequestHeader
FirePHP::getRequestHeader() in FirePHP.class.php
Get a request header
getResults
PHPDS_taggerLookupQuery::getResults() in PHPDS_tagger.query.php
getResults
PHPDS_query::getResults() in PHPDS_query.class.php
Deal with all special cases (i.e flags) regarding how results should be returned
getRoles
PHPDS_db::getRoles() in PHPDS_db.class.php
This function gets all role id's for a given user id, while returning a string divided by ',' character or an array with ids.
getRoles
PHPDS_user::getRoles() in PHPDS_user.class.php
This function gets all role id's for a given user id, while returning a string divided by ',' character or an array with ids.
getSettings
PHPDS_db::getSettings() in PHPDS_db.class.php
Loads and returns required settings from database.
getTemplate
PHPDS_template::getTemplate() in PHPDS_template.class.php
Get and return the supposed to run template.
gettext
gettext() in PHPDS_utils.inc.php
getTpl
PHPDS_template::getTpl() in PHPDS_template.class.php
Gets the correct location of a tpl file, will return full path, can be a view.tpl or view.tpl.php files.
GetTranslations
PHPMailer::GetTranslations() in class.phpmailer.php
Return the current array of language strings
getUserAgent
FirePHP::getUserAgent() in FirePHP.class.php
Get user agent
getUserIp
PHPDS_security::getUserIp() in PHPDS_security.class.php
Simple method to return users IP, this method will be improved in the future if needed.
getUserIp
PHPDS_user::getUserIp() in PHPDS_user.class.php
Simple method to return users IP, this method will be improved in the future if needed.
getWorkingImage
GdThumb::getWorkingImage() in GdThumb.inc.php
Returns $workingImage.
get_config_vars
Smarty::get_config_vars() in Smarty.class.php
Returns an array containing config variables
get_essential_settings
Used to get all essential system settings from the database, preventing multiple queries.
get_file_base
filemanager::get_file_base() in filemanager.class.php
Get filename without extension.
get_file_extension
filemanager::get_file_extension() in filemanager.class.php
Get a files extension.
get_file_names
Config_File::get_file_names() in Config_File.class.php
Get all loaded config file names.
get_groups
db::get_groups() in db.class.php
This function gets all group id's for given user ids, while returning a string divided by ',' character or an array with ids.
get_hooks
db::get_hooks() in db.class.php
Pulls all registered hooks from the database and prepares them in an array.
get_key
PHPDS_query::get_key() in PHPDS_query.class.php
Try to figure out which is the key field.
get_key
Config_File::get_key() in Config_File.class.php
Retrieves config info based on the key.
get_registered_object
return a reference to a registered object
get_results
PHPDS_query::get_results() in PHPDS_query.class.php
Deal with all special cases (i.e flags) regarding how results should be returned
get_roles
db::get_roles() in db.class.php
This function gets all role id's for a given user id, while returning a string divided by ',' character or an array with ids.
get_section_names
Config_File::get_section_names() in Config_File.class.php
Get all section names from a loaded file.
get_settings
db::get_settings() in db.class.php
Loads and returns required settings from database.
get_template
template::get_template() in template.class.php
Get and return the supposed to run template.
get_template_vars
Smarty::get_template_vars() in Smarty.class.php
Returns an array containing template variables
get_tpl
view::get_tpl() in view.class.php
Gets the correct location of a tpl file.
get_var_names
Config_File::get_var_names() in Config_File.class.php
Get all global or section variable names.
group
FB::group() in fb.php4
Start a group for following messages
group
FirePHP::group() in FirePHP.class.php
Start a group for following messages.
groupEnd
FB::groupEnd() in fb.php4
Ends a group you have started before
groupEnd
FirePHP::groupEnd() in FirePHP.class.php
Ends a group you have started before
groupExist
PHPDS_user::groupExist() in PHPDS_user.class.php
Simple check to see if a certain group exists.
groupExist
PHPDS_db::groupExist() in PHPDS_db.class.php
Simple check to see if a certain group exists.
GROUP_END
FirePHP::GROUP_END in FirePHP.class.php
Ends a group in firebug console
group_exist
db::group_exist() in db.class.php
Simple check to see if a certain group exists.
GROUP_START
FirePHP::GROUP_START in FirePHP.class.php
Starts a group in firebug console
GdThumb.inc.php
GdThumb.inc.php in GdThumb.inc.php
gd_reflection.inc.php
gd_reflection.inc.php in gd_reflection.inc.php
h
top
$hasError
ThumbBase::$hasError in ThumbBase.inc.php
Whether or not the current instance has any errors
$Helo
PHPMailer::$Helo in class.phpmailer.php
Sets the SMTP HELO of the message (Default is $Hostname).
$heritage
PHPDS_notif::$heritage in PHPDS_notif.class.php
$HOOK
template::$HOOK in template.class.php
Contains script HOOK data.
$hook_array
template::$hook_array in template.class.php
Contains array with existing registered hook points for active script.
$hook_request
template::$hook_request in template.class.php
The hook position id (head, foot, aaa, etc...) that is being required in main script.
$host
POP3::$host in class.pop3.php
POP3 Mail Server
$Host
PHPMailer::$Host in class.phpmailer.php
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
$Hostname
PHPMailer::$Hostname in class.phpmailer.php
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
$HTML
template::$HTML in template.class.php
Contains script HTML data.
handleResult
PHPDS_controller::handleResult() in PHPDS_controller.class.php
Deal with the controller's output
hasCauses
PHPDS_sprintfnException::hasCauses() in PHPDS_exception.class.php
hasCauses
PHPDS_exception::hasCauses() in PHPDS_exception.class.php
some Exception may choose to display some possible cause for the error, to help tracking down the error
hasCauses
PHPDS_databaseException::hasCauses() in PHPDS_exception.class.php
hashPassword
PHPDS_security::hashPassword() in PHPDS_security.class.php
Creates a "secret" version of the password
hash_password
security::hash_password() in security.class.php
HasMultiBytes
PHPMailer::HasMultiBytes() in class.phpmailer.php
Checks if a string contains multibyte characters.
HeaderLine
PHPMailer::HeaderLine() in class.phpmailer.php
Returns a formatted header line.
headersSent
FirePHP::headersSent() in FirePHP.class.php
Check if headers have already been sent
heading
PHPDS_template::heading() in PHPDS_template.class.php
This returns/prints a heading discription of the script being executed. Intended to be used by the developer.
Hello
SMTP::Hello() in class.smtp.php
Sends the HELO command to the smtp server.
hex2rgb
GdReflectionLib::hex2rgb() in gd_reflection.inc.php
Converts a hex color to rgb tuples
highlightString
PHPDS_backtrace::highlightString() in PHPDS_errorHandler.class.php
hook
template::hook() in template.class.php
The exact location where hook should be applied.
htmlEntityDecode
PHPDS_template::htmlEntityDecode() in PHPDS_template.class.php
Convert all HTML entities to their applicable characters.
html_entity_decode
template::html_entity_decode() in template.class.php
Convert all HTML entities to their applicable characters.
i
top
$ignoreLines
PHPDS_exception::$ignoreLines in PHPDS_exception.class.php
$ignore_notices
PHPDS_errorHandler::$ignore_notices in PHPDS_errorHandler.class.php
Error handler options
$ignore_warnings
PHPDS_errorHandler::$ignore_warnings in PHPDS_errorHandler.class.php
$image_copies
filemanager::$image_copies in filemanager.class.php
When converting to pdf with multiple pages, image copies will be stored here.
$image_quality
filemanager::$image_quality in filemanager.class.php
Image quality of converted images.
$imported
ThumbBase::$imported in ThumbBase.inc.php
All imported objects
$importedFunctions
ThumbBase::$importedFunctions in ThumbBase.inc.php
All imported object functions
$inExceptionHandler
FirePHP::$inExceptionHandler in FirePHP.class.php
Flag whether we are logging from within the exception handler
$instance
FirePHP::$instance in FirePHP.class.php
Singleton instance of FirePHP
$I_give_up
PHPDS_errorHandler::$I_give_up in PHPDS_errorHandler.class.php
index.php
index.php in index.php
iBaseLogin
iBaseLogin in PHPDS_login.class.php
Interface a plugin must implement to be used in authentification
icon
PHPDS_template::icon() in PHPDS_template.class.php
This method will load given png icon from icon database,
iconize
template::iconize() in template.class.php
Will pick image or text icon depending on print or fast mode.
icon_type
filemanager::icon_type() in filemanager.class.php
Takes a filename and checks what icon needs to go with it.
imageFlipVertical
GdReflectionLib::imageFlipVertical() in gd_reflection.inc.php
Flips the image vertically
import
PHPDS_notif::import() in PHPDS_notif.class.php
importPlugins
ThumbBase::importPlugins() in ThumbBase.inc.php
Imports plugins in $registry to the class
imports
ThumbBase::imports() in ThumbBase.inc.php
Imports a plugin
includeConfigFile
Load one config file, if it exists
index.php
index.php in index.php
info
PHPDS_template::info() in PHPDS_template.class.php
This returns/prints info of the script being executed. Intended to be used by the developer.
info
PHPDS_debug::info() in PHPDS_debug.class.php
Push Firebug Info
info
PHPDS_dependant::info() in PHPDS.inc.php
DEPRECATED: alias for _log()
INFO
PHPDS_debug::INFO in PHPDS_debug.class.php
info
FB::info() in fb.php4
Log object with label to firebug console
info
FirePHP::info() in FirePHP.class.php
Log object with label to firebug console
INFO
FirePHP::INFO in FirePHP.class.php
Firebug INFO level
info_mark
template::info_mark() in template.class.php
This creates an the [i] when over with mouse a popup with a message appears, this can be placed anywhere. Intended to be used by the developer.
init
FirePHP::init() in FirePHP.class.php
Creates FirePHP object and stores it for singleton access
InlineImageExists
PHPMailer::InlineImageExists() in class.phpmailer.php
Returns true if an inline attachment is present.
installedPlugins
PHPDS_db::installedPlugins() in PHPDS_db.class.php
Writes array of all the installed plugins on the system.
installed_plugins
db::installed_plugins() in db.class.php
Writes array of all the installed plugins on the system.
invoke
invoke
invoke
USER_belongsToRoleQuery::invoke() in PHPDS_user.query.php
Initiate query invoke command.
invoke
USER_groupExistQuery::invoke() in PHPDS_user.query.php
Initiate query invoke command.
invoke
USER_roleExistQuery::invoke() in PHPDS_user.query.php
Initiate query invoke command.
invoke
USER_getRolesQuery::invoke() in PHPDS_user.query.php
Initiate query invoke command.
invoke
USER_getGroupsQuery::invoke() in PHPDS_user.query.php
Initiate query invoke command.
invoke
PHPDS_updateTagsQuery::invoke() in PHPDS_tagger.query.php
Initiate query invoke command.
invoke
USER_findGroupChildren::invoke() in PHPDS_user.query.php
Initiate query invoke command.
invoke
PHPDS_query::invoke() in PHPDS_query.class.php
The usual process of a query: check the parameters, send the query to the server, check the results
invoke
NAVIGATION_extractMenuQuery::invoke() in PHPDS_navigation.query.php
Loads favorite control panel menu items.
invoke
DB_deleteQuickQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invoke
DB_logThisQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invoke
DB_getSettingsQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invoke
DB_countRowsQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invoke
DB_deleteSettingsQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invoke
DB_doesRecordExistQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invoke
DB_nameOfNewCopyQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invoke
Initiate query invoke command.
invoke
DB_writeSettingsQuery::invoke() in PHPDS_db.query.php
Initiate query invoke command.
invokeQuery
PHPDS_db::invokeQuery() in PHPDS_db.class.php
Locates the query class of the given name, loads it, intantiate it, send the query to the DB, and return the result
invokeQueryWith
PHPDS_db::invokeQueryWith() in PHPDS_db.class.php
Locates the query class of the given name, loads it, intantiate it, send the query to the DB, and return the result
isConstant
PHPDS_core::isConstant() in PHPDS_core.class.php
Check and returns constant if constant is defined or returns normal variable if no constant defined.
isEmbedded
PHPDS::isEmbedded() in PHPDS.inc.php
Check if instance is embedded.
isEnabled
PHPDS_debug::isEnabled() in PHPDS_debug.class.php
Is this instance sending data?
IsError
PHPMailer::IsError() in class.phpmailer.php
Returns true if an error occurred.
IsHTML
PHPMailer::IsHTML() in class.phpmailer.php
Sets message type to HTML.
isLoggedIn
PHPDS_user::isLoggedIn() in PHPDS_user.class.php
Check is user is logged in, return false if not.
isLoggedIn
iBaseLogin::isLoggedIn() in PHPDS_login.class.php
Check is user is logged in, return false if not.
isLoggedIn
PHPDS_login::isLoggedIn() in PHPDS_login.class.php
Check is user is logged in, return false if not.
isLoggedIn
PHPDS_security::isLoggedIn() in PHPDS_security.class.php
Check is user is logged in, return false if not.
IsMail
PHPMailer::IsMail() in class.phpmailer.php
Sets Mailer to send message using PHP mail() function.
IsQmail
PHPMailer::IsQmail() in class.phpmailer.php
Sets Mailer to send message using the qmail MTA.
isRoot
PHPDS_user::isRoot() in PHPDS_user.class.php
Check if user is a root user.
isRoot
PHPDS_security::isRoot() in PHPDS_security.class.php
Check if user is a root user.
isSameGroup
PHPDS_security::isSameGroup() in PHPDS_security.class.php
Check if the currently logged in user is the same group as the given user
isSameGroup
PHPDS_user::isSameGroup() in PHPDS_user.class.php
Check if the currently logged in user is the same group as the given user.
IsSendmail
PHPMailer::IsSendmail() in class.phpmailer.php
Sets Mailer to send message using the $Sendmail program.
IsSMTP
PHPMailer::IsSMTP() in class.phpmailer.php
Sets Mailer to send message using SMTP.
isValidImplementation
Returns whether or not $implementation is valid (available)
is_cached
Smarty::is_cached() in Smarty.class.php
test to see if valid cache exists for this template
is_constant
core::is_constant() in core.class.php
Check and returns constant if constant is defined or returns normal variable if no constant defined.
is_logged_in
security::is_logged_in() in security.class.php
is_root
security::is_root() in security.class.php
is_same_group
security::is_same_group() in security.class.php
is_utf8
FirePHP::is_utf8() in FirePHP.class.php
Returns true if $string is valid UTF-8 and false otherwise.
index.php
index.php in index.php
index.php
index.php in index.php
j
top
jquery
jquery in jquery.class.php
This is the wysiwyg editor class, PHPDevShell uses TinyMCE as we found it well tested, if you choose to use your own wysiwyg editor, simply replace this class file with your own class and settings to your wysiwyg editor. You may visit the TinyMCE website to find usage of how you could add more functionality to TinyMCE.
jquery_load
jquery::jquery_load() in jquery.class.php
This method loads the appropriate jquery classes, see http://jqueryui.com for examples.
jsonEncode
FirePHP::jsonEncode() in FirePHP.class.php
Encode an object into a JSON string
jquery.class.php
jquery.class.php in jquery.class.php
k
top
$keyField
PHPDS_query::$keyField in PHPDS_query.class.php
The name of the field to use as a key.
l
top
$lang
PHPDS::$lang in PHPDS.inc.php
Core system language values.
$language
PHPMailer::$language in class.phpmailer.php
$LE
PHPMailer::$LE in class.phpmailer.php
Provides the ability to change the line ending
$left_delimiter
Smarty::$left_delimiter in Smarty.class.php
The left delimiter used for the template tags.
$legacy
PHPDS_notif::$legacy in PHPDS_notif.class.php
$level
PHPDS_debug::$level in PHPDS_debug.class.php
$lightbox
jquery::$lightbox in jquery.class.php
Load lightbox effects using fancybox.
$limit
PHPDS_query::$limit in PHPDS_query.class.php
$limit_count
db::$limit_count in db.class.php
Override limit count results.
$load_ui
jquery::$load_ui in jquery.class.php
Load the jquery UI.
$logArray
PHPDS_db::$logArray in PHPDS_db.class.php
Array for log data to be written.
$loginMessage
PHPDS_template::$loginMessage in PHPDS_template.class.php
Sends a message to login form.
$logToInsightConsole
FirePHP::$logToInsightConsole in FirePHP.class.php
The insight console to log to if applicable
$log_uploads
filemanager::$log_uploads in filemanager.class.php
Should file uploads be logged to the database.
lastId
PHPDS_dbConnector::lastId() in PHPDS_dbConnector.class.php
lastId
PHPDS_PDOconnector::lastId() in PHPDS_dbConnector.class.php
Simply returns last inserted id from database.
lastLine
PHPDS_backtrace::lastLine() in PHPDS_errorHandler.class.php
limit
PHPDS_query::limit() in PHPDS_query.class.php
Limits query.
loadConfig
PHPDS::loadConfig() in PHPDS.inc.php
Create a config from the config files, and store it in the instance field
loadConfigFile
PHPDS::loadConfigFile() in PHPDS.inc.php
Load one config file, if it exists; also tried a ".local" with the same name
loadControllerFile
PHPDS_template::loadControllerFile() in PHPDS_template.class.php
Will attempt to load controller file from various locations.
loadCoreLanguage
PHPDS_core::loadCoreLanguage() in PHPDS_core.class.php
This method loads the core language array and assigns it to a variable.
loadDefaultPluginLanguage
This method loads the plugin language with default items and icons array.
loadFile
PHPDS_core::loadFile() in PHPDS_core.class.php
Assumes role of loading files.
loadFunctions
PHPDS::loadFunctions() in PHPDS.inc.php
Loads extra broad based system functions.
loadMenuLanguage
PHPDS_core::loadMenuLanguage() in PHPDS_core.class.php
This method loads the default menu language array and assigns it to a variable.
LoadPluginClasses
PHPDS_db::LoadPluginClasses() in PHPDS_db.class.php
Loads all available plugins into array.
loadPlugins
PhpThumb::loadPlugins() in PhpThumb.inc.php
Loads all the plugins in $pluginPath
loadPluginsConfig
Load plugin-specific host-style config
loadTranslation
PHPDS_core::loadTranslation() in PHPDS_core.class.php
This methods allows you to load translation by giving their locations and name.
load_core_language
core::load_core_language() in core.class.php
This method loads the core language array and assigns it to a variable.
load_default_plugin_language
This method loads the plugin language with default items and icons array.
load_file
Config_File::load_file() in Config_File.class.php
Load a configuration file manually.
load_file
core::load_file() in core.class.php
Assumes role of loading files.
load_files
filemanager::load_files() in filemanager.class.php
Load uploaded files from the log database.
load_filter
Smarty::load_filter() in Smarty.class.php
load a filter of specified type and name
load_icons
template::load_icons() in template.class.php
Will load template icons and assign to lang array.
load_menu_language
core::load_menu_language() in core.class.php
This method loads the default menu language array and assigns it to a variable.
load_page
navigation::load_page() in navigation.class.php
Returns the correct string for use in href when creating a link for a menu id. Will return sef url if possible.
load_security
security::load_security() in security.class.php
load_translation
core::load_translation() in core.class.php
This methods allows you to load translation by giving their locations and name.
log
PHPDS_debug::log() in PHPDS_debug.class.php
Log the data to the backends with the LOG level (the smallest, most often seen)
log
FirePHP::log() in FirePHP.class.php
Log object with label to firebug console
log
PHPDS::log() in PHPDS.inc.php
Send info data to the debug subsystem (console, firebug, ...)
log
FB::log() in fb.php4
Log object with label to firebug console
LOG
FirePHP::LOG in FirePHP.class.php
Firebug LOG level
log
PHPDS_dependant::log() in PHPDS.inc.php
Send info data to the debug subsystem (console, firebug, ...)
LOG
PHPDS_debug::LOG in PHPDS_debug.class.php
logConfig
PHPDS_core::logConfig() in PHPDS_core.class.php
Will log current configuration data to firephp.
Login
POP3::Login() in class.pop3.php
Login to the POP3 server (does not support APOP yet)
loginForm
PHPDS_login::loginForm() in PHPDS_login.class.php
Loads the username & password html template form.
loginForm
iBaseLogin::loginForm() in PHPDS_login.class.php
Loads the username & password html template form.
loginForm
PHPDS_template::loginForm() in PHPDS_template.class.php
Executes the login.
loginFormHeading
PHPDS_template::loginFormHeading() in PHPDS_template.class.php
Login heading messages.
LOGIN_deleteCookieQuery
LOGIN_deleteCookieQuery in PHPDS_login.query.php
LOGIN - Deletes users cookie data.
LOGIN_deletePersistentCookieQuery
LOGIN_deletePersistentCookieQuery in PHPDS_login.query.php
LOGIN - Remove persistant cookie from database
login_emplate
template::login_emplate() in template.class.php
Loads the username & password html template form.
LOGIN_selectCookieQuery
LOGIN_selectCookieQuery in PHPDS_login.query.php
LOGIN - Selects users cookie data.
LOGIN_selectUserPersistentQuery
LOGIN_selectUserPersistentQuery in PHPDS_login.query.php
LOGIN - Selects users persistant login details.
LOGIN_setPersistentCookieQuery
LOGIN_setPersistentCookieQuery in PHPDS_login.query.php
LOGIN - Insert persistant cookie data.
logMenuAccess
PHPDS_db::logMenuAccess() in PHPDS_db.class.php
Method logs menu access per user.
logThis
PHPDS_db::logThis() in PHPDS_db.class.php
This method logs error and success entries to the database.
log_config
core::log_config() in core.class.php
Will log current configuration data to firephp.
log_menu_access
db::log_menu_access() in db.class.php
Method logs menu access per user.
log_this
db::log_this() in db.class.php
This method logs error and success entries to the database.
lookupCookieLogin
PHPDS_login::lookupCookieLogin() in PHPDS_login.class.php
Search the database for the given credentials from a persistent cookie
lookupUser
iBaseLogin::lookupUser() in PHPDS_login.class.php
Search the database for the given credentials
lookupUser
PHPDS_login::lookupUser() in PHPDS_login.class.php
Search the database for the given credentials
lookup_persistent_user
lookup_user
security::lookup_user() in security.class.php
m
top
$mail
PHPDS_errorHandler::$mail in PHPDS_errorHandler.class.php
$Mailer
PHPMailer::$Mailer in class.phpmailer.php
Method to send mail: ("mail", "sendmail", or "smtp").
$mailsetting
email::$mailsetting in email.class.php
Contains default database settings.
$massmail_limit
email::$massmail_limit in email.class.php
Limits the amount of emails to send out per outgoing cycle, this prevents timeouts.
$maxHeight
GdThumb::$maxHeight in GdThumb.inc.php
The maximum height an image can be after resizing (in pixels)
$maxWidth
GdThumb::$maxWidth in GdThumb.inc.php
The maximum width an image can be after resizing (in pixels)
$max_filesize
filemanager::$max_filesize in filemanager.class.php
The maximum allowed file upload size.
$max_imagesize
filemanager::$max_imagesize in filemanager.class.php
The maximum allowed image upload size.
$memcache
PHPDS_db::$memcache in PHPDS_db.class.php
Memcache object.
$menu_id
filemanager::$menu_id in filemanager.class.php
Groups file upload by menu id.
$mergeGroups
PHPDS_user::$mergeGroups in PHPDS_user.class.php
Stores string of groups for specific user.
$mergeRoles
PHPDS_user::$mergeRoles in PHPDS_user.class.php
Stores string of roles for specific user.
$MessageID
PHPMailer::$MessageID in class.phpmailer.php
Sets the message ID to be used in the Message-Id header.
$messageIndex
FirePHP::$messageIndex in FirePHP.class.php
Wildfire protocol message index
$modifyHead
PHPDS_template::$modifyHead in PHPDS_template.class.php
Adds content to head of page.
$modifyOutputBreadcrumbs
PHPDS_template::$modifyOutputBreadcrumbs in PHPDS_template.class.php
Modify Output Breadcrumbs.
$modifyOutputController
PHPDS_template::$modifyOutputController in PHPDS_template.class.php
Modify Output Controller.
$modifyOutputFooter
PHPDS_template::$modifyOutputFooter in PHPDS_template.class.php
Modify Output Footer.
$modifyOutputGroup
PHPDS_template::$modifyOutputGroup in PHPDS_template.class.php
Modify Output Group.
$modifyOutputLoginLink
PHPDS_template::$modifyOutputLoginLink in PHPDS_template.class.php
Modify Output Login Link.
$modifyOutputLogo
PHPDS_template::$modifyOutputLogo in PHPDS_template.class.php
Modify Output Logo
$modifyOutputMenu
PHPDS_template::$modifyOutputMenu in PHPDS_template.class.php
Modify Output Menu.
$modifyOutputRole
PHPDS_template::$modifyOutputRole in PHPDS_template.class.php
Modify Output Role.
$modifyOutputTextLogo
PHPDS_template::$modifyOutputTextLogo in PHPDS_template.class.php
Modify Output Text Logo
$modifyOutputTime
PHPDS_template::$modifyOutputTime in PHPDS_template.class.php
Modify Output Time
$modifyOutputTitle
PHPDS_template::$modifyOutputTitle in PHPDS_template.class.php
Modify Output Title.
$modifyOutputUser
PHPDS_template::$modifyOutputUser in PHPDS_template.class.php
Modify Output User.
$modify_output_active_info
Use this variable to modify the output templates active info.
$modify_output_breadcrumbs
Use this variable to modify the output templates breadcrumbs.
$modify_output_footer
template::$modify_output_footer in template.class.php
Use this variable to modify the output templates footer.
$modify_output_menu
template::$modify_output_menu in template.class.php
Use this variable to modify the output templates menu.
$modify_output_script
template::$modify_output_script in template.class.php
Use this variable to modify the output templates script.
$modify_output_title
template::$modify_output_title in template.class.php
Use this variable to modify the output templates title.
$module
PHPDS_template::$module in PHPDS_template.class.php
Contains module html sniplets.
modifier.capitalize.php
modifier.capitalize.php in modifier.capitalize.php
modifier.cat.php
modifier.cat.php in modifier.cat.php
modifier.count_characters.php
modifier.count_characters.php in modifier.count_characters.php
modifier.count_paragraphs.php
modifier.count_paragraphs.php in modifier.count_paragraphs.php
modifier.count_sentences.php
modifier.count_sentences.php in modifier.count_sentences.php
modifier.count_words.php
modifier.count_words.php in modifier.count_words.php
modifier.date_format.php
modifier.date_format.php in modifier.date_format.php
modifier.debug_print_var.php
modifier.debug_print_var.php in modifier.debug_print_var.php
modifier.default.php
modifier.default.php in modifier.default.php
modifier.escape.php
modifier.escape.php in modifier.escape.php
modifier.indent.php
modifier.indent.php in modifier.indent.php
modifier.lower.php
modifier.lower.php in modifier.lower.php
modifier.nl2br.php
modifier.nl2br.php in modifier.nl2br.php
modifier.regex_replace.php
modifier.regex_replace.php in modifier.regex_replace.php
modifier.replace.php
modifier.replace.php in modifier.replace.php
modifier.spacify.php
modifier.spacify.php in modifier.spacify.php
modifier.string_format.php
modifier.string_format.php in modifier.string_format.php
modifier.strip.php
modifier.strip.php in modifier.strip.php
modifier.strip_tags.php
modifier.strip_tags.php in modifier.strip_tags.php
modifier.truncate.php
modifier.truncate.php in modifier.truncate.php
modifier.upper.php
modifier.upper.php in modifier.upper.php
modifier.wordwrap.php
modifier.wordwrap.php in modifier.wordwrap.php
Mail
SMTP::Mail() in class.smtp.php
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
MailSend
PHPMailer::MailSend() in class.phpmailer.php
Sends mail using the PHP mail() function.
makeQuery
PHPDS_db::makeQuery() in PHPDS_db.class.php
Locates the query class of the given name, loads it, intantiate it, and returns the query object
menuFile
PHPDS_navigation::menuFile() in PHPDS_navigation.class.php
Will try and locate the full path of a filename of a given menu id, if it is a link, the original filename will be returned.
menuPath
PHPDS_navigation::menuPath() in PHPDS_navigation.class.php
Will locate the menus item full path.
message
PHPDS_errorHandler::message() in PHPDS_errorHandler.class.php
Quick independent message styling, just to make it look better yea.
message
PHPDS_template::message() in PHPDS_template.class.php
This returns/prints a message of the script being executed. Intended to be used by the developer.
modPrint
PHPDS_template::modPrint() in PHPDS_template.class.php
Print a string via a module and returns the result
MsgHTML
PHPMailer::MsgHTML() in class.phpmailer.php
Evaluates the message and returns modifications for inline images and backgrounds
n
top
$navAlias
PHPDS_navigation::$navAlias in PHPDS_navigation.class.php
Holds all menu item information.
$navigation
PHPDS_navigation::$navigation in PHPDS_navigation.class.php
Holds all menu item information.
$navigation
PHPDS::$navigation in PHPDS.inc.php
Core navigation object.
$newDimensions
GdThumb::$newDimensions in GdThumb.inc.php
The new, calculated dimensions of the image
$newImage
GdReflectionLib::$newImage in gd_reflection.inc.php
$noEmptyRow
PHPDS_query::$noEmptyRow in PHPDS_query.class.php
strips any row with no content
$noticesAreFatal
PHPDS_errorHandler::$noticesAreFatal in PHPDS_errorHandler.class.php
$notif
PHPDS::$notif in PHPDS.inc.php
Main instance of the notification module
$no_empty_row
PHPDS_query::$no_empty_row in PHPDS_query.class.php
navigation.class.php
navigation.class.php in navigation.class.php
nameOfNewCopy
PHPDS_db::nameOfNewCopy() in PHPDS_db.class.php
This method is used to generate a new name value for a particular string in the database.
nameToId
PHPDS_core::nameToId() in PHPDS_core.class.php
Convert string unsigned CRC32 value. This is unique and can help predict a entries id beforehand.
name_of_new_copy
db::name_of_new_copy() in db.class.php
This method is used to generate a new name value for a particular string in the database.
name_to_id
core::name_to_id() in core.class.php
Convert string unsigned CRC32 value. This is unique and can help predict a entries id beforehand.
navigation
navigation in navigation.class.php
This class extracts and organizes the main menus from the database and displayes it to the user. Shows only where permissions apply.
NAVIGATION_extractMenuQuery
NAVIGATION_extractMenuQuery in PHPDS_navigation.query.php
Navigation - Extract all available menus user belings too.
NAVIGATION_findAliasQuery
NAVIGATION_findAliasQuery in PHPDS_navigation.query.php
Navigation - Check if we can find an alias by menu id.
NAVIGATION_findMenuQuery
NAVIGATION_findMenuQuery in PHPDS_navigation.query.php
Navigation - Check if we can find a menu id by using the alias.
newException
FirePHP::newException() in FirePHP.class.php
Returns a new exception
newQuery
PHPDS_db::newQuery() in PHPDS_db.class.php
Compatibility Do direct sql query without models.
new_query
db::new_query() in db.class.php
Compatibility method to allow PHPDS_db to replace db
nodes
PU_tree::nodes() in PHPDS_utils.inc.php
Returns an array of nodes, either the whole tree, or only the nodes listed in the filter
note
PHPDS_template::note() in PHPDS_template.class.php
This returns/prints a note of the script being executed. Intended to be used by the developer.
notice
PHPDS_template::notice() in PHPDS_template.class.php
This returns/prints a notice of the script being executed. Intended to be used by the developer.
numrows
PHPDS_PDOconnector::numrows() in PHPDS_dbConnector.class.php
Return the number of rows in the result of the query
numrows
PHPDS_dbConnector::numrows() in PHPDS_dbConnector.class.php
o
top
$objectFilters
FirePHP::$objectFilters in FirePHP.class.php
Filters used to exclude object members when encoding
$objectStack
FirePHP::$objectStack in FirePHP.class.php
A stack of objects used to detect recursion during object encoding
$oldImage
GdThumb::$oldImage in GdThumb.inc.php
The prior image (before manipulation)
$options
GdThumb::$options in GdThumb.inc.php
The options for this class
$options
FirePHP::$options in FirePHP.class.php
Options for the library
$options
GdReflectionLib::$options in gd_reflection.inc.php
$orderby
PHPDS_query::$orderby in PHPDS_query.class.php
$overwrite
Config_File::$overwrite in Config_File.class.php
Controls whether variables with the same name overwrite each other.
outputfilter.trimwhitespace.php
outputfilter.trimwhitespace.php in outputfilter.trimwhitespace.php
ok
PHPDS_template::ok() in PHPDS_template.class.php
This returns/prints a ok message regarding the active script. Intended to be used by the developer.
option_select
form::option_select() in form.class.php
Turns a given array into a <option> form.
out
template::out() in template.class.php
Print out any message given to it (instead of return). Intended to be used by the developer.
outputAbsoluteURL
PHPDS_template::outputAbsoluteURL() in PHPDS_template.class.php
This returns/prints the absolute url for inside theme usage.
outputBreadcrumbs
PHPDS_template::outputBreadcrumbs() in PHPDS_template.class.php
Returns "breadcrumbs" to the template system. Intended to be used by the engine.
outputCharset
PHPDS_template::outputCharset() in PHPDS_template.class.php
Outputs charset.
outputController
PHPDS_template::outputController() in PHPDS_template.class.php
Returns "output script" to the template system. Intended to be used by the engine.
outputFooter
PHPDS_template::outputFooter() in PHPDS_template.class.php
Returns the last footer string to the template system. Intended to be used by the engine.
outputGroup
PHPDS_template::outputGroup() in PHPDS_template.class.php
Sets template group.
outputHead
PHPDS_template::outputHead() in PHPDS_template.class.php
Changes head output.
outputLanguage
PHPDS_template::outputLanguage() in PHPDS_template.class.php
Outputs current language identifier being used.
outputLoginLink
PHPDS_template::outputLoginLink() in PHPDS_template.class.php
Sets template login link.
outputLogo
PHPDS_template::outputLogo() in PHPDS_template.class.php
Gets the desired logo and displays it. This method will try its best to deliver a logo, whatever the case.
outputMenu
PHPDS_template::outputMenu() in PHPDS_template.class.php
Returns "menus" to the template system. Intended to be used by the engine.
outputMetaDescription
PHPDS_template::outputMetaDescription() in PHPDS_template.class.php
This returns/prints the meta description for inside theme usage.
outputMetaKeywords
PHPDS_template::outputMetaKeywords() in PHPDS_template.class.php
This returns/prints the meta keywords for inside theme usage.
outputNotifications
PHPDS_template::outputNotifications() in PHPDS_template.class.php
Ability to call and display notifications pushed to the notification system.
outputRole
PHPDS_template::outputRole() in PHPDS_template.class.php
Sets template role.
outputScript
PHPDS_template::outputScript() in PHPDS_template.class.php
Returns "output script" to the template system. Intended to be used by the engine.
outputScriptIcon
PHPDS_template::outputScriptIcon() in PHPDS_template.class.php
This returns/prints an image of the current script running.
outputSkin
PHPDS_template::outputSkin() in PHPDS_template.class.php
This returns/prints the skin for inside theme usage.
outputTextLogo
PHPDS_template::outputTextLogo() in PHPDS_template.class.php
Sets template system logo or name.
outputTime
PHPDS_template::outputTime() in PHPDS_template.class.php
Sets template time.
outputTitle
PHPDS_template::outputTitle() in PHPDS_template.class.php
Outputs the active scripts title.
output_active_info
template::output_active_info() in template.class.php
Returns "users version number" and some other detail to the template system. Intended to be used by the engine.
output_breadcrumbs
template::output_breadcrumbs() in template.class.php
Returns "breadcrumbs" to the template system. Intended to be used by the engine.
output_charset
template::output_charset() in template.class.php
Outputs charset.
output_footer
template::output_footer() in template.class.php
Returns the last footer string to the template system. Intended to be used by the engine.
output_language
template::output_language() in template.class.php
Outputs current language identifier being used.
output_logo
template::output_logo() in template.class.php
Gets the desired logo and displays it. This method will try its best to deliver a logo, whatever the case.
output_menu
template::output_menu() in template.class.php
Returns "menus" to the template system. Intended to be used by the engine.
output_script
template::output_script() in template.class.php
Returns "output script" to the template system. Intended to be used by the engine.
output_title
template::output_title() in template.class.php
Outputs the active scripts title.
p
top
$parent
PHPDS_dependant::$parent in PHPDS.inc.php
Holds a dependent extended object to appear as parent.
$parentGroups
PHPDS_user::$parentGroups in PHPDS_user.class.php
Array contains parent groups.
$parentInstance
GdReflectionLib::$parentInstance in gd_reflection.inc.php
Instance of GdThumb passed to this class
$password
POP3::$password in class.pop3.php
POP3 Password
$Password
PHPMailer::$Password in class.phpmailer.php
Sets SMTP password.
$percent
GdThumb::$percent in GdThumb.inc.php
The percentage to resize the image by
$php_handling
Smarty::$php_handling in Smarty.class.php
This determines how Smarty handles "<?php ... ?>" tags in templates.
$pieces
PHPDS_template::$pieces in PHPDS_template.class.php
Repository of data pieces to be used by the actual Theme code
$PluginClasses
PHPDS::$PluginClasses in PHPDS.inc.php
Contains array of installed supportive plugin classes.
$PluginDir
PHPMailer::$PluginDir in class.phpmailer.php
Path to PHPMailer plugins. Useful if the SMTP class is in a different directory than the PHP include path.
$pluginLogo
PHPDS_db::$pluginLogo in PHPDS_db.class.php
Contains variable of logo.
$pluginPath
thumbnail::$pluginPath in thumbnail.class.php
Where the plugins can be loaded from
$pluginsInstalled
PHPDS_db::$pluginsInstalled in PHPDS_db.class.php
Contains array of all the plugins installed.
$plugins_dir
Smarty::$plugins_dir in Smarty.class.php
An array of directories searched for plugins.
$POP3_PORT
POP3::$POP3_PORT in class.pop3.php
Default POP3 port
$POP3_TIMEOUT
POP3::$POP3_TIMEOUT in class.pop3.php
Default Timeout
$port
POP3::$port in class.pop3.php
POP3 Port
$Port
PHPMailer::$Port in class.phpmailer.php
Sets the default SMTP server port.
$post
PHPDS_security::$post in PHPDS_security.class.php
Cleaned up $_POST.
$Priority
PHPMailer::$Priority in class.phpmailer.php
Email priority (1 = High, 3 = Normal, 5 = low).
$production
PHPDS_errorHandler::$production in PHPDS_errorHandler.class.php
PHPDS_memCache.inc.php
PHPDS_memCache.inc.php in PHPDS_memCache.inc.php
PHPDS_noCache.inc.php
PHPDS_noCache.inc.php in PHPDS_noCache.inc.php
PHPDS_sessionCache.inc.php
PHPDS_sessionCache.inc.php in PHPDS_sessionCache.inc.php
phpmailer.lang-ar.php
phpmailer.lang-ar.php in phpmailer.lang-ar.php
phpmailer.lang-br.php
phpmailer.lang-br.php in phpmailer.lang-br.php
phpmailer.lang-ca.php
phpmailer.lang-ca.php in phpmailer.lang-ca.php
phpmailer.lang-ch.php
phpmailer.lang-ch.php in phpmailer.lang-ch.php
phpmailer.lang-cz.php
phpmailer.lang-cz.php in phpmailer.lang-cz.php
phpmailer.lang-de.php
phpmailer.lang-de.php in phpmailer.lang-de.php
phpmailer.lang-dk.php
phpmailer.lang-dk.php in phpmailer.lang-dk.php
phpmailer.lang-en.php
phpmailer.lang-en.php in phpmailer.lang-en.php
phpmailer.lang-es.php
phpmailer.lang-es.php in phpmailer.lang-es.php
phpmailer.lang-et.php
phpmailer.lang-et.php in phpmailer.lang-et.php
phpmailer.lang-fi.php
phpmailer.lang-fi.php in phpmailer.lang-fi.php
phpmailer.lang-fo.php
phpmailer.lang-fo.php in phpmailer.lang-fo.php
phpmailer.lang-fr.php
phpmailer.lang-fr.php in phpmailer.lang-fr.php
phpmailer.lang-hu.php
phpmailer.lang-hu.php in phpmailer.lang-hu.php
phpmailer.lang-it.php
phpmailer.lang-it.php in phpmailer.lang-it.php
phpmailer.lang-ja.php
phpmailer.lang-ja.php in phpmailer.lang-ja.php
phpmailer.lang-nl.php
phpmailer.lang-nl.php in phpmailer.lang-nl.php
phpmailer.lang-no.php
phpmailer.lang-no.php in phpmailer.lang-no.php
phpmailer.lang-pl.php
phpmailer.lang-pl.php in phpmailer.lang-pl.php
phpmailer.lang-ro.php
phpmailer.lang-ro.php in phpmailer.lang-ro.php
phpmailer.lang-ru.php
phpmailer.lang-ru.php in phpmailer.lang-ru.php
phpmailer.lang-se.php
phpmailer.lang-se.php in phpmailer.lang-se.php
phpmailer.lang-tr.php
phpmailer.lang-tr.php in phpmailer.lang-tr.php
phpmailer.lang-zh.php
phpmailer.lang-zh.php in phpmailer.lang-zh.php
phpmailer.lang-zh_cn.php
phpmailer.lang-zh_cn.php in phpmailer.lang-zh_cn.php
PhpThumb.inc.php
PhpThumb.inc.php in PhpThumb.inc.php
PHPDS_core.query.php
PHPDS_core.query.php in PHPDS_core.query.php
PHPDS_db.query.php
PHPDS_db.query.php in PHPDS_db.query.php
PHPDS_login.query.php
PHPDS_login.query.php in PHPDS_login.query.php
PHPDS_navigation.query.php
PHPDS_navigation.query.php in PHPDS_navigation.query.php
PHPDS_security.query.php
PHPDS_security.query.php in PHPDS_security.query.php
PHPDS_tagger.query.php
PHPDS_tagger.query.php in PHPDS_tagger.query.php
PHPDS_template.query.php
PHPDS_template.query.php in PHPDS_template.query.php
PHPDS_user.query.php
PHPDS_user.query.php in PHPDS_user.query.php
pageNotFound
PHPDS_navigation::pageNotFound() in PHPDS_navigation.class.php
Returns the url of the 404 page selected by the admin.
parseRequestString
PHPDS_navigation::parseRequestString() in PHPDS_navigation.class.php
Parses the REQUEST_URI to get the page id
parse_contents
Config_File::parse_contents() in Config_File.class.php
parse the source of a configuration file manually.
pcre_fnmatch
pcre_fnmatch() in PHPDS_utils.inc.php
phpdevshell_db_version
phpdevshell_db_version in PHPDS.inc.php
phpdevshell_version
phpdevshell_version in PHPDS.inc.php
PHPDS
PHPDS in PHPDS.inc.php
PHPDS: the main class for the PHPDevShell engine
PHPDS.inc.php
PHPDS.inc.php in PHPDS.inc.php
PHPDS_array
PHPDS_array in PHPDS.inc.php
Turn core arrays into objects.
PHPDS_autoloader
PHPDS::PHPDS_autoloader() in PHPDS.inc.php
Autoloader: when a class is instanciated, this method will load the proper php file
PHPDS_backtrace
PHPDS_backtrace in PHPDS_errorHandler.class.php
Generate a pretty (formated to be read) backtrace, skipping the first lines if asked
PHPDS_configuration
Allow access to configuration, either read (no param) or write
PHPDS_controller
PHPDS_controller in PHPDS_controller.class.php
Master controller.
PHPDS_controller.class.php
PHPDS_controller.class.php in PHPDS_controller.class.php
PHPDS_core
PHPDS::PHPDS_core() in PHPDS.inc.php
Allow access to the (formerly) global core subsystem
PHPDS_core
PHPDS_core in PHPDS_core.class.php
PHPDevShell is a RAD Framework aimed at developing administrative applications.
PHPDS_core.class.php
PHPDS_core.class.php in PHPDS_core.class.php
PHPDS_databaseException
PHPDS_databaseException in PHPDS_exception.class.php
Exception extenstion.
PHPDS_db
PHPDS::PHPDS_db() in PHPDS.inc.php
Allow access to the (formerly) global database subsystem
PHPDS_db
PHPDS_db in PHPDS_db.class.php
This is a new version of one the Big5: the db class
PHPDS_db.class.php
PHPDS_db.class.php in PHPDS_db.class.php
PHPDS_dbConnector
PHPDS_dbConnector in PHPDS_dbConnector.class.php
This is a blueprint for a connector, ie an object which handles the basic I/O to a database.
PHPDS_dbConnector.class.php
PHPDS_dbConnector.class.php in PHPDS_dbConnector.class.php
PHPDS_debug
PHPDS_debug in PHPDS_debug.class.php
Adds FirePHP support to PHPDevShell.
PHPDS_debug
PHPDS::PHPDS_debug() in PHPDS.inc.php
Allow access to the global debugging subsystem
PHPDS_debug.class.php
PHPDS_debug.class.php in PHPDS_debug.class.php
PHPDS_deleteTagsQuery
PHPDS_deleteTagsQuery in PHPDS_tagger.query.php
Tagger - Delete old tags.
PHPDS_dependance
Inject the given dependency into $this, and/or returns the owner
PHPDS_dependant
PHPDS_dependant in PHPDS.inc.php
This is a base class for PHPDS subsystems
PHPDS_errorHandler
Custom Error Handler.
PHPDS_errorHandler
PHPDS_errorHandler in PHPDS_errorHandler.class.php
Error handler class
PHPDS_errorHandler.class.php
PHPDS_errorHandler.class.php in PHPDS_errorHandler.class.php
PHPDS_exception
PHPDS_exception in PHPDS_exception.class.php
Exception extenstion.
PHPDS_exception.class.php
PHPDS_exception.class.php in PHPDS_exception.class.php
PHPDS_fatalError
PHPDS_fatalError in PHPDS_exception.class.php
Exception extenstion.
PHPDS_lang
PHPDS::PHPDS_lang() in PHPDS.inc.php
Allow access to the (formerly) global templating subsystem
PHPDS_login
PHPDS_login in PHPDS_login.class.php
This base class implements the fundations for an authentification plugin It doesn't actually provides authentification (it will reject any request) but provides structure, cookie support ("remember me") and writing to the system log
PHPDS_login.class.php
PHPDS_login.class.php in PHPDS_login.class.php
PHPDS_memCache
PHPDS_memCache in PHPDS_memCache.inc.php
Class to handle memcached api.
PHPDS_navigation
PHPDS_navigation in PHPDS_navigation.class.php
PHPDS_navigation
PHPDS::PHPDS_navigation() in PHPDS.inc.php
Allow access to the (formerly) global navigation subsystem
PHPDS_navigation.class.php
PHPDS_navigation.class.php in PHPDS_navigation.class.php
PHPDS_noCache
PHPDS_noCache in PHPDS_noCache.inc.php
Simple noCache class.
PHPDS_notif
PHPDS_notif in PHPDS_notif.class.php
This is a base class for PHPDS subsystems
PHPDS_notif
PHPDS::PHPDS_notif() in PHPDS.inc.php
Allow access to the aynschronous notifications subsystem
PHPDS_notif.class.php
PHPDS_notif.class.php in PHPDS_notif.class.php
PHPDS_pageException404
PHPDS_pageException404 in PHPDS_exception.class.php
Exception extenstion.
PHPDS_PDOconnector
PHPDS_PDOconnector in PHPDS_dbConnector.class.php
This is a base class for PHPDS subsystems
PHPDS_query
PHPDS_query in PHPDS_query.class.php
PHPDevShell official Query handler.
PHPDS_query.class.php
PHPDS_query.class.php in PHPDS_query.class.php
PHPDS_security
PHPDS_security in PHPDS_security.class.php
This is a new version of one the Big5: the security class
PHPDS_security
PHPDS::PHPDS_security() in PHPDS.inc.php
Allow access to the (formerly) global security subsystem
PHPDS_security.class.php
PHPDS_security.class.php in PHPDS_security.class.php
PHPDS_securityException
PHPDS_securityException in PHPDS_exception.class.php
Exception extenstion.
PHPDS_securityException403
PHPDS_securityException403 in PHPDS_exception.class.php
Exception extenstion.
PHPDS_sessionCache
PHPDS_sessionCache in PHPDS_sessionCache.inc.php
Simple session cached based class.
PHPDS_sprintfnException
PHPDS_sprintfnException in PHPDS_exception.class.php
Exception extenstion.
PHPDS_tagger
PHPDS::PHPDS_tagger() in PHPDS.inc.php
Allow access to the tagging subsystem
PHPDS_tagger
PHPDS_tagger in PHPDS_tagger.class.php
PHPDevShell is a RAD Framework aimed at developing administrative applications.
PHPDS_tagger.class.php
PHPDS_tagger.class.php in PHPDS_tagger.class.php
PHPDS_taggerListQuery
PHPDS_taggerListQuery in PHPDS_tagger.query.php
Tagger - Search for tags.
PHPDS_taggerListTargetQuery
PHPDS_taggerListTargetQuery in PHPDS_tagger.query.php
Tagger - List available tags.
PHPDS_taggerLookupQuery
PHPDS_taggerLookupQuery in PHPDS_tagger.query.php
Tagger - Look for tags.
PHPDS_taggerMarkQuery
PHPDS_taggerMarkQuery in PHPDS_tagger.query.php
Tagger - Add tags
PHPDS_template
PHPDS::PHPDS_template() in PHPDS.inc.php
Allow access to the (formerly) global templating subsystem
PHPDS_template
PHPDS_template in PHPDS_template.class.php
PHPDevShell is a RAD Framework aimed at developing administrative applications.
PHPDS_template.class.php
PHPDS_template.class.php in PHPDS_template.class.php
PHPDS_updateTagsQuery
PHPDS_updateTagsQuery in PHPDS_tagger.query.php
Tagger - Update tags to database.
PHPDS_user
PHPDS::PHPDS_user() in PHPDS.inc.php
Provides a variaty of user functions.
PHPDS_user
PHPDS_user in PHPDS_user.class.php
A class representing a user in PHPDevShell.
PHPDS_user.class.php
PHPDS_user.class.php in PHPDS_user.class.php
PHPDS_utils.inc.php
PHPDS_utils.inc.php in PHPDS_utils.inc.php
PHPMailer
PHPMailer in class.phpmailer.php
PHPMailer - PHP email transport class
phpmailerException
phpmailerException in class.phpmailer.php
PhpThumb
PhpThumb in PhpThumb.inc.php
PhpThumb Object
plugin
FirePHP::plugin() in FirePHP.class.php
Insight API wrapper
POP3
POP3 in class.pop3.php
POP Before SMTP Authentication Class Version 5.0.0
POST
PHPDS_controller::POST() in PHPDS_controller.class.php
Return a value from the _POST meta array
postValidation
PHPDS_security::postValidation() in PHPDS_security.class.php
Use inside your form brackets to send through a token validation to limit $this->post received from external pages.
post_validation
security::post_validation() in security.class.php
preBuild
PHPDS_query::preBuild() in PHPDS_query.class.php
If the fields list has been set, construct the SELECT statement (or else do nothing)
preserveAlpha
GdThumb::preserveAlpha() in GdThumb.inc.php
Preserves the alpha or transparency for PNG and GIF files
prevent_sql_injection
security::prevent_sql_injection() in security.class.php
process
PHPDS_debug::process() in PHPDS_debug.class.php
FirePHP Process
processLogin
PHPDS_login::processLogin() in PHPDS_login.class.php
Checks to see if user and password is correct and allowed. Then creates session data accordingly.
processLogin
iBaseLogin::processLogin() in PHPDS_login.class.php
Checks to see if user and password is correct and allowed. Then creates session data accordingly.
protect
PHPDS_dbConnector::protect() in PHPDS_dbConnector.class.php
protect
PHPDS_PDOconnector::protect() in PHPDS_dbConnector.class.php
Protect a single string from possible hacker (i.e. escape possible harmfull chars)
protect
PHPDS_db::protect() in PHPDS_db.class.php
Protect a single string from possible hacker (i.e. escape possible harmfull chars)
protectArray
PHPDS_query::protectArray() in PHPDS_query.class.php
Protect a array of strings from possible hacker (i.e. escape possible harmfull chars)
protectString
PHPDS_query::protectString() in PHPDS_query.class.php
Protect a strings from possible hacker (i.e. escape possible harmfull chars)
protect_array
PHPDS_query::protect_array() in PHPDS_query.class.php
Protect a array of strings from possible hacker (i.e. escape possible harmfull chars)
purl
PHPDS_navigation::purl() in PHPDS_navigation.class.php
Will convert any given plugin script location to its correct url.
PU_addIncludePath
PU_addIncludePath() in PHPDS_utils.inc.php
Add an include path to check in for classes.
PU_ArraySearch
PU_ArraySearch() in PHPDS_utils.inc.php
Search for array values inside array and returns key.
PU_array_compact
PU_array_compact() in PHPDS_utils.inc.php
Get rid of null values inside an array
PU_BuildAttrString
PU_BuildAttrString() in PHPDS_utils.inc.php
Build a xml-style attributes string based on an array
PU_BuildGET
PU_BuildGET() in PHPDS_utils.inc.php
Build GET part of a url
PU_BuildGETArray
PU_BuildGETArray() in PHPDS_utils.inc.php
Build array from get url.
PU_BuildGETString
PU_BuildGETString() in PHPDS_utils.inc.php
Creates a (string) url to be used with GET, including encoding
PU_BuildHREF
PU_BuildHREF() in PHPDS_utils.inc.php
Build a html link (A+HREF html tag) with label and url and GET parameters
PU_buildHTMLoptions
PU_buildHTMLoptions() in PHPDS_utils.inc.php
Create a html string of <options> from an associative array
PU_buildParsedURL
PU_buildParsedURL() in PHPDS_utils.inc.php
Builds a parsed url.
PU_BuildURL
PU_BuildURL() in PHPDS_utils.inc.php
Build a url with GET parameters
PU_cleanBuffers
PU_cleanBuffers() in PHPDS_utils.inc.php
Get rid of all buffer, optionaly flushing (i.e. writing to the browser) Default behavior is to ignore.
PU_CleanString
PU_CleanString() in PHPDS_utils.inc.php
Clean a string from possibly harmful chars
PU_dumpArray
PU_dumpArray() in PHPDS_utils.inc.php
Outputs an array in html
PU_exitToAJAX
PU_exitToAJAX() in PHPDS_utils.inc.php
OBSOLETE don't use
PU_isAJAX
PU_isAJAX() in PHPDS_utils.inc.php
Determines if the current request has been made by some kind of ajax call (i.e. XMLHttpRequest)
PU_isJSON
PU_isJSON() in PHPDS_utils.inc.php
Checks for a json context and if so, outputs data
PU_MakeString
PU_MakeString() in PHPDS_utils.inc.php
Convert a string to UTF8 (default) or to HTML
PU_silentHeader
PU_silentHeader() in PHPDS_utils.inc.php
Add a header if and only if headers have not been sent yet
PU_sprintfn
PU_sprintfn() in PHPDS_utils.inc.php
version of sprintf for cases where named arguments are desired (python syntax)
PU_tree
PU_tree in PHPDS_utils.inc.php
A class to deal with tree-structured data (such as groups)
q
top
$query
db::$query in db.class.php
Assigns query object.
query
PHPDS_query::query() in PHPDS_query.class.php
Build and send the query to the database
query
PHPDS_PDOconnector::query() in PHPDS_dbConnector.class.php
Actually send the query to MySQL (through $db)
query
PHPDS_dbConnector::query() in PHPDS_dbConnector.class.php
queryDebug
PHPDS_query::queryDebug() in PHPDS_query.class.php
querySQL
PHPDS_query::querySQL() in PHPDS_query.class.php
Direclty send the query to the database
query_split
db::query_split() in db.class.php
This method is used if you would like to split result pages in your PHP script.
Quit
SMTP::Quit() in class.smtp.php
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
r
top
$read_hidden
Config_File::$read_hidden in Config_File.class.php
Controls whether hidden config sections/vars are read from the file.
$remoteImage
ThumbBase::$remoteImage in ThumbBase.inc.php
Whether or not the image is hosted remotely
$request
PHPDS_security::$request in PHPDS_security.class.php
Cleaned up $_REQUEST.
$request_use_auto_globals
Indicates wether $HTTP_*_VARS[] (request_use_auto_globals=false)
$request_vars_order
Smarty::$request_vars_order in Smarty.class.php
The order in which request variables are registered, similar to variables_order in php.ini E = Environment, G = GET, P = POST, C = Cookies, S = Server
$resize_adaptive_dimension
Adaptive adjust resizing.
$resize_image_dimension
filemanager::$resize_image_dimension in filemanager.class.php
[Max Width, Max Height] example (resize image to no wider than 500 pixels wide and 500 pixels high) : 500,500 Default will load settings from database.
$resize_thumb_dimension
filemanager::$resize_thumb_dimension in filemanager.class.php
Resize by pixels.
$resize_thumb_percent
filemanager::$resize_thumb_percent in filemanager.class.php
Resize by percentage.
$result
PHPDS_db::$result in PHPDS_db.class.php
Stores results
$returnId
PHPDS_query::$returnId in PHPDS_query.class.php
Instead of the query result, returns the last_insert_id()
$return_id
PHPDS_query::$return_id in PHPDS_query.class.php
$right_delimiter
Smarty::$right_delimiter in Smarty.class.php
The right delimiter used for the template tags.
$rolesArray
PHPDS_user::$rolesArray in PHPDS_user.class.php
Set roles that exists.
random_color
template::random_color() in template.class.php
Creates a random soft color by group. Intended to be used by the developer.
Recipient
SMTP::Recipient() in class.smtp.php
Sends the command RCPT to the SMTP server with the TO: argument of $to.
redirect
PHPDS_navigation::redirect() in PHPDS_navigation.class.php
Redirects to new url.
registerAssertionHandler
Register FirePHP driver as your assert callback
registerErrorHandler
FirePHP::registerErrorHandler() in FirePHP.class.php
Register FirePHP as your error handler
registerExceptionHandler
Register FirePHP as your exception handler
registerPlugin
PhpThumb::registerPlugin() in PhpThumb.inc.php
Registers a plugin in the registry
register_block
Smarty::register_block() in Smarty.class.php
Registers block function to be used in templates
register_compiler_function
Registers compiler function
register_function
Smarty::register_function() in Smarty.class.php
Registers custom function to be used in templates
register_modifier
Smarty::register_modifier() in Smarty.class.php
Registers modifier to be used in templates
register_object
Smarty::register_object() in Smarty.class.php
Registers object to be used in templates
register_outputfilter
Registers an output filter function to apply to a template output
register_postfilter
Smarty::register_postfilter() in Smarty.class.php
Registers a postfilter function to apply to a compiled template after compilation
register_prefilter
Smarty::register_prefilter() in Smarty.class.php
Registers a prefilter function to apply to a template before compiling
register_resource
Smarty::register_resource() in Smarty.class.php
Registers a resource to fetch a template
rename_unique_filename
filemanager::rename_unique_filename() in filemanager.class.php
Creates unique and safe filename.
replaceAccents
PHPDS_core::replaceAccents() in PHPDS_core.class.php
Replaces accents with plain text for a given string.
replace_accents
core::replace_accents() in core.class.php
Replaces accents with plain text for a given string.
Reset
SMTP::Reset() in class.smtp.php
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
resize
GdThumb::resize() in GdThumb.inc.php
Resizes an image to be no larger than $maxWidth or $maxHeight
resizePercent
GdThumb::resizePercent() in GdThumb.inc.php
Resizes an image by a given percent uniformly
result
template::result() in template.class.php
Output "no results found" if no results are found in a paging script.
returnSqlError
PHPDS_PDOconnector::returnSqlError() in PHPDS_dbConnector.class.php
This method returns the last MySQL error as a string if there is any. It will also return the actual erroneous SQL statement if the display_sql_on_error property is set to true. This is very helpfull when debugging an SQL related problem.
return_image_copies
filemanager::return_image_copies() in filemanager.class.php
Check if multiple images exists converted from a pdf with multiple pages.
return_sql_error
db::return_sql_error() in db.class.php
This method returns the last MySQL error as a string if there is any. It will also return the actual erroneous SQL statement if the display_sql_on_error property is set to true. This is very helpfull when debugging an SQL related problem.
RFCDate
PHPMailer::RFCDate() in class.phpmailer.php
Returns the proper RFC 822 formatted date.
rightTrim
PHPDS_core::rightTrim() in PHPDS_core.class.php
Strip a string from the end of a string.
right_trim
core::right_trim() in core.class.php
Strip a string from the end of a string.
roleExist
PHPDS_user::roleExist() in PHPDS_user.class.php
Simple check to see if a certain role exists.
roleExist
PHPDS_db::roleExist() in PHPDS_db.class.php
Simple check to see if a certain role exists.
role_exist
db::role_exist() in db.class.php
Simple check to see if a certain role exists.
rotateImage
GdThumb::rotateImage() in GdThumb.inc.php
Rotates image either 90 degrees clockwise or counter-clockwise
rotateImageNDegrees
Rotates image specified number of degrees
rowResults
PHPDS_PDOconnector::rowResults() in PHPDS_dbConnector.class.php
Will return a single row as a string depending on what column was selected.
rowResults
PHPDS_dbConnector::rowResults() in PHPDS_dbConnector.class.php
rows
PHPDS_query::rows() in PHPDS_query.class.php
Build a query combination of columns and rows specifically designed to write rows of data to the database.
run
PHPDS_controller::run() in PHPDS_controller.class.php
Does security check and runs controller.
run
PHPDS::run() in PHPDS.inc.php
Actual starting point of the (non-embedded) PHPDS engine
runAJAX
PHPDS_controller::runAJAX() in PHPDS_controller.class.php
Run a controller when called with ajax
runTemplate
PHPDS_template::runTemplate() in PHPDS_template.class.php
Run default, custom or no template.
s
top
$SEARCH
db::$SEARCH in db.class.php
If you want to capture the form html to use it in a different location set to true.
$SEARCH_RESULTS
db::$SEARCH_RESULTS in db.class.php
This will contain data with a search result message.
$secure_dir
Smarty::$secure_dir in Smarty.class.php
This is the list of template directories that are considered secure. This is used only if $security is enabled. One directory per array element. $template_dir is in this list implicitly.
$security
Smarty::$security in Smarty.class.php
This enables template security. When enabled, many things are restricted
$security
PHPDS::$security in PHPDS.inc.php
Core security object.
$security_settings
Smarty::$security_settings in Smarty.class.php
These are the security settings for Smarty. They are used only when $security is enabled.
$Sender
PHPMailer::$Sender in class.phpmailer.php
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
$Sendmail
PHPMailer::$Sendmail in class.phpmailer.php
Sets the path of the sendmail program.
$server
PHPDS_db::$server in PHPDS_db.class.php
Contains servers name where PHPDevShell runs on.
$serverlog
PHPDS_errorHandler::$serverlog in PHPDS_errorHandler.class.php
$session
PHPDS_security::$session in PHPDS_security.class.php
Cleaned up $_SESSION.
$singleRow
$singleRow
PHPDS_query::$singleRow in PHPDS_query.class.php
The first line of the result is returned instead of a one-line array
$singleRow
PHPDS_taggerLookupQuery::$singleRow in PHPDS_tagger.query.php
$singleRow
USER_belongsToRoleQuery::$singleRow in PHPDS_user.query.php
$SingleTo
PHPMailer::$SingleTo in class.phpmailer.php
Provides the ability to have the TO field process individual
$singleValue
$singleValue
$singleValue
USER_isSameGroupQuery::$singleValue in PHPDS_user.query.php
$singleValue
USER_getRolesQuery::$singleValue in PHPDS_user.query.php
$singleValue
NAVIGATION_findAliasQuery::$singleValue in PHPDS_navigation.query.php
$singleValue
USER_getGroupsQuery::$singleValue in PHPDS_user.query.php
$singleValue
PHPDS_query::$singleValue in PHPDS_query.class.php
Return one value from the asked field of the asked line
$singleValue
NAVIGATION_findMenuQuery::$singleValue in PHPDS_navigation.query.php
$singleValue
$singleValue
USER_isRootQuery::$singleValue in PHPDS_user.query.php
$singleValue
$singleValue
DB_selectQuickQuery::$singleValue in PHPDS_db.query.php
$single_row
PHPDS_query::$single_row in PHPDS_query.class.php
$single_value
PHPDS_query::$single_value in PHPDS_query.class.php
$skipLogin
PHPDS_template::$skipLogin in PHPDS_template.class.php
Use this to have global available variables throughout scripts. For instance in hooks.
$SMTPAuth
PHPMailer::$SMTPAuth in class.phpmailer.php
Sets SMTP authentication. Utilizes the Username and Password variables.
$SMTPDebug
PHPMailer::$SMTPDebug in class.phpmailer.php
Sets SMTP class debugging on or off.
$SMTPKeepAlive
PHPMailer::$SMTPKeepAlive in class.phpmailer.php
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
$SMTPSecure
PHPMailer::$SMTPSecure in class.phpmailer.php
Sets connection prefix.
$SMTP_PORT
SMTP::$SMTP_PORT in class.smtp.php
SMTP server port
$sql
NAVIGATION_findAliasQuery::$sql in PHPDS_navigation.query.php
$sql
DB_tableExistQuery::$sql in PHPDS_db.query.php
$sql
USER_getGroupsQuery::$sql in PHPDS_user.query.php
$sql
DB_selectQuickQuery::$sql in PHPDS_db.query.php
$sql
NAVIGATION_findMenuQuery::$sql in PHPDS_navigation.query.php
$sql
PHPDS_query::$sql in PHPDS_query.class.php
The explicit SQL query
$sql
PHPDS_taggerListTargetQuery::$sql in PHPDS_tagger.query.php
$sql
TEMPLATE_rollbackQuery::$sql in PHPDS_template.query.php
$sql
USER_belongsToRoleQuery::$sql in PHPDS_user.query.php
$sql
USER_getExtraGroupsQuery::$sql in PHPDS_user.query.php
$sql
USER_getExtraRolesQuery::$sql in PHPDS_user.query.php
$sql
TEMPLATE_cronExecutionLogQuery::$sql in PHPDS_template.query.php
$sql
PHPDS_updateTagsQuery::$sql in PHPDS_tagger.query.php
$sql
PHPDS_taggerListQuery::$sql in PHPDS_tagger.query.php
$sql
NAVIGATION_extractMenuQuery::$sql in PHPDS_navigation.query.php
$sql
DB_writeSettingsQuery::$sql in PHPDS_db.query.php
$sql
PHPDS_taggerMarkQuery::$sql in PHPDS_tagger.query.php
$sql
PHPDS_deleteTagsQuery::$sql in PHPDS_tagger.query.php
$sql
USER_groupExistQuery::$sql in PHPDS_user.query.php
$sql
LOGIN_deleteCookieQuery::$sql in PHPDS_login.query.php
$sql
$sql
LOGIN_selectCookieQuery::$sql in PHPDS_login.query.php
$sql
LOGIN_selectUserPersistentQuery::$sql in PHPDS_login.query.php
$sql
DB_logMenuAccessQuery::$sql in PHPDS_db.query.php
Initiate query invoke command.
$sql
DB_countRowsQuery::$sql in PHPDS_db.query.php
$sql
DB_getSettingsQuery::$sql in PHPDS_db.query.php
$sql
DB_doesRecordExistQuery::$sql in PHPDS_db.query.php
$sql
DB_deleteSettingsQuery::$sql in PHPDS_db.query.php
$sql
DB_deleteQuickQuery::$sql in PHPDS_db.query.php
$sql
LOGIN_setPersistentCookieQuery::$sql in PHPDS_login.query.php
$sql
USER_roleExistQuery::$sql in PHPDS_user.query.php
$sql
DB_nameOfNewCopyQuery::$sql in PHPDS_db.query.php
$sql
DB_installedPluginsQuery::$sql in PHPDS_db.query.php
$sql
USER_getRolesQuery::$sql in PHPDS_user.query.php
$sql
$sql
USER_guestGroupNameQuery::$sql in PHPDS_user.query.php
$sql
USER_guestRoleNameQuery::$sql in PHPDS_user.query.php
$sql
DB_logThisQuery::$sql in PHPDS_db.query.php
$sql
USER_isRootQuery::$sql in PHPDS_user.query.php
$sql
USER_getGroupsChildrenQuery::$sql in PHPDS_user.query.php
$sql
USER_isSameGroupQuery::$sql in PHPDS_user.query.php
$stage
PHPDS::$stage in PHPDS.inc.php
Execution stage (i.e. run level)
$stopScript
PHPDS_template::$stopScript in PHPDS_template.class.php
This variable is used to activate a stop script command, it will be used to end a script immediately while still finishing compiling the template.
$Subject
PHPMailer::$Subject in class.phpmailer.php
Sets the Subject of the message.
$sub_id
filemanager::$sub_id in filemanager.class.php
Groups file uploads to a specific document.
security.class.php
security.class.php in security.class.php
shared.escape_special_chars.php
shared.escape_special_chars.php in shared.escape_special_chars.php
shared.make_timestamp.php
shared.make_timestamp.php in shared.make_timestamp.php
Smarty.class.php
Smarty.class.php in Smarty.class.php
Smarty_Compiler.class.php
Smarty_Compiler.class.php in Smarty_Compiler.class.php
safeName
PHPDS_core::safeName() in PHPDS_core.class.php
This method simply renames a string to safe unix standards.
safe_file_name
filemanager::safe_file_name() in filemanager.class.php
This method simply renames the file to unix standards.
safe_name
core::safe_name() in core.class.php
This method simply renames a string to safe unix standards.
save
GdThumb::save() in GdThumb.inc.php
Saves an image
save
PHPDS_notif::save() in PHPDS_notif.class.php
scripthead
PHPDS_template::scripthead() in PHPDS_template.class.php
This returns/prints a heading of the script being executed. Intended to be used by the developer.
scriptLogo
PHPDS_template::scriptLogo() in PHPDS_template.class.php
Acquire script identification image or logo.
script_logo
template::script_logo() in template.class.php
Acquire script identification image or logo.
search
db::search() in db.class.php
This very usefull method is used to implement a search form in your script.
SearchAndReplaceBetween
This is a handy little function to strip out a string between two specified pieces of text.
searchFormValidation
PHPDS_security::searchFormValidation() in PHPDS_security.class.php
This is used in the search filter to validate $this->post made by the search form.
search_validation
security::search_validation() in security.class.php
SecureHeader
PHPMailer::SecureHeader() in class.phpmailer.php
Strips newlines to prevent header injection.
security
security in security.class.php
This is a the core security class, it handles the security of the file system, where users can run only files where they have appropriate permission.
securityIni
PHPDS_security::securityIni() in PHPDS_security.class.php
This method does the actual security check, other security checks are done on a per call basis to this method in specific scripts.
seek
PHPDS_PDOconnector::seek() in PHPDS_dbConnector.class.php
Move the internal pointer to the asked line
seek
PHPDS_dbConnector::seek() in PHPDS_dbConnector.class.php
selectCookie
PHPDS_login::selectCookie() in PHPDS_login.class.php
Select cookie data by providing cookie crypt key.
selectQuick
PHPDS_db::selectQuick() in PHPDS_db.class.php
Get a single result from database with minimal effort.
selectUserFromCookie
PHPDS_login::selectUserFromCookie() in PHPDS_login.class.php
Selects user details from provided cookie.
select_quick
db::select_quick() in db.class.php
Get a single result from database with minimal effort.
selfUrl
PHPDS_navigation::selfUrl() in PHPDS_navigation.class.php
This method saves the current URL with the option to add more $this->security->get variables like ("&variable1=1&variable2=2") This is mostly used for when additional $this->security->get variables are required! Usefull when using forms.
self_url
navigation::self_url() in navigation.class.php
This method saves the current URL with the option to add more $this->security->get variables like ("&variable1=1&variable2=2") This is mostly used for when additional $this->security->get variables are required! Usefull when using forms.
send
FB::send() in fb.php4
Log object to firebug
Send
PHPMailer::Send() in class.phpmailer.php
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
SendAndMail
SMTP::SendAndMail() in class.smtp.php
Starts a mail transaction from the email address specified in
sendmail
email::sendmail() in email.class.php
Simple linear email sending method. Use sendnow to send more advanced emails.
SendmailSend
PHPMailer::SendmailSend() in class.phpmailer.php
Sends mail using the $Sendmail program.
set
PHPMailer::set() in class.phpmailer.php
Set (or reset) Class Objects (variables)
set
template::set() in template.class.php
Sets Smarty variables to be passed to it.
set
PHPDS_notif::set() in PHPDS_notif.class.php
setCurrentDimensions
Sets $currentDimensions.
setEnabled
FB::setEnabled() in fb.php4
Enable and disable logging to Firebug
setEnabled
FirePHP::setEnabled() in FirePHP.class.php
Enable and disable logging to Firebug
SetError
PHPMailer::SetError() in class.phpmailer.php
Adds the error message to the error container.
setErrorMessage
ThumbBase::setErrorMessage() in ThumbBase.inc.php
Sets $errorMessage.
setFileName
ThumbBase::setFileName() in ThumbBase.inc.php
Sets $fileName.
setFormat
ThumbBase::setFormat() in ThumbBase.inc.php
Sets $format.
SetFrom
PHPMailer::SetFrom() in class.phpmailer.php
Set the From and FromName properties
setGroupQuery
PHPDS_user::setGroupQuery() in PHPDS_user.class.php
Creates a query to extend a group query, it will return false if user is root so everything can get listed.
setGroupQuery
PHPDS_db::setGroupQuery() in PHPDS_db.class.php
Creates a query to extend a group query, it will return false if user is root so everything can get listed.
setGuest
PHPDS_login::setGuest() in PHPDS_login.class.php
Sets all settings to guest account.
setGuest
iBaseLogin::setGuest() in PHPDS_login.class.php
Sets all settings to guest account.
setHasError
ThumbBase::setHasError() in ThumbBase.inc.php
Sets $hasError.
setHeader
FirePHP::setHeader() in FirePHP.class.php
Send header
setInstance
FirePHP::setInstance() in FirePHP.class.php
Set the instance of the FirePHP singleton
SetLanguage
PHPMailer::SetLanguage() in class.phpmailer.php
Sets the language for all class error messages.
setLogin
iBaseLogin::setLogin() in PHPDS_login.class.php
Make the given user the logged in user
setLogin
PHPDS_login::setLogin() in PHPDS_login.class.php
Make the given user the logged in user
setLogToInsightConsole
Set an Insight console to direct all logging calls to
setMaxHeight
GdThumb::setMaxHeight() in GdThumb.inc.php
Sets $maxHeight.
setMaxWidth
GdThumb::setMaxWidth() in GdThumb.inc.php
Sets $maxWidth.
setNewDimensions
GdThumb::setNewDimensions() in GdThumb.inc.php
Sets $newDimensions.
setObjectFilter
FirePHP::setObjectFilter() in FirePHP.class.php
Specify a filter to be used when encoding an object
setObjectFilter
Specify a filter to be used when encoding an object
setOldImage
GdThumb::setOldImage() in GdThumb.inc.php
Sets $oldImage.
setOption
FirePHP::setOption() in FirePHP.class.php
Set an option for the library
setOptions
FB::setOptions() in fb.php4
Set some options for the library
setOptions
GdThumb::setOptions() in GdThumb.inc.php
Sets $this->options to $options
setOptions
FirePHP::setOptions() in FirePHP.class.php
Set some options for the library
setPercent
GdThumb::setPercent() in GdThumb.inc.php
Sets $percent.
setPiece
PHPDS_template::setPiece() in PHPDS_template.class.php
insert a piece into the repository
setProcessorUrl
FirePHP::setProcessorUrl() in FirePHP.class.php
setRendererUrl
FirePHP::setRendererUrl() in FirePHP.class.php
setRoleQuery
PHPDS_user::setRoleQuery() in PHPDS_user.class.php
Creates a query to extend a role query, it will return false if user is root so everything can get listed.
setRoleQuery
PHPDS_db::setRoleQuery() in PHPDS_db.class.php
Creates a query to extend a role query, it will return false if user is root so everything can get listed.
settingsPrefix
PHPDS_db::settingsPrefix() in PHPDS_db.class.php
Generates a prefix for plugin general settings.
settings_prefix
db::settings_prefix() in db.class.php
Generates a prefix for plugin general settings.
setUserCookie
PHPDS_login::setUserCookie() in PHPDS_login.class.php
Set a persistent cookie to be used as a remember me function
SetWordWrap
PHPMailer::SetWordWrap() in class.phpmailer.php
Set the body wrapping.
setWorkingImage
GdThumb::setWorkingImage() in GdThumb.inc.php
Sets $workingImage.
set_file_contents
Config_File::set_file_contents() in Config_File.class.php
Store the contents of a file manually.
set_group_query
db::set_group_query() in db.class.php
Creates a query to extend a group query, it will return false if user is root so everything can get listed.
set_guest
security::set_guest() in security.class.php
set_path
Config_File::set_path() in Config_File.class.php
Set the path where configuration files can be found.
set_persistent_cookie
security::set_persistent_cookie() in security.class.php
set_role_query
db::set_role_query() in db.class.php
Creates a query to extend a role query, it will return false if user is root so everything can get listed.
show
view::show() in view.class.php
Loads the default or custom template (tpl) file and prints it out.
show
GdThumb::show() in GdThumb.inc.php
Shows an image
show
template::show() in template.class.php
Loads the default or custom template (tpl) file and prints it out.
showException
PHPDS_errorHandler::showException() in PHPDS_errorHandler.class.php
Display an Exception
showMenu
PHPDS_navigation::showMenu() in PHPDS_navigation.class.php
Returns true if menu should show.
show_menu
navigation::show_menu() in navigation.class.php
Returns true if menu should show.
Sign
PHPMailer::Sign() in class.phpmailer.php
Set the private key file and password to sign the message.
smartCopy
filemanager::smartCopy() in filemanager.class.php
Copy file or folder from source to destination, it can do
Smarty
Smarty in Smarty.class.php
Smarty
Smarty::Smarty() in Smarty.class.php
The class constructor.
smarty_block_textformat
smarty_block_textformat() in block.textformat.php
Smarty {textformat}{/textformat} block plugin
Smarty_Compiler
Smarty_Compiler in Smarty_Compiler.class.php
Template compiling class
Smarty_Compiler
Smarty_Compiler::Smarty_Compiler() in Smarty_Compiler.class.php
The class constructor.
smarty_compiler_assign
smarty_compiler_assign() in compiler.assign.php
Smarty {assign} compiler function plugin
smarty_core_assemble_plugin_filepath
smarty_core_assemble_plugin_filepath() in core.assemble_plugin_filepath.php
assemble filepath of requested plugin
smarty_core_assign_smarty_interface
smarty_core_assign_smarty_interface() in core.assign_smarty_interface.php
Smarty assign_smarty_interface core plugin
smarty_core_create_dir_structure
smarty_core_create_dir_structure() in core.create_dir_structure.php
create full directory structure
SMARTY_CORE_DIR
SMARTY_CORE_DIR in Smarty.class.php
smarty_core_display_debug_console
smarty_core_display_debug_console() in core.display_debug_console.php
Smarty debug_console function plugin
smarty_core_get_include_path
smarty_core_get_include_path() in core.get_include_path.php
Get path to file from include_path
smarty_core_get_microtime
smarty_core_get_microtime() in core.get_microtime.php
Get seconds and microseconds
smarty_core_get_php_resource
smarty_core_get_php_resource() in core.get_php_resource.php
Retrieves PHP script resource
smarty_core_is_secure
smarty_core_is_secure() in core.is_secure.php
determines if a resource is secure or not.
smarty_core_is_trusted
smarty_core_is_trusted() in core.is_trusted.php
determines if a resource is trusted or not
smarty_core_load_plugins
smarty_core_load_plugins() in core.load_plugins.php
Load requested plugins
smarty_core_load_resource_plugin
smarty_core_load_resource_plugin() in core.load_resource_plugin.php
load a resource plugin
smarty_core_process_cached_inserts
smarty_core_process_cached_inserts() in core.process_cached_inserts.php
Replace cached inserts with the actual results
smarty_core_process_compiled_include
smarty_core_process_compiled_include() in core.process_compiled_include.php
Replace nocache-tags by results of the corresponding non-cacheable functions and return it
smarty_core_read_cache_file
smarty_core_read_cache_file() in core.read_cache_file.php
read a cache file, determine if it needs to be regenerated or not
smarty_core_rmdir
smarty_core_rmdir() in core.rmdir.php
delete a dir recursively (level=0 -> keep root) WARNING: no tests, it will try to remove what you tell it!
smarty_core_rm_auto
smarty_core_rm_auto() in core.rm_auto.php
delete an automagically created file by name and id
smarty_core_run_insert_handler
smarty_core_run_insert_handler() in core.run_insert_handler.php
Handle insert tags
smarty_core_smarty_include_php
smarty_core_smarty_include_php() in core.smarty_include_php.php
called for included php files within templates
smarty_core_write_cache_file
smarty_core_write_cache_file() in core.write_cache_file.php
Prepend the cache information to the cache file and write it
smarty_core_write_compiled_include
smarty_core_write_compiled_include() in core.write_compiled_include.php
Extract non-cacheable parts out of compiled template and write it
smarty_core_write_compiled_resource
smarty_core_write_compiled_resource() in core.write_compiled_resource.php
write the compiled resource
smarty_core_write_file
smarty_core_write_file() in core.write_file.php
write out a file to disk
SMARTY_DIR
SMARTY_DIR in Smarty.class.php
set SMARTY_DIR to absolute path to Smarty library files.
smarty_function_assign_debug_info
smarty_function_assign_debug_info() in function.assign_debug_info.php
Smarty {assign_debug_info} function plugin
smarty_function_config_load
smarty_function_config_load() in function.config_load.php
Smarty {config_load} function plugin
smarty_function_counter
smarty_function_counter() in function.counter.php
Smarty {counter} function plugin
smarty_function_cycle
smarty_function_cycle() in function.cycle.php
Smarty {cycle} function plugin
smarty_function_debug
smarty_function_debug() in function.debug.php
Smarty {debug} function plugin
smarty_function_escape_special_chars
smarty_function_escape_special_chars() in shared.escape_special_chars.php
escape_special_chars common function
smarty_function_eval
smarty_function_eval() in function.eval.php
Smarty {eval} function plugin
smarty_function_fetch
smarty_function_fetch() in function.fetch.php
Smarty {fetch} plugin
smarty_function_html_checkboxes
smarty_function_html_checkboxes() in function.html_checkboxes.php
Smarty {html_checkboxes} function plugin
smarty_function_html_checkboxes_output
smarty_function_html_checkboxes_output() in function.html_checkboxes.php
smarty_function_html_image
smarty_function_html_image() in function.html_image.php
Smarty {html_image} function plugin
smarty_function_html_options
smarty_function_html_options() in function.html_options.php
Smarty {html_options} function plugin
smarty_function_html_options_optgroup
smarty_function_html_options_optgroup() in function.html_options.php
smarty_function_html_options_optoutput
smarty_function_html_options_optoutput() in function.html_options.php
smarty_function_html_radios
smarty_function_html_radios() in function.html_radios.php
Smarty {html_radios} function plugin
smarty_function_html_radios_output
smarty_function_html_radios_output() in function.html_radios.php
smarty_function_html_select_date
smarty_function_html_select_date() in function.html_select_date.php
Smarty {html_select_date} plugin
smarty_function_html_select_time
smarty_function_html_select_time() in function.html_select_time.php
Smarty {html_select_time} function plugin
smarty_function_html_table
smarty_function_html_table() in function.html_table.php
Smarty {html_table} function plugin
smarty_function_html_table_cycle
smarty_function_html_table_cycle() in function.html_table.php
smarty_function_mailto
smarty_function_mailto() in function.mailto.php
Smarty {mailto} function plugin
smarty_function_math
smarty_function_math() in function.math.php
Smarty {math} function plugin
smarty_function_popup
smarty_function_popup() in function.popup.php
Smarty {popup} function plugin
smarty_function_popup_init
smarty_function_popup_init() in function.popup_init.php
Smarty {popup_init} function plugin
smarty_make_timestamp
smarty_make_timestamp() in shared.make_timestamp.php
Function: smarty_make_timestamp
Purpose: used by other smarty functions to make a timestamp from a string.
smarty_modifier_capitalize
smarty_modifier_capitalize() in modifier.capitalize.php
Smarty capitalize modifier plugin
smarty_modifier_capitalize_ucfirst
smarty_modifier_capitalize_ucfirst() in modifier.capitalize.php
smarty_modifier_cat
smarty_modifier_cat() in modifier.cat.php
Smarty cat modifier plugin
smarty_modifier_count_characters
smarty_modifier_count_characters() in modifier.count_characters.php
Smarty count_characters modifier plugin
smarty_modifier_count_paragraphs
smarty_modifier_count_paragraphs() in modifier.count_paragraphs.php
Smarty count_paragraphs modifier plugin
smarty_modifier_count_sentences
smarty_modifier_count_sentences() in modifier.count_sentences.php
Smarty count_sentences modifier plugin
smarty_modifier_count_words
smarty_modifier_count_words() in modifier.count_words.php
Smarty count_words modifier plugin
smarty_modifier_date_format
smarty_modifier_date_format() in modifier.date_format.php
Smarty date_format modifier plugin
smarty_modifier_debug_print_var
smarty_modifier_debug_print_var() in modifier.debug_print_var.php
Smarty debug_print_var modifier plugin
smarty_modifier_default
smarty_modifier_default() in modifier.default.php
Smarty default modifier plugin
smarty_modifier_escape
smarty_modifier_escape() in modifier.escape.php
Smarty escape modifier plugin
smarty_modifier_indent
smarty_modifier_indent() in modifier.indent.php
Smarty indent modifier plugin
smarty_modifier_lower
smarty_modifier_lower() in modifier.lower.php
Smarty lower modifier plugin
smarty_modifier_nl2br
smarty_modifier_nl2br() in modifier.nl2br.php
Smarty plugin
smarty_modifier_regex_replace
smarty_modifier_regex_replace() in modifier.regex_replace.php
Smarty regex_replace modifier plugin
smarty_modifier_replace
smarty_modifier_replace() in modifier.replace.php
Smarty replace modifier plugin
smarty_modifier_spacify
smarty_modifier_spacify() in modifier.spacify.php
Smarty spacify modifier plugin
smarty_modifier_string_format
smarty_modifier_string_format() in modifier.string_format.php
Smarty string_format modifier plugin
smarty_modifier_strip
smarty_modifier_strip() in modifier.strip.php
Smarty strip modifier plugin
smarty_modifier_strip_tags
smarty_modifier_strip_tags() in modifier.strip_tags.php
Smarty strip_tags modifier plugin
smarty_modifier_truncate
smarty_modifier_truncate() in modifier.truncate.php
Smarty truncate modifier plugin
smarty_modifier_upper
smarty_modifier_upper() in modifier.upper.php
Smarty upper modifier plugin
smarty_modifier_wordwrap
smarty_modifier_wordwrap() in modifier.wordwrap.php
Smarty wordwrap modifier plugin
smarty_outputfilter_trimwhitespace
smarty_outputfilter_trimwhitespace() in outputfilter.trimwhitespace.php
Smarty trimwhitespace outputfilter plugin
smarty_outputfilter_trimwhitespace_replace
smarty_outputfilter_trimwhitespace_replace() in outputfilter.trimwhitespace.php
SMARTY_PHP_ALLOW
SMARTY_PHP_ALLOW in Smarty.class.php
SMARTY_PHP_PASSTHRU
SMARTY_PHP_PASSTHRU in Smarty.class.php
SMARTY_PHP_QUOTE
SMARTY_PHP_QUOTE in Smarty.class.php
SMARTY_PHP_REMOVE
SMARTY_PHP_REMOVE in Smarty.class.php
SMTP
SMTP in class.smtp.php
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
SmtpClose
PHPMailer::SmtpClose() in class.phpmailer.php
Closes the active SMTP session if one exists.
SmtpConnect
PHPMailer::SmtpConnect() in class.phpmailer.php
Initiates a connection to an SMTP server.
SmtpSend
PHPMailer::SmtpSend() in class.phpmailer.php
Sends mail via SMTP using PhpSMTP Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
sneakClass
PHPDS::sneakClass() in PHPDS.inc.php
Try to load a class from a file
sneak_class
PHPDS::sneak_class() in PHPDS.inc.php
Try to load a class from a file
sql
PHPDS_query::sql() in PHPDS_query.class.php
Get/set actual sql string.
sqlQuery
PHPDS_db::sqlQuery() in PHPDS_db.class.php
Alias to newQuery
sqlWatchdog
PHPDS_security::sqlWatchdog() in PHPDS_security.class.php
Function just like mysql_real_escape_string, but does so recursive through array.
startBuffering
PHPDS_template::startBuffering() in PHPDS_template.class.php
StartTLS
SMTP::StartTLS() in class.smtp.php
Initiate a TLS communication with the server.
startTransaction
PHPDS_db::startTransaction() in PHPDS_db.class.php
Set the starting point for a SQL transaction
startTransaction
PHPDS_dbConnector::startTransaction() in PHPDS_dbConnector.class.php
startTransaction
PHPDS_PDOconnector::startTransaction() in PHPDS_dbConnector.class.php
Start SQL transaction.
start_transaction
db::start_transaction() in db.class.php
Set the starting point for a SQL transaction
STOP_CONTINUE
PHPMailer::STOP_CONTINUE in class.phpmailer.php
STOP_CRITICAL
PHPMailer::STOP_CRITICAL in class.phpmailer.php
STOP_MESSAGE
PHPMailer::STOP_MESSAGE in class.phpmailer.php
t
top
$tagger
PHPDS::$tagger in PHPDS.inc.php
Main instance of the tagger module
$template
jquery::$template in jquery.class.php
Load the template for the jquery UI.
$template
PHPDS::$template in PHPDS.inc.php
Core template object.
$templateName
PHPDS_template::$templateName in PHPDS_template.class.php
Name of the Theme to use (previously known as template)
$template_dir
Smarty::$template_dir in Smarty.class.php
The name of the directory where templates are located.
$throwAssertionExceptions
Flag whether to throw PHP assertion errors that have been converted to Exceptions
$throwErrorExceptions
FirePHP::$throwErrorExceptions in FirePHP.class.php
Flag whether to throw PHP errors that have been converted to ErrorExceptions
$thumbnail_type
filemanager::$thumbnail_type in filemanager.class.php
Typical resize type for thumbnails.
$thumb_reflect_settings
filemanager::$thumb_reflect_settings in filemanager.class.php
Reflection options.
$timeout
PHPDS_memCache::$timeout in PHPDS_memCache.inc.php
$timeout
PHPDS_sessionCache::$timeout in PHPDS_sessionCache.inc.php
$Timeout
PHPMailer::$Timeout in class.phpmailer.php
Sets the SMTP server timeout in seconds.
$trusted_dir
Smarty::$trusted_dir in Smarty.class.php
This is an array of directories where trusted php scripts reside.
$tval
POP3::$tval in class.pop3.php
POP3 Timeout Value
$typecast
PHPDS_query::$typecast in PHPDS_query.class.php
Guidelines to typecast/forcecast the result data
template.class.php
template.class.php in template.class.php
ThumbBase.inc.php
ThumbBase.inc.php in ThumbBase.inc.php
thumbnail.class.php
thumbnail.class.php in thumbnail.class.php
table
FirePHP::table() in FirePHP.class.php
Log a table in the firebug console
TABLE
FirePHP::TABLE in FirePHP.class.php
Displays an table in firebug console
table
FB::table() in fb.php4
Log a table in the firebug console
tableExist
PHPDS_db::tableExist() in PHPDS_db.class.php
Checks if a database table exists.
table_exists
db::table_exists() in db.class.php
Checks if a database table exists.
tag
PHPDS_tagger::tag() in PHPDS_tagger.class.php
Generic setter/getter for the tags.
tagArea
PHPDS_tagger::tagArea() in PHPDS_tagger.class.php
This function creates tag list which allows a comma separated list of tags.
tagGroup
PHPDS_tagger::tagGroup() in PHPDS_tagger.class.php
Tag (set/get) the group specified in $target
tagHere
PHPDS_tagger::tagHere() in PHPDS_tagger.class.php
Tag (set/get) the current menu
tagList
PHPDS_tagger::tagList() in PHPDS_tagger.class.php
List of [object;target] for the given tag (optionaly restricted to the given $object/$target)
tagMe
PHPDS_tagger::tagMe() in PHPDS_tagger.class.php
Tag (set/get) the current user
tagMenu
PHPDS_tagger::tagMenu() in PHPDS_tagger.class.php
Tag (set/get) the menu specified in $target
tagRole
PHPDS_tagger::tagRole() in PHPDS_tagger.class.php
Tag (set/get) the role specified in $target
tagUser
PHPDS_tagger::tagUser() in PHPDS_tagger.class.php
Tag (set/get) the user specified in $target
tag_group
PHPDS_tagger::tag_group in PHPDS_tagger.class.php
tag_menu
PHPDS_tagger::tag_menu in PHPDS_tagger.class.php
tag_role
PHPDS_tagger::tag_role in PHPDS_tagger.class.php
tag_user
PHPDS_tagger::tag_user in PHPDS_tagger.class.php
template
template in template.class.php
This class contains methods that prints out to the template system, the template system is what the user see when using your application.
TEMPLATE_cronExecutionLogQuery
TEMPLATE_cronExecutionLogQuery in PHPDS_template.query.php
Template - Get user roles.
template_cron_output
template::template_cron_output() in template.class.php
Outputs data to the cron template if cron debug is enabled in the configuration.
template_exists
Smarty::template_exists() in Smarty.class.php
Checks whether requested template exists.
TEMPLATE_rollbackQuery
TEMPLATE_rollbackQuery in PHPDS_template.query.php
PHPDevShell official Query handler.
textdomain
textdomain() in PHPDS_utils.inc.php
TextLine
PHPMailer::TextLine() in class.phpmailer.php
Returns a formatted mail line.
textualize
PHPDS_errorHandler::textualize() in PHPDS_errorHandler.class.php
Cleans a string for outputing on plain text devices (such as log files)
ThumbBase
ThumbBase in ThumbBase.inc.php
ThumbBase Class Definition
THUMBLIB_BASE_PATH
THUMBLIB_BASE_PATH in thumbnail.class.php
THUMBLIB_PLUGIN_PATH
THUMBLIB_PLUGIN_PATH in thumbnail.class.php
thumbnail
thumbnail in thumbnail.class.php
PhpThumbFactory Object
tip
PHPDS_template::tip() in PHPDS_template.class.php
This creates an the [i] when over with mouse a popup with a message appears, this can be placed anywhere. Intended to be used by the developer.
tip
tip() in PHPDS_template.class.php
Creates a language tooltip string and prints it out to the template.
to
FirePHP::to() in FirePHP.class.php
Insight API wrapper
trace
FB::trace() in fb.php4
Log a trace in the firebug console
TRACE
FirePHP::TRACE in FirePHP.class.php
Displays a stack trace in firebug console
trace
FirePHP::trace() in FirePHP.class.php
Log a trace in the firebug console
triggerError
ThumbBase::triggerError() in ThumbBase.inc.php
Sets $this->errorMessage to $errorMessage and throws an exception
trigger_error
Smarty::trigger_error() in Smarty.class.php
trigger Smarty error
Turn
SMTP::Turn() in class.smtp.php
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
typeCast
PHPDS_query::typeCast() in PHPDS_query.class.php
u
top
$upload_history
filemanager::$upload_history in filemanager.class.php
Holds a record of recently uploaded files.
$user
PHPDS::$user in PHPDS.inc.php
Core user object.
$Username
PHPMailer::$Username in class.phpmailer.php
Sets SMTP username.
$username
POP3::$username in class.pop3.php
POP3 Username
$use_sub_dirs
Smarty::$use_sub_dirs in Smarty.class.php
This tells Smarty whether or not to use sub dirs in the cache/ and templates_c/ directories. sub directories better organized, but may not work well with PHP safe mode enabled.
user.class.php
user.class.php in user.class.php
unregister_block
Smarty::unregister_block() in Smarty.class.php
Unregisters block function
unregister_compiler_function
Unregisters compiler function
unregister_function
Smarty::unregister_function() in Smarty.class.php
Unregisters custom function
unregister_modifier
Smarty::unregister_modifier() in Smarty.class.php
Unregisters modifier
unregister_object
Smarty::unregister_object() in Smarty.class.php
Unregisters object
unregister_outputfilter
Unregisters an outputfilter function
unregister_postfilter
Unregisters a postfilter function
unregister_prefilter
Smarty::unregister_prefilter() in Smarty.class.php
Unregisters a prefilter function
unregister_resource
Smarty::unregister_resource() in Smarty.class.php
Unregisters a resource
upload_file
filemanager::upload_file() in filemanager.class.php
Move file from temp directory to specified directory.
user
user in user.class.php
A class representing a user in PHPDevShell.
userConfig
PHPDS_user::userConfig() in PHPDS_user.class.php
Simply writes user session data.
userIp
PHPDS_user::userIp() in PHPDS_user.class.php
Simple method to return users IP, this method will be improved in the future if needed.
userIp
PHPDS_security::userIp() in PHPDS_security.class.php
Simple method to return users IP, this method will be improved in the future if needed.
userServerTzDiff
PHPDS_core::userServerTzDiff() in PHPDS_core.class.php
USER_belongsToRoleQuery
USER_belongsToRoleQuery in PHPDS_user.query.php
USER - Check if user belongs to role.
USER_findGroupChildren
USER_findGroupChildren in PHPDS_user.query.php
USER - Find group children.
USER_getExtraGroupsQuery
USER_getExtraGroupsQuery in PHPDS_user.query.php
USER - Get extra users groups.
USER_getExtraRolesQuery
USER_getExtraRolesQuery in PHPDS_user.query.php
USER - Get extra users roles.
USER_getGroupsChildrenQuery
USER_getGroupsChildrenQuery in PHPDS_user.query.php
USER - Get users groups children.
USER_getGroupsQuery
USER_getGroupsQuery in PHPDS_user.query.php
USER - Get users groups.
USER_getRolesQuery
USER_getRolesQuery in PHPDS_user.query.php
USER - Get users roles.
USER_groupExistQuery
USER_groupExistQuery in PHPDS_user.query.php
USER - Get user groups.
USER_guestGroupNameQuery
USER_guestGroupNameQuery in PHPDS_user.query.php
User - The guests group name.
USER_guestRoleNameQuery
USER_guestRoleNameQuery in PHPDS_user.query.php
User - The guest roles name.
user_ip
security::user_ip() in security.class.php
USER_isRootQuery
USER_isRootQuery in PHPDS_user.query.php
User - Queries if user is a root user.
USER_isSameGroupQuery
USER_isSameGroupQuery in PHPDS_user.query.php
User - Count Rows.
USER_roleExistQuery
USER_roleExistQuery in PHPDS_user.query.php
USER - Get user roles.
user_server_tz_diff
core::user_server_tz_diff() in core.class.php
and the server's configured timezone (under General Settings). If the server timezone is 2 hours behind the user timezone, it will return -7200 for example. If the server timezone is 2 hours ahead of the user timezone, it will return 7200.
UTF8CharBoundary
PHPMailer::UTF8CharBoundary() in class.phpmailer.php
Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
v
top
$varName
PHPDS_notif::$varName in PHPDS_notif.class.php
$Version
PHPMailer::$Version in class.phpmailer.php
Sets the PHPMailer Version number
$view
template::$view in template.class.php
Use to manage the view class.
view.class.php
view.class.php in view.class.php
validate
email::validate() in email.class.php
Validates email address.
ValidateAddress
PHPMailer::ValidateAddress() in class.phpmailer.php
Check that a string looks roughly like an email address should
validateEmail
PHPDS_security::validateEmail() in PHPDS_security.class.php
Validates email address.
validatePost
PHPDS_security::validatePost() in PHPDS_security.class.php
Use inside your form brackets to send through a token validation to limit $this->post received from external pages.
verifyFormatCompatiblity
Makes sure the correct GD implementation exists for the file type
VERSION
FirePHP::VERSION in FirePHP.class.php
FirePHP version
viaAJAX
PHPDS_controller::viaAJAX() in PHPDS_controller.class.php
This method is run if your controller is called in an ajax context
view
view in view.class.php
Contains methods to handle emails appropriate.
w
top
$warningsAreFatal
PHPDS_errorHandler::$warningsAreFatal in PHPDS_errorHandler.class.php
$where
PHPDS_taggerListQuery::$where in PHPDS_tagger.query.php
$where
PHPDS_query::$where in PHPDS_query.class.php
The WHERE clause
$WordWrap
PHPMailer::$WordWrap in class.phpmailer.php
Sets word wrapping on the body of the message to a given number of characters.
$workingImage
GdReflectionLib::$workingImage in gd_reflection.inc.php
$workingImage
GdThumb::$workingImage in GdThumb.inc.php
The working image (used during manipulation)
wysiwyg.class.php
wysiwyg.class.php in wysiwyg.class.php
waiting
PHPDS_notif::waiting() in PHPDS_notif.class.php
WARN
PHPDS_debug::WARN in PHPDS_debug.class.php
warn
PHPDS_debug::warn() in PHPDS_debug.class.php
Push Firebug Warning
WARN
FirePHP::WARN in FirePHP.class.php
Firebug WARN level
warn
FirePHP::warn() in FirePHP.class.php
Log object with label to firebug console
warn
FB::warn() in fb.php4
Log object with label to firebug console
warning
PHPDS_debug::warning() in PHPDS_debug.class.php
Push Firebug Warning
warning
PHPDS_template::warning() in PHPDS_template.class.php
This returns/prints a warning message regarding the active script. Intended to be used by the developer.
WrapText
PHPMailer::WrapText() in class.phpmailer.php
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
writeSettings
PHPDS_db::writeSettings() in PHPDS_db.class.php
Used to write general plugin settings to the database.
write_menu
navigation::write_menu() in navigation.class.php
Compiles menu items in order.
write_settings
db::write_settings() in db.class.php
Used to write general plugin settings to the database.
wysiwyg
wysiwyg in wysiwyg.class.php
This is the wysiwyg editor class, PHPDevShell uses TinyMCE as we found it well tested, if you choose to use your own wysiwyg editor, simply replace this class file with your own class and settings to your wysiwyg editor. You may visit the TinyMCE website to find usage of how you could add more functionality to TinyMCE.
wysiwyg_load
wysiwyg::wysiwyg_load() in wysiwyg.class.php
This method automaticly converts textareas to a TinyMCE wysiwyg editor, you may check the confic.x.wysiwyg.php for customizing the editor.
z
top
zip_extract
filemanager::zip_extract() in filemanager.class.php
Extracts a ZIP archive to the specified extract path
_
top
$_config_data
Config_File::$_config_data in Config_File.class.php
$_GET
PHPDS_controller::$_GET in PHPDS_controller.class.php
$_implementations
PhpThumb::$_implementations in PhpThumb.inc.php
What implementations are available
$_instance
PhpThumb::$_instance in PhpThumb.inc.php
Instance of self
$_POST
PHPDS_controller::$_POST in PHPDS_controller.class.php
$_registry
PhpThumb::$_registry in PhpThumb.inc.php
The plugin registry
_
_() in PHPDS_utils.inc.php
_add_plugin
Smarty_Compiler::_add_plugin() in Smarty_Compiler.class.php
add plugin
_compile_arg_list
Smarty_Compiler::_compile_arg_list() in Smarty_Compiler.class.php
_compile_block_tag
Smarty_Compiler::_compile_block_tag() in Smarty_Compiler.class.php
compile block function tag
_compile_capture_tag
Smarty_Compiler::_compile_capture_tag() in Smarty_Compiler.class.php
Compile {capture} .. {/capture} tags
_compile_compiler_tag
Smarty_Compiler::_compile_compiler_tag() in Smarty_Compiler.class.php
compile the custom compiler tag
_compile_custom_tag
Smarty_Compiler::_compile_custom_tag() in Smarty_Compiler.class.php
compile custom function tag
_compile_file
Smarty_Compiler::_compile_file() in Smarty_Compiler.class.php
compile a resource
_compile_foreach_start
Smarty_Compiler::_compile_foreach_start() in Smarty_Compiler.class.php
Compile {foreach ...} tag.
_compile_if_tag
Smarty_Compiler::_compile_if_tag() in Smarty_Compiler.class.php
Compile {if ...} tag
_compile_include_php_tag
Smarty_Compiler::_compile_include_php_tag() in Smarty_Compiler.class.php
Compile {include ...} tag
_compile_include_tag
Smarty_Compiler::_compile_include_tag() in Smarty_Compiler.class.php
Compile {include ...} tag
_compile_insert_tag
Smarty_Compiler::_compile_insert_tag() in Smarty_Compiler.class.php
Compile {insert ...} tag
_compile_plugin_call
Smarty_Compiler::_compile_plugin_call() in Smarty_Compiler.class.php
compiles call to plugin of type $type with name $name
_compile_registered_object_tag
compile a registered object tag
_compile_resource
Smarty::_compile_resource() in Smarty.class.php
compile the template
_compile_section_start
Smarty_Compiler::_compile_section_start() in Smarty_Compiler.class.php
Compile {section ...} tag
_compile_smarty_ref
Smarty_Compiler::_compile_smarty_ref() in Smarty_Compiler.class.php
Compiles references of type $smarty.foo
_compile_source
Smarty::_compile_source() in Smarty.class.php
compile the given source
_compile_tag
Smarty_Compiler::_compile_tag() in Smarty_Compiler.class.php
Compile a template tag
_dequote
Smarty::_dequote() in Smarty.class.php
Remove starting and ending quotes from the string
_e
_e() in PHPDS_utils.inc.php
This function echos the returning text.
_escapeTrace
FirePHP::_escapeTrace() in FirePHP.class.php
Escape trace path for windows systems
_escapeTraceFile
FirePHP::_escapeTraceFile() in FirePHP.class.php
Escape file information of trace for windows systems
_eval
Smarty::_eval() in Smarty.class.php
wrapper for eval() retaining $this
_expand_quoted_text
Smarty_Compiler::_expand_quoted_text() in Smarty_Compiler.class.php
expand quoted text with embedded variables
_factory
PHPDS::_factory() in PHPDS.inc.php
Create a new instance of the given class and link it as dependant (arguments as an array)
_fetch_resource_info
Smarty::_fetch_resource_info() in Smarty.class.php
fetch the template info. Gets timestamp, and source if get_source is true
_get_auto_filename
Smarty::_get_auto_filename() in Smarty.class.php
get a concrete filename for automagically created content
_get_auto_id
Smarty::_get_auto_id() in Smarty.class.php
returns an auto_id for auto-file-functions
_get_compile_path
Smarty::_get_compile_path() in Smarty.class.php
Get the compile path for this resource
_get_filter_name
Smarty::_get_filter_name() in Smarty.class.php
Extracts the filter name from the given callback
_get_plugin_filepath
Smarty::_get_plugin_filepath() in Smarty.class.php
get filepath of requested plugin
_i
_i() in template.class.php
Creates a language tooltip string and prints it out to the template.
_include
Smarty::_include() in Smarty.class.php
wrapper for include() retaining $this
_is_compiled
Smarty::_is_compiled() in Smarty.class.php
test if resource needs compiling
_load_filters
Smarty_Compiler::_load_filters() in Smarty_Compiler.class.php
load pre- and post-filters
_log
PHPDS_dependant::_log() in PHPDS.inc.php
DEPRECATED: alias for log()
_log
PHPDS::_log() in PHPDS.inc.php
Alias for log() - don't use it doesn't follow the guidelines
_mime_types
PHPMailer::_mime_types() in class.phpmailer.php
Gets the MIME type of the embedded or inline image
_parse_attrs
Smarty_Compiler::_parse_attrs() in Smarty_Compiler.class.php
Parse attribute string
_parse_conf_var
Smarty_Compiler::_parse_conf_var() in Smarty_Compiler.class.php
parse configuration variable expression into PHP code
_parse_is_expr
Smarty_Compiler::_parse_is_expr() in Smarty_Compiler.class.php
Parse is expression
_parse_modifiers
Smarty_Compiler::_parse_modifiers() in Smarty_Compiler.class.php
parse modifier chain into PHP code
_parse_parenth_args
Smarty_Compiler::_parse_parenth_args() in Smarty_Compiler.class.php
parse arguments in function call parenthesis
_parse_resource_name
Smarty::_parse_resource_name() in Smarty.class.php
parse out the type and name from the resource
_parse_section_prop
Smarty_Compiler::_parse_section_prop() in Smarty_Compiler.class.php
parse section property expression into PHP code
_parse_var
Smarty_Compiler::_parse_var() in Smarty_Compiler.class.php
parse variable expression into PHP code
_parse_vars_props
Smarty_Compiler::_parse_vars_props() in Smarty_Compiler.class.php
compile multiple variables and section properties tokens into PHP code
_parse_var_props
Smarty_Compiler::_parse_var_props() in Smarty_Compiler.class.php
compile single variable and section properties token into PHP code
_pop_cacheable_state
Smarty_Compiler::_pop_cacheable_state() in Smarty_Compiler.class.php
check if the compilation changes from non-cacheable to cacheable state with the end of the current plugin return php-code to reflect the transition.
_pop_tag
Smarty_Compiler::_pop_tag() in Smarty_Compiler.class.php
pop closing tag-name
_process_compiled_include_callback
callback function for preg_replace, to call a non-cacheable block
_push_cacheable_state
Smarty_Compiler::_push_cacheable_state() in Smarty_Compiler.class.php
check if the compilation changes from cacheable to non-cacheable state with the beginning of the current plugin. return php-code to reflect the transition.
_push_tag
Smarty_Compiler::_push_tag() in Smarty_Compiler.class.php
push opening tag-name, file-name and line-number on the tag-stack
_quote_replace
Smarty_Compiler::_quote_replace() in Smarty_Compiler.class.php
Quote subpattern references
_read_file
Smarty::_read_file() in Smarty.class.php
read in a file
_run_mod_handler
Smarty::_run_mod_handler() in Smarty.class.php
Handle modifiers
_smarty_cache_attrs
Smarty::_smarty_cache_attrs() in Smarty.class.php
get or set an array of cached attributes for function that is
_smarty_include
Smarty::_smarty_include() in Smarty.class.php
called for included templates
_smarty_regex_replace_check
_smarty_regex_replace_check() in modifier.regex_replace.php
_standardizePath
FirePHP::_standardizePath() in FirePHP.class.php
Standardizes path for windows systems.
_syntax_error
Smarty_Compiler::_syntax_error() in Smarty_Compiler.class.php
display Smarty syntax error
_trigger_fatal_error
Smarty::_trigger_fatal_error() in Smarty.class.php
trigger Smarty plugin error
_unlink
Smarty::_unlink() in Smarty.class.php
unlink a file, possibly using expiration time
__
__() in PHPDS_utils.inc.php
Wrapper for $core->__() method.
__
PHPDS_core::__() in PHPDS_core.class.php
Method is used to wrap the gettext international language conversion tool inside PHPDevShell.
__call
PHPDS_dependant::__call() in PHPDS.inc.php
Magic php function used when a non-defined method is called. Here we mimics multi-inheritance by calling methods from "roots"
__call
ThumbBase::__call() in ThumbBase.inc.php
Calls plugin / imported functions
__construct
PHPDS_query::__construct() in PHPDS_query.class.php
Backwards compatible variables.
__construct
PHPDS_sprintfnException::__construct() in PHPDS_exception.class.php
__construct
PHPDS_db::__construct() in PHPDS_db.class.php
Dependence constructor.
__construct
PHPMailer::__construct() in class.phpmailer.php
Constructor
__construct
PHPDS_fatalError::__construct() in PHPDS_exception.class.php
__construct
magic constructor
__construct
PHPDS_exception::__construct() in PHPDS_exception.class.php
__construct
PHPDS::__construct() in PHPDS.inc.php
Constructor: initialize the instance and starts the configuration process
__construct
view::__construct() in view.class.php
Construct required files.
__construct
PHPDS_PDOconnector::__construct() in PHPDS_dbConnector.class.php
Dependence constructor.
__construct
GdThumb::__construct() in GdThumb.inc.php
Class Constructor
__construct
POP3::__construct() in class.pop3.php
Constructor, sets the initial values
__construct
ThumbBase::__construct() in ThumbBase.inc.php
Class constructor
__construct
SMTP::__construct() in class.smtp.php
Initialize the class so that the data is in a known state.
__destruct
PHPDS::__destruct() in PHPDS.inc.php
Destruct Class.
__destruct
GdThumb::__destruct() in GdThumb.inc.php
Class Destructor
__destruct
PHPDS_notif::__destruct() in PHPDS_notif.class.php
__e
__e() in PHPDS_utils.inc.php
This function echos the returning text inside a domain.
__get
PHPDS_dependant::__get() in PHPDS.inc.php
Magic php function, called when trying to access a non-defined field
__get
PHPDS_array::__get() in PHPDS.inc.php
Magic get array.
__i
__i() in template.class.php
Creates a language tooltip string inside a text domain and prints it out to the template.
__invoke
PHPDS_debug::__invoke() in PHPDS_debug.class.php
Magic method: shortcut to log($ata)
__set
PHPDS_array::__set() in PHPDS.inc.php
Magig set array.
__set
PHPDS_dependant::__set() in PHPDS.inc.php
__sleep
FirePHP::__sleep() in FirePHP.class.php
When the object gets serialized only include specific object members.
___
___() in PHPDS_utils.inc.php
Specifically meant for core translation domain.
a b c d e f g h i j k l m n o p q r s t u v w z _