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