all elements
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
Index of all elements
A B C D E F G H I K L M N O P Q R S T U V W Y _a
- $AltBody
- in file class.phpmailer.php, variable PHPMailer::$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. - $attachment
- in file class.phpmailer.php, variable PHPMailer::$attachment
- $autoload_filters
- in file Smarty.class.php, variable Smarty::$autoload_filters
This indicates which filters are automatically loaded into Smarty. - AddAddress
- in file class.phpmailer.php, method PHPMailer::AddAddress()
Adds a "To" address. - AddAttachment
- in file class.phpmailer.php, method PHPMailer::AddAttachment()
Adds an attachment from a path on the filesystem. - AddBCC
- in file class.phpmailer.php, method PHPMailer::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer. - addCategory
- in file Categories.php, method Categories::addCategory()
Add Category - AddCC
- in file class.phpmailer.php, method PHPMailer::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer. - AddCustomHeader
- in file class.phpmailer.php, method PHPMailer::AddCustomHeader()
Adds a custom header. - addDays
- in file Date.php, method Date::addDays()
Add days to a unix timestamp - AddEmbeddedImage
- in file class.phpmailer.php, method PHPMailer::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". - addFeatures
- in file Listings.php, method Listings::addFeatures()
Updates a listing with new extra options. Like bold, featured, highlighted. - addListing
- in file Listings.php, method Listings::addListing()
Add Listing - addListingFields
- in file Listings.php, method Listings::addListingFields()
Add extra fields to a listing - AddReplyTo
- in file class.phpmailer.php, method PHPMailer::AddReplyTo()
Adds a "Reply-To" address. - AddStringAttachment
- in file class.phpmailer.php, method PHPMailer::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list. - adminEditOrder
- in file Orders.php, method Orders::adminEditOrder()
Change the order status from admin. - alpha
- in file Filter.php, method Filter::alpha()
Replaces all but letters of the alphabet A-Z - alphaCheck
- in file Validate.php, method Validate::alphaCheck()
Check value is alphanumeric - alphaNumeric
- in file Filter.php, method Filter::alphaNumeric()
Returns only letters and numbers, a-z:0-9 not case sensitive - append
- in file Smarty.class.php, method Smarty::append()
appends values to template variables - appendUserData
- in file Users.php, method Users::appendUserData()
Appends data to the _userData var and overrights existing values by default. - append_by_ref
- in file Smarty.class.php, method Smarty::append_by_ref()
appends values to template variables by reference - Arrays
- in file Arrays.php, class Arrays
JS_Array, array manipulation - ArrayWrapper
- in file ArrayWrapper.php, class ArrayWrapper
ArrayWrapper class For controlled access and manipulation of associative arrays - ArrayWrapper
- in file ArrayWrapper.php, method ArrayWrapper::ArrayWrapper()
PHP4 constructor wrapping the PHP5 one for forward compatibility - assign
- in file Smarty.class.php, method Smarty::assign()
assigns values to template variables - assign_by_ref
- in file Smarty.class.php, method Smarty::assign_by_ref()
assigns values to template variables by reference - Authenticate
- in file class.smtp.php, method SMTP::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated. - Authorise
- in file class.pop3.php, method POP3::Authorise()
Combination of public events - connect, login, disconnect - Arrays.php
- procedural page Arrays.php
- ArrayWrapper.php
- procedural page ArrayWrapper.php
b
- $bcc
- in file class.phpmailer.php, variable PHPMailer::$bcc
- $Body
- in file class.phpmailer.php, variable PHPMailer::$Body
Sets the Body of the message. This can be either an HTML or text body. - $booleanize
- in file Config_File.class.php, variable Config_File::$booleanize
Controls whether config values of on/true/yes and off/false/no get converted to boolean values automatically. - $boundary
- in file class.phpmailer.php, variable PHPMailer::$boundary
- banUser
- in file Users.php, method Users::banUser()
Ban A User - breadcrumb
- in file Categories.php, method Categories::breadcrumb()
Breadcrumb - breadcrumb_title
- in file Categories.php, method Categories::breadcrumb_title()
Breadcrumb - bulkAssign
- in file Template.php, method Template::bulkAssign()
Loops through an array and assigns each pair to smarty. - block.textformat.php
- procedural page block.textformat.php
- block.html_table_adv.php
- procedural page block.html_table_adv.php
c
- $cache_dir
- in file Smarty.class.php, variable Smarty::$cache_dir
The name of the directory for cache files. - $cache_handler_func
- in file Smarty.class.php, variable Smarty::$cache_handler_func
The function used for cache file handling. If not set, built-in caching is used. - $cache_id
- in file Template.php, variable Template::$cache_id
- $cache_lifetime
- in file Smarty.class.php, variable Smarty::$cache_lifetime
This is the number of seconds cached content will persist. - $cache_modified_check
- in file Smarty.class.php, variable Smarty::$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
- in file Smarty.class.php, variable Smarty::$caching
This enables template caching. - $cc
- in file class.phpmailer.php, variable PHPMailer::$cc
- $CharSet
- in file class.phpmailer.php, variable PHPMailer::$CharSet
Sets the CharSet of the message. - $compiler_class
- in file Smarty.class.php, variable Smarty::$compiler_class
The class used for compiling templates. - $compiler_file
- in file Smarty.class.php, variable Smarty::$compiler_file
The file that contains the compiler class. This can a full pathname, or relative to the php_include path. - $compile_check
- in file Smarty.class.php, variable Smarty::$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
- in file Smarty.class.php, variable Smarty::$compile_dir
The directory where compiled templates are located. - $compile_id
- in file Smarty.class.php, variable Smarty::$compile_id
Set this if you want different sets of compiled files for the same templates. This is useful for things like different languages. - $config_booleanize
- in file Smarty.class.php, variable Smarty::$config_booleanize
This tells whether or not to automatically booleanize config file variables. - $config_class
- in file Smarty.class.php, variable Smarty::$config_class
The class used to load config vars. - $config_dir
- in file Smarty.class.php, variable Smarty::$config_dir
The directory where config files are located. - $config_fix_newlines
- in file Smarty.class.php, variable Smarty::$config_fix_newlines
This tells whether or not automatically fix newlines in config files. - $config_overwrite
- in file Smarty.class.php, variable Smarty::$config_overwrite
This tells if config file vars of the same name overwrite each other or not. - $config_read_hidden
- in file Smarty.class.php, variable Smarty::$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
- in file class.phpmailer.php, variable PHPMailer::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent. - $ContentType
- in file class.phpmailer.php, variable PHPMailer::$ContentType
Sets the Content-type of the message. - $CRLF
- in file class.smtp.php, variable SMTP::$CRLF
SMTP reply line ending - $CRLF
- in file class.pop3.php, variable POP3::$CRLF
POP3 Carriage Return + Line Feed - $CustomHeader
- in file class.phpmailer.php, variable PHPMailer::$CustomHeader
- callBack
- in file Gateways.php, method Gateways::callBack()
Handle the call back from the gateway file. - call_gateway
- in file Gateways.php, method Gateways::call_gateway()
Call Gateway - call_hook
- in file Modules.php, method Modules::call_hook()
Throughout the script when a certain action occurs it will call this hook. - catchWarning
- in file class.pop3.php, method POP3::catchWarning()
Takes over from PHP for the socket warning handler - Categories
- in file Categories.php, class Categories
Categories class handles everything for the categories. - changeDisplay
- in file Listings.php, method Listings::changeDisplay()
User Change Listing Status - changeDisplay
- in file Orders.php, method Orders::changeDisplay()
Change the order status. Also changes the listing status. - changeStatus
- in file Modules.php, method Modules::changeStatus()
Change the status of a module - changeStatus
- in file Gateways.php, method Gateways::changeStatus()
Change the status of a gateway - check
- in file Validate.php, method credit_card::check()
Check the credit card number - checkLogin
- in file Login.php, method Login::checkLogin()
Check Login - checkResponse
- in file class.pop3.php, method POP3::checkResponse()
Checks the POP3 server response for +OK or -ERR - checkSlug
- in file Categories.php, method Categories::checkSlug()
Check Slug - checkUnique
- in file Register.php, method Register::checkUnique()
Checks if a username or email address is unique, if an id is supplied it will check to see if this username or email address is unique excluding what is already stored for this user. - cleanDate
- in file Filter.php, method Filter::cleanDate()
Clean string for use as date 0-9./- - cleanDirName
- in file Filter.php, method Filter::cleanDirName()
Cleans a string for use as a directory name - cleanEmailInjection
- in file Filter.php, method Filter::cleanEmailInjection()
Clean up string for use in email, remove injection attempts - cleanFileName
- in file Filter.php, method Filter::cleanFileName()
Cleans a string for use as a file name - cleanKey
- in file Filter.php, method Filter::cleanKey()
Filters out unsafe characters for array keys - cleanText
- in file Filter.php, method Filter::cleanText()
Encode MS Word characters - cleanUrl
- in file Filter.php, method Filter::cleanUrl()
Cleanup string for use as a url - cleanValue
- in file Format.php, method Format::cleanValue()
Creates safe sql. - cleanXSS
- in file Filter.php, method Filter::cleanXSS()
Remove harmful content from string - clean_no
- in file Validate.php, method credit_card::clean_no()
Clean non-numeric characters from credit card number - clear
- in file Config_File.class.php, method Config_File::clear()
Clear loaded config data for a certain file or all files. - ClearAddresses
- in file class.phpmailer.php, method PHPMailer::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void. - ClearAllRecipients
- in file class.phpmailer.php, method PHPMailer::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void. - ClearAttachments
- in file class.phpmailer.php, method PHPMailer::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void. - ClearBCCs
- in file class.phpmailer.php, method PHPMailer::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void. - ClearCCs
- in file class.phpmailer.php, method PHPMailer::ClearCCs()
Clears all recipients assigned in the CC array. Returns void. - ClearCustomHeaders
- in file class.phpmailer.php, method PHPMailer::ClearCustomHeaders()
Clears all custom headers. Returns void. - ClearReplyTos
- in file class.phpmailer.php, method PHPMailer::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void. - clear_all_assign
- in file Smarty.class.php, method Smarty::clear_all_assign()
clear all the assigned template variables. - clear_all_cache
- in file Smarty.class.php, method Smarty::clear_all_cache()
clear the entire contents of cache (all templates) - clear_assign
- in file Smarty.class.php, method Smarty::clear_assign()
clear the given assigned template variable. - clear_cache
- in file Smarty.class.php, method Smarty::clear_cache()
clear cached content for the given template and cache id - clear_compiled_tpl
- in file Smarty.class.php, method Smarty::clear_compiled_tpl()
clears compiled version of specified template resource, or all compiled template files if one is not specified. - clear_config
- in file Smarty.class.php, method Smarty::clear_config()
clear configuration values - Close
- in file class.smtp.php, method SMTP::Close()
Closes the socket and cleans up the state of the class. - Config_File
- in file Config_File.class.php, method Config_File::Config_File()
Constructs a new config file class. - Config_File
- in file Config_File.class.php, class Config_File
Config file reading class - config_load
- in file Smarty.class.php, method Smarty::config_load()
load configuration values - Connect
- in file class.pop3.php, method POP3::Connect()
Connect to the POP3 server - Connect
- in file class.smtp.php, method SMTP::Connect()
Connect to the server specified on the port specified. - CookieWrapper
- in file SuperglobalWrapper.php, method CookieWrapper::CookieWrapper()
- CookieWrapper
- in file SuperglobalWrapper.php, class CookieWrapper
ArrayWrapper class For controlled access and manipulation of associative arrays - Core
- in file Core.php, method Core::Core()
Assigns system settings to class variables, checks template existance and assigns allowed sources - Core
- in file Core.php, class Core
Core class gets general settings. - countByUser
- in file Listings.php, method Listings::countByUser()
Count a specific user's listings - Countries
- in file Countries.php, class Countries
Manipulates the countries table, all functions can be accessed statically, i.e. Countries::getCountries(); and no constructor is necessary. - countUserSentMessages
- in file Private.php, method PrivateMessage::countUserSentMessages()
Gets the total number of sent pm's for a specific user by id - createCode
- in file Register.php, method Register::createCode()
Creates the confirmation code - createForm
- in file Gateways.php, method Gateways::createForm()
Create the form from the sr.php file. This uses the _createForm function. - createJavascriptValidation
- in file Register.php, method Register::createJavascriptValidation()
Creates the javascript for when a user is modified. - createSignup
- in file Register.php, method Register::createSignup()
Inserts a record into the users table - credit_card
- in file Validate.php, class credit_card
Credit Card Class - Categories.php
- procedural page Categories.php
- Core.php
- procedural page Core.php
- Countries.php
- procedural page Countries.php
- class.phpmailer.php
- procedural page class.phpmailer.php
- class.pop3.php
- procedural page class.pop3.php
- class.smtp.php
- procedural page class.smtp.php
- Config_File.class.php
- procedural page Config_File.class.php
- core.assemble_plugin_filepath.php
- procedural page core.assemble_plugin_filepath.php
- core.assign_smarty_interface.php
- procedural page core.assign_smarty_interface.php
- core.create_dir_structure.php
- procedural page core.create_dir_structure.php
- core.display_debug_console.php
- procedural page core.display_debug_console.php
- core.get_include_path.php
- procedural page core.get_include_path.php
- core.get_microtime.php
- procedural page core.get_microtime.php
- core.get_php_resource.php
- procedural page core.get_php_resource.php
- core.is_secure.php
- procedural page core.is_secure.php
- core.is_trusted.php
- procedural page core.is_trusted.php
- core.load_plugins.php
- procedural page core.load_plugins.php
- core.load_resource_plugin.php
- procedural page core.load_resource_plugin.php
- core.process_cached_inserts.php
- procedural page core.process_cached_inserts.php
- core.process_compiled_include.php
- procedural page core.process_compiled_include.php
- core.read_cache_file.php
- procedural page core.read_cache_file.php
- core.rmdir.php
- procedural page core.rmdir.php
- core.rm_auto.php
- procedural page core.rm_auto.php
- core.run_insert_handler.php
- procedural page core.run_insert_handler.php
- core.smarty_include_php.php
- procedural page core.smarty_include_php.php
- core.write_cache_file.php
- procedural page core.write_cache_file.php
- core.write_compiled_include.php
- procedural page core.write_compiled_include.php
- core.write_compiled_resource.php
- procedural page core.write_compiled_resource.php
- core.write_file.php
- procedural page core.write_file.php
- compiler.assign.php
- procedural page compiler.assign.php
d
- $debugging
- in file Smarty.class.php, variable Smarty::$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
- in file Smarty.class.php, variable Smarty::$debugging_ctrl
This determines if debugging is enable-able from the browser. - $debug_tpl
- in file Smarty.class.php, variable Smarty::$debug_tpl
This is the path to the debug console template. If not set, the default one will be used. - $default_modifiers
- in file Smarty.class.php, variable Smarty::$default_modifiers
This is a list of the modifiers to apply to all template variables. - $default_resource_type
- in file Smarty.class.php, variable Smarty::$default_resource_type
This is the resource type to be used when not specified - $default_template_handler_func
- in file Smarty.class.php, variable Smarty::$default_template_handler_func
If a template cannot be found, this PHP function will be executed. - $do_debug
- in file class.pop3.php, variable POP3::$do_debug
Displaying Debug warnings? (0 = now, 1+ = yes) - $do_debug
- in file class.smtp.php, variable SMTP::$do_debug
Sets whether debugging is turned on - $do_verp
- in file class.smtp.php, variable SMTP::$do_verp
Sets VERP use on/off (default is off) - Data
- in file class.smtp.php, method SMTP::Data()
Issues a data command and sends the msg_data to the server - Date
- in file Date.php, class Date
Date manipulation class - daysDiff
- in file Listings.php, method Listings::daysDiff()
Gets the number of days between two dates - deductCoupon
- in file Orders.php, method Orders::deductCoupon()
Deduct a coupon or discount from the database. - del
- in file SuperglobalWrapper.php, method CookieWrapper::del()
- deleteCategory
- in file Categories.php, method Categories::deleteCategory()
Delete Category - deleteCountry
- in file Countries.php, method Countries::deleteCountry()
Delete a country - will only delete 1 row, even if multiple rows exist such as when deleting by the code identifier. - deleteListing
- in file Listings.php, method Listings::deleteListing()
Delete Listing - deleteMessage
- in file Private.php, method PrivateMessage::deleteMessage()
Delete a PM - deleteOrder
- in file Orders.php, method Orders::deleteOrder()
Delete Order - deleteProductByID
- in file Products.php, method Products::deleteProductByID()
Delete a product and reorder products that are left. - deleteState
- in file States.php, method States::deleteState()
Delete a state - will only delete 1 row, even if multiple rows exist such as when deleting by the abbrev identifier. - deleteTransactions
- in file Orders.php, method Orders::deleteTransactions()
Delete any Gateway transactions. - deleteUser
- in file Users.php, method Users::deleteUser()
Delete a user - deleteUsersListings
- in file Listings.php, method Listings::deleteUsersListings()
Delete all UsersListing - DIR_SEP
- in file Smarty.class.php, constant DIR_SEP
DIR_SEP isn't used anymore, but third party apps might - Disconnect
- in file class.pop3.php, method POP3::Disconnect()
Disconnect from the POP3 server - display
- in file Template.php, method Template::display()
Display Function extends display to add in helpers at the last minute - display
- in file Smarty.class.php, method Smarty::display()
executes & displays the template results - displayErrors
- in file class.pop3.php, method POP3::displayErrors()
If debug is enabled, display the error message array - displayTemplate
- in file Template.php, method Template::displayTemplate()
This function handles displaying the layout template file. - dot
- in file Format.php, method Format::dot()
dot - dot
- in file String.php, method String::dot()
Trim a string and add dots to the end. - double
- in file Filter.php, method Filter::double()
Removes all but numbers and decimal - do_magic_quotes_gpc
- in file Format.php, method Format::do_magic_quotes_gpc()
handle magic_quotes_gpc turned off. - Date.php
- procedural page Date.php
e
- $Encoding
- in file class.phpmailer.php, variable PHPMailer::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable". - $ErrorInfo
- in file class.phpmailer.php, variable PHPMailer::$ErrorInfo
Holds the most recent mailer error message. - $error_count
- in file class.phpmailer.php, variable PHPMailer::$error_count
- $error_reporting
- in file Smarty.class.php, variable Smarty::$error_reporting
When set, smarty does uses this value as error_reporting-level. - editCategory
- in file Categories.php, method Categories::editCategory()
Edit Category - editListing
- in file Listings.php, method Listings::editListing()
Edit Listing - editListingFields
- in file Listings.php, method Listings::editListingFields()
Adds extra fields to a listing when modifying it. - editOrder
- in file Orders.php, method Orders::editOrder()
Edit an order - emailCustomer
- in file Orders.php, method Orders::emailCustomer()
Email a customer receipt - exists
- in file Modules.php, method Modules::exists()
Checks if a module exists - exists
- in file Gateways.php, method Gateways::exists()
Checks if a gateway exists - exists
- in file ArrayWrapper.php, method ArrayWrapper::exists()
Determine if array key exists - existsLoose
- in file ArrayWrapper.php, method ArrayWrapper::existsLoose()
Determine if array key exists OR has usable value - Expand
- in file class.smtp.php, method SMTP::Expand()
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs. - extra_listing_fields
- in file Listings.php, method Listings::extra_listing_fields()
Gets extra fields when adding a listing - extra_listing_fields_validation
- in file Listings.php, method Listings::extra_listing_fields_validation()
Generate javascript validation for extra fields.
f
- $fix_newlines
- in file Config_File.class.php, variable Config_File::$fix_newlines
Controls whether or not to fix mac or dos formatted newlines. - $force_compile
- in file Smarty.class.php, variable Smarty::$force_compile
This forces templates to compile every time. Useful for development or debugging. - $From
- in file Mailer.php, variable Mailer::$From
- $From
- in file class.phpmailer.php, variable PHPMailer::$From
Sets the From email address for the message. - $FromName
- in file Mailer.php, variable Mailer::$FromName
- $FromName
- in file class.phpmailer.php, variable PHPMailer::$FromName
Sets the From name of the message. - fetch
- in file Smarty.class.php, method Smarty::fetch()
executes & returns or displays the template results - Filter
- in file Filter.php, class Filter
Static class that is used to filter data. - filterCountryData
- in file Countries.php, method Countries::filterCountryData()
Filter country data, removes html tags, converts to entities, and enforces utf8 data for all variables in $data if it isn't an integer. - filterStateData
- in file States.php, method States::filterStateData()
Filter state data, removes html tags, converts to entities, and enforces utf8 data for all variables in $data if it isn't an integer. - filterUserData
- in file Register.php, method Register::filterUserData()
Filter user submitted data - filterword
- in file Format.php, method Format::filterword()
Filter a string based off bad words from administration. - filterword
- in file Filter.php, method Filter::filterword()
Filter a string based off bad words from administration. - findUserID
- in file Private.php, method PrivateMessage::findUserID()
Find a user by name - Format
- in file Format.php, class Format
Format class handles most formating. - Format
- in file Format.php, method Format::Format()
Format Constructor - FormatCurrency
- in file Format.php, method Format::FormatCurrency()
FormatCurrency - formatNumber
- in file Format.php, method Format::formatNumber()
Format an int - formatPhone
- in file String.php, method String::formatPhone()
Formats a phone number for display - formatSlug
- in file Categories.php, method Categories::formatSlug()
Format Slug - formatURL
- in file Core.php, method Core::formatURL()
Format the website url and https url. - formValidation
- in file Users.php, method Users::formValidation()
Create javascript for form validation. - Filter.php
- procedural page Filter.php
- Format.php
- procedural page Format.php
- function.assign_debug_info.php
- procedural page function.assign_debug_info.php
- function.config_load.php
- procedural page function.config_load.php
- function.counter.php
- procedural page function.counter.php
- function.cycle.php
- procedural page function.cycle.php
- function.debug.php
- procedural page function.debug.php
- function.eval.php
- procedural page function.eval.php
- function.fetch.php
- procedural page function.fetch.php
- function.html_checkboxes.php
- procedural page function.html_checkboxes.php
- function.html_image.php
- procedural page function.html_image.php
- function.html_options.php
- procedural page function.html_options.php
- function.html_radios.php
- procedural page function.html_radios.php
- function.html_select_date.php
- procedural page function.html_select_date.php
- function.html_select_time.php
- procedural page function.html_select_time.php
- function.html_table.php
- procedural page function.html_table.php
- function.mailto.php
- procedural page function.mailto.php
- function.math.php
- procedural page function.math.php
- function.popup.php
- procedural page function.popup.php
- function.popup_init.php
- procedural page function.popup_init.php
- function.categories_js.php
- procedural page function.categories_js.php
- function.categories_parent.php
- procedural page function.categories_parent.php
- function.css_featured.php
- procedural page function.css_featured.php
- function.feature_listings_horizontal.php
- procedural page function.feature_listings_horizontal.php
- function.feature_listings_vertical_home.php
- procedural page function.feature_listings_vertical_home.php
- function.get_extra_field.php
- procedural page function.get_extra_field.php
- function.html_input_price.php
- procedural page function.html_input_price.php
- function.list_templates.php
- procedural page function.list_templates.php
- function.modulehook.php
- procedural page function.modulehook.php
- function.most_viewed.php
- procedural page function.most_viewed.php
- function.new_listings.php
- procedural page function.new_listings.php
- function.total_listings.php
- procedural page function.total_listings.php
- function.total_members.php
- procedural page function.total_members.php
g
- Gateways
- in file Gateways.php, method Gateways::Gateways()
Gateways constructor - Gateways
- in file Gateways.php, class Gateways
Handles interaction with the Gateway system. - generate
- in file SuperglobalWrapper.php, method GetWrapper::generate()
- generateOrder
- in file Orders.php, method Orders::generateOrder()
Generate an order - generateToken
- in file String.php, method String::generateToken()
Generate a random Token - get
- in file Config_File.class.php, method Config_File::get()
Retrieves config info based on the file, section, and variable name. - get
- in file ArrayWrapper.php, method ArrayWrapper::get()
Retrieve value of given key - getActiveGatewayList
- in file Gateways.php, method Gateways::getActiveGatewayList()
Gets all active gateways - getAdminCatTree
- in file Categories.php, method Categories::getAdminCatTree()
Get Administration Category Tree - getAllCategories
- in file Categories.php, method Categories::getAllCategories()
Get all data for all categories - getAllGateways
- in file Gateways.php, method Gateways::getAllGateways()
Get a list of all the gateways - getAllListings
- in file Listings.php, method Listings::getAllListings()
Gets all listings by the parameters. This method is used anywhere listings are shown in a grid. - getAllOrders
- in file Orders.php, method Orders::getAllOrders()
Gets all orders by the parameters. - getAllParentCategories
- in file Categories.php, method Categories::getAllParentCategories()
Get All Parent Categories - getAllUsers
- in file Users.php, method Users::getAllUsers()
Gets all users by the parameters. - getAllUsersForSelect
- in file Users.php, method Users::getAllUsersForSelect()
Get all users for a select list - getArrayRef
- in file ArrayWrapper.php, method ArrayWrapper::getArrayRef()
Retrieve a reference to the wrapped array - getByIndex
- in file ArrayWrapper.php, method ArrayWrapper::getByIndex()
Retrieve value of given key - getCategoryById
- in file Categories.php, method Categories::getCategoryById()
Get Category - getCategoryBySlug
- in file Categories.php, method Categories::getCategoryBySlug()
Get Category by Slug - getCategoryForListing
- in file Listings.php, method Listings::getCategoryForListing()
Get a category based off the listing id. - getCategoryNameById
- in file Categories.php, method Categories::getCategoryNameById()
Get a category name by its id. - getCategoryNameById
- in file Listings.php, method Listings::getCategoryNameById()
Get a category name by its id. - getCatListingsByCatID
- in file Categories.php, method Categories::getCatListingsByCatID()
Get Listings By Category Id - getCatTree
- in file Categories.php, method Categories::getCatTree()
Get Category Tree - getCheckoutSettings
- in file Core.php, method Core::getCheckoutSettings()
Gets the checkout settings - getCleanVars
- in file Register.php, method Register::getCleanVars()
Pubilc function to get the filtered "clean" variables - getConfirmationCode
- in file Register.php, method Register::getConfirmationCode()
Gets the confirmation code if it is needed externally - getCountries
- in file Countries.php, method Countries::getCountries()
Gets all country names in descending order by rank, assending order by name - getCountries
- in file Users.php, method Users::getCountries()
Get an array of the countries - getCountryCode
- in file Countries.php, method Countries::getCountryCode()
Get a country's code by id or name - getCountryId
- in file Countries.php, method Countries::getCountryId()
Get a country's id by name or code - getCountryName
- in file Countries.php, method Countries::getCountryName()
Get a country's name, by id or code. - getDateTime
- in file Date.php, method Date::getDateTime()
Get the datetime of a timestamp or current - getErrorList
- in file Validate.php, method Validate::getErrorList()
Get the error list - getExtraField
- in file Listings.php, method Listings::getExtraField()
Get Single Extra Field Value. This is useful for using with getAllListings. It allows you to pull out extra fields and dislay them in showlistings. - getFile
- in file class.phpmailer.php, method PHPMailer::getFile()
Read a file from a supplied filename and return it. - getGatewayByName
- in file Gateways.php, method Gateways::getGatewayByName()
Get an active gateway by name - getIP
- in file Register.php, method Register::getIP()
Gets the customers ip address - getListingById
- in file Listings.php, method Listings::getListingById()
Get Listing - getListingByOrderID
- in file Listings.php, method Listings::getListingByOrderID()
Get a listing based off an order id. - getListingFields
- in file Listings.php, method Listings::getListingFields()
Get Listing extra fields. - getListingImages
- in file Listings.php, method Listings::getListingImages()
Get a single listings images - getListingPackageById
- in file Products.php, method Products::getListingPackageById()
Get Listing package by its id. - getListingPackages
- in file Products.php, method Products::getListingPackages()
Get listing packages - getListingPackagesByCatID
- in file Products.php, method Products::getListingPackagesByCatID()
Get listing packages for categories - getListingsForMember
- in file Listings.php, method Listings::getListingsForMember()
Get listings for a member - getListingSingleImage
- in file Listings.php, method Listings::getListingSingleImage()
Get a single image for a listing - getModule
- in file Modules.php, method Modules::getModule()
Get a single module - getModuleByName
- in file Modules.php, method Modules::getModuleByName()
Get an active module by name - getMonthlyTotal
- in file Orders.php, method Orders::getMonthlyTotal()
Get the total amount of sales from a date. - getNumberOfListingsByUserID
- in file Users.php, method Users::getNumberOfListingsByUserID()
Get the number of listings for a specific user - getOrderById
- in file Orders.php, method Orders::getOrderById()
Get an order by its id - getOrderByListingID
- in file Orders.php, method Orders::getOrderByListingID()
Get an order by a listing id - getOwnerByListingID
- in file Private.php, method PrivateMessage::getOwnerByListingID()
Get Owner from listing id. - getPairs
- in file Users.php, method Users::getPairs()
Get user id/username pairs - generally used for select boxes - getPendingOrders
- in file Orders.php, method Orders::getPendingOrders()
Get a list of pending orders - getProductList
- in file Products.php, method Products::getProductList()
Get a product list - getProductList
- in file Orders.php, method Orders::getProductList()
Get a list of products - getResponse
- in file class.pop3.php, method POP3::getResponse()
Get the socket response back. - getSearchSettings
- in file Core.php, method Core::getSearchSettings()
Gets the search settings - getSearchWhere
- in file Users.php, method Users::getSearchWhere()
Processes $_REQUEST data for the where clause of sql statment in getAllUsers. - getSelectedCatTree
- in file Products.php, method Products::getSelectedCatTree()
Recursively Gets Selected Category Tree - getSelectedPackageTree
- in file Products.php, method Products::getSelectedPackageTree()
Gets Selected Package Tree - getSortField
- in file Users.php, method Users::getSortField()
Get sort field, must have setOptions before using this method. Additionally, $_REQUEST and $_COOKIE are evaluated. - getSortFieldCookie
- in file Users.php, method Users::getSortFieldCookie()
Get the value of the sort field cookie - getSortOrder
- in file Users.php, method Users::getSortOrder()
Get sort order, must have setOptions before using this method. Additionally, $_REQUEST and $_COOKIE are evaluated. - getSortOrderCookie
- in file Users.php, method Users::getSortOrderCookie()
Get the value of the sort order cookie - getStateAbbrev
- in file States.php, method States::getStateAbbrev()
Get a state's abbreviation by id or name - getStateId
- in file States.php, method States::getStateId()
Get a state's id by name or abbrev - getStateName
- in file States.php, method States::getStateName()
Get a state's name, by id or abbreviation. - getStates
- in file States.php, method States::getStates()
Gets all state names in ascending order - getStates
- in file Users.php, method Users::getStates()
Get an array of the states - getStatusByValue
- in file Listings.php, method Listings::getStatusByValue()
Gets the listings status by its ID - getStatusByValue
- in file Orders.php, method Orders::getStatusByValue()
Gets the order status by its ID - getSubCategories
- in file Categories.php, method Categories::getSubCategories()
Get Sub Categories - getSubCategoriesList
- in file Categories.php, method Categories::getSubCategoriesList()
Get Sub Categories List - getTotalAfterDiscount
- in file Orders.php, method Orders::getTotalAfterDiscount()
Get the total price after any discounts have been applied. - getTransactionsByOrderID
- in file Orders.php, method Orders::getTransactionsByOrderID()
Get a transaction from order id - getUnixDate
- in file Date.php, method Date::getUnixDate()
Get the current unix date or convert datetime (y-m-d h:m:s) to unix format - getUser
- in file Users.php, method Users::getUser()
Get a single user - getUserByUsername
- in file Users.php, method Users::getUserByUsername()
Get user data by username - getUserGroupsList
- in file Users.php, method Users::getUserGroupsList()
Get an array of the user groups ordered by id. - getUserNameById
- in file Listings.php, method Listings::getUserNameById()
Gets a users name by their id. - getUserNameById
- in file Users.php, method Users::getUserNameById()
Gets a users name by their id. - getUsernameBySearch
- in file Private.php, method PrivateMessage::getUsernameBySearch()
Get a username by searching - getUserNotes
- in file Users.php, method Users::getUserNotes()
Get a users notes. - GetWrapper
- in file SuperglobalWrapper.php, class GetWrapper
SuperglobalWrapper.php - GetWrapper
- in file SuperglobalWrapper.php, method GetWrapper::GetWrapper()
- get_config_vars
- in file Smarty.class.php, method Smarty::get_config_vars()
Returns an array containing config variables - get_count
- in file Categories.php, method Categories::get_count()
Get Count Count the total listings in an array of categories. - get_file_names
- in file Config_File.class.php, method Config_File::get_file_names()
Get all loaded config file names. - get_ids
- in file Categories.php, method Categories::get_ids()
Get Ids - get_key
- in file Config_File.class.php, method Config_File::get_key()
Retrieves config info based on the key. - get_registered_object
- in file Smarty.class.php, method Smarty::get_registered_object()
return a reference to a registered object - get_section_names
- in file Config_File.class.php, method Config_File::get_section_names()
Get all section names from a loaded file. - get_template_vars
- in file Smarty.class.php, method Smarty::get_template_vars()
Returns an array containing template variables - get_var_names
- in file Config_File.class.php, method Config_File::get_var_names()
Get all global or section variable names. - globals_unset
- in file Format.php, method Format::globals_unset()
Try to unset any Global vars. - Gateways.php
- procedural page Gateways.php
h
- $Helo
- in file class.phpmailer.php, variable PHPMailer::$Helo
Sets the SMTP HELO of the message (Default is $Hostname). - $host
- in file class.pop3.php, variable POP3::$host
POP3 Mail Server - $Host
- in file class.phpmailer.php, variable PHPMailer::$Host
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
- in file class.phpmailer.php, variable PHPMailer::$Hostname
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'. - hash
- in file String.php, method String::hash()
Generate a hash - hashPassword
- in file Login.php, method Login::hashPassword()
Hashes the password - HeaderLine
- in file class.phpmailer.php, method PHPMailer::HeaderLine()
- Hello
- in file class.smtp.php, method SMTP::Hello()
Sends the HELO command to the smtp server. - Help
- in file class.smtp.php, method SMTP::Help()
Gets help information on the keyword specified. If the keyword - httpURL
- in file Filter.php, method Filter::httpURL()
Adds http:// to urls that don't have it
i
- identify
- in file Validate.php, method credit_card::identify()
Try to identify the card issuer by number. - initModule
- in file Modules.php, method Modules::initModule()
Install, uninstall, or upgrade a module. This calls the init file in a module and runs one of the following functions: install(), uninstall(), or upgrade(). - insertCountry
- in file Countries.php, method Countries::insertCountry()
Insert data for a new country - insertState
- in file States.php, method States::insertState()
Insert data for a new state - isEmailAddress
- in file Validate.php, method Validate::isEmailAddress()
Check email address is correct. - isEmpty
- in file Validate.php, method Validate::isEmpty()
Check for empty variable - IsError
- in file class.phpmailer.php, method PHPMailer::IsError()
Returns true if an error occurred. - isError
- in file Validate.php, method Validate::isError()
Checks to see if any errors exists. - isFavorite
- in file Listings.php, method Listings::isFavorite()
Find out if a listing is a favorite for a user. - IsHTML
- in file class.phpmailer.php, method PHPMailer::IsHTML()
Sets message type to HTML. - isLessThan
- in file Validate.php, method Validate::isLessThan()
Check the length of a string. - IsMail
- in file class.phpmailer.php, method PHPMailer::IsMail()
Sets Mailer to send message using PHP mail() function. - isMatch
- in file Validate.php, method Validate::isMatch()
Check two values match - isNumber
- in file Validate.php, method Validate::isNumber()
Check for number - IsQmail
- in file class.phpmailer.php, method PHPMailer::IsQmail()
Sets Mailer to send message using the qmail MTA. - IsSendmail
- in file class.phpmailer.php, method PHPMailer::IsSendmail()
Sets Mailer to send message using the $Sendmail program. - isSingleEmail
- in file Validate.php, method Validate::isSingleEmail()
Check the string entered as email is just one. - IsSMTP
- in file class.phpmailer.php, method PHPMailer::IsSMTP()
Sets Mailer to send message using SMTP. - isString
- in file Validate.php, method Validate::isString()
Check for string - isValidCoupon
- in file Validate.php, method Validate::isValidCoupon()
Check coupon entered is valid. - isWithinRange
- in file Validate.php, method Validate::isWithinRange()
Check if a number is within a range - is_cached
- in file Smarty.class.php, method Smarty::is_cached()
test to see if valid cache exists for this template
k
- Key.php
- procedural page Key.php
l
- $language
- in file class.phpmailer.php, variable PHPMailer::$language
- $LE
- in file class.phpmailer.php, variable PHPMailer::$LE
- $left_delimiter
- in file Smarty.class.php, variable Smarty::$left_delimiter
The left delimiter used for the template tags. - $listeners
- in file Modules.php, variable Modules::$listeners
- Library.php
- procedural page Library.php
- Listings.php
- procedural page Listings.php
- Login.php
- procedural page Login.php
- Library
- in file Library.php, class Library
Used to load class files inside the includes/classes/kernel directory - Listings
- in file Listings.php, class Listings
Listings class handles actions specific to listings. - listMessages
- in file Private.php, method PrivateMessage::listMessages()
List Messages - listMessagesByID
- in file Private.php, method PrivateMessage::listMessagesByID()
Gets a list of messages for a user - loadAdminTemplate
- in file Core.php, method Core::loadAdminTemplate()
Loads the correct administration template files - loadDb
- in file Library.php, method Library::loadDb()
Load the database class - here because it is an exception to the naming conventions and exists outside the kernel directory. - loadLanguage
- in file Core.php, method Core::loadLanguage()
Loads the correct language files - loadLibrary
- in file Library.php, method Library::loadLibrary()
Requires and initiates library classes - loadTemplate
- in file Core.php, method Core::loadTemplate()
Loads the correct template files - load_file
- in file Config_File.class.php, method Config_File::load_file()
Load a configuration file manually. - load_filter
- in file Smarty.class.php, method Smarty::load_filter()
load a filter of specified type and name - Login
- in file class.pop3.php, method POP3::Login()
Login to the POP3 server (does not support APOP yet) - Login
- in file Login.php, class Login
Handle the user login. - Login
- in file Login.php, method Login::Login()
Login Constructor - logout
- in file Login.php, method Login::logout()
Log out the user deleting all session data - logTransaction
- in file Orders.php, method Orders::logTransaction()
Log Transaction
m
- $magic
- in file ArrayWrapper.php, variable ArrayWrapper::$magic
Boolean indicating status of magic quotes - $Mailer
- in file class.phpmailer.php, variable PHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp"). - $MessageID
- in file class.phpmailer.php, variable PHPMailer::$MessageID
Sets the message ID to be used in the Message-Id header. - $message_type
- in file class.phpmailer.php, variable PHPMailer::$message_type
- $module
- in file Template.php, variable Template::$module
- $msg
- in file Users.php, variable Users::$msg
Class message, usually for errors - $msg
- in file Login.php, variable Login::$msg
Class message - usually in case of a failure - $msg
- in file Register.php, variable Register::$msg
Class message - usually in case of a failure - Mailer.php
- procedural page Mailer.php
- Modules.php
- procedural page Modules.php
- modifier.capitalize.php
- procedural page modifier.capitalize.php
- modifier.cat.php
- procedural page modifier.cat.php
- modifier.count_characters.php
- procedural page modifier.count_characters.php
- modifier.count_paragraphs.php
- procedural page modifier.count_paragraphs.php
- modifier.count_sentences.php
- procedural page modifier.count_sentences.php
- modifier.count_words.php
- procedural page modifier.count_words.php
- modifier.date_format.php
- procedural page modifier.date_format.php
- modifier.debug_print_var.php
- procedural page modifier.debug_print_var.php
- modifier.default.php
- procedural page modifier.default.php
- modifier.escape.php
- procedural page modifier.escape.php
- modifier.indent.php
- procedural page modifier.indent.php
- modifier.lower.php
- procedural page modifier.lower.php
- modifier.nl2br.php
- procedural page modifier.nl2br.php
- modifier.regex_replace.php
- procedural page modifier.regex_replace.php
- modifier.replace.php
- procedural page modifier.replace.php
- modifier.spacify.php
- procedural page modifier.spacify.php
- modifier.string_format.php
- procedural page modifier.string_format.php
- modifier.strip.php
- procedural page modifier.strip.php
- modifier.strip_tags.php
- procedural page modifier.strip_tags.php
- modifier.truncate.php
- procedural page modifier.truncate.php
- modifier.upper.php
- procedural page modifier.upper.php
- modifier.wordwrap.php
- procedural page modifier.wordwrap.php
- in file class.smtp.php, method SMTP::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. - Mailer
- in file Mailer.php, class Mailer
Mailer class handles email and extends phpmailer. - Mailer
- in file Mailer.php, method Mailer::Mailer()
Mailer Constructor - maintenanceStates
- in file Countries.php, method Countries::maintenanceStates()
Repair and optimize the countries table - maintenanceStates
- in file States.php, method States::maintenanceStates()
Repair and optimize the states table - markAsNotSpam
- in file Private.php, method PrivateMessage::markAsNotSpam()
Mark a message as not spam - markAsSpam
- in file Private.php, method PrivateMessage::markAsSpam()
Mark a message as spam - modifySignup
- in file Register.php, method Register::modifySignup()
Modifies a record into the signup table - modify_listing_fields
- in file Listings.php, method Listings::modify_listing_fields()
Gets extra fields when modifying a listing - Modules
- in file Modules.php, method Modules::Modules()
Plugins constructor - Modules
- in file Modules.php, class Modules
Modules class handles everything for the modules. - MsgHTML
- in file class.phpmailer.php, method PHPMailer::MsgHTML()
Evaluates the message and returns modifications for inline images and backgrounds - mysqlEscape
- in file Filter.php, method Filter::mysqlEscape()
Escape a string for use in mysql statement - mysqlEscapeLike
- in file Filter.php, method Filter::mysqlEscapeLike()
Escape and wrap a string with % for mysql LIKE statements - mysqlEscapeLikeXSS
- in file Filter.php, method Filter::mysqlEscapeLikeXSS()
Escape, wrap with %, and remove XSS attempts - mysqlEscapeXSS
- in file Filter.php, method Filter::mysqlEscapeXSS()
Escape and remove XSS attempts for use in mysql statement - mysqlInt
- in file Filter.php, method Filter::mysqlInt()
- mysqlLike
- in file Filter.php, method Filter::mysqlLike()
Wraps string with % - modifier.format_money.php
- procedural page modifier.format_money.php
- modifier.linkurl.php
- procedural page modifier.linkurl.php
n
- nav_tree
- in file function.categories_js.php, function nav_tree()
- nonTagHtmlEntities
- in file Filter.php, method Filter::nonTagHtmlEntities()
Utf8 encodes, converts word chars, and converts everything but to html entities but html tags. - Noop
- in file class.smtp.php, method SMTP::Noop()
Sends the command NOOP to the SMTP server. - numeric
- in file Filter.php, method Filter::numeric()
Replaces all but numbers in a string
o
- $overwrite
- in file Config_File.class.php, variable Config_File::$overwrite
Controls whether variables with the same name overwrite each other. - Orders.php
- procedural page Orders.php
- outputfilter.trimwhitespace.php
- procedural page outputfilter.trimwhitespace.php
- Orders
- in file Orders.php, class Orders
Orders class handles everything for the products.
p
- $Password
- in file class.phpmailer.php, variable PHPMailer::$Password
Sets SMTP password. - $password
- in file class.pop3.php, variable POP3::$password
POP3 Password - $php_handling
- in file Smarty.class.php, variable Smarty::$php_handling
This determines how Smarty handles "<?php ... ?>" tags in templates. - $PluginDir
- in file class.phpmailer.php, variable PHPMailer::$PluginDir
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path. - $plugins_dir
- in file Smarty.class.php, variable Smarty::$plugins_dir
An array of directories searched for plugins. - $POP3_PORT
- in file class.pop3.php, variable POP3::$POP3_PORT
Default POP3 port - $POP3_TIMEOUT
- in file class.pop3.php, variable POP3::$POP3_TIMEOUT
Default Timeout - $port
- in file class.pop3.php, variable POP3::$port
POP3 Port - $Port
- in file class.phpmailer.php, variable PHPMailer::$Port
Sets the default SMTP server port. - $priority
- in file Mailer.php, variable Mailer::$priority
- $Priority
- in file class.phpmailer.php, variable PHPMailer::$Priority
Email priority (1 = High, 3 = Normal, 5 = low). - Pagination.php
- procedural page Pagination.php
- Private.php
- procedural page Private.php
- Products.php
- procedural page Products.php
- phpmailer.lang-br.php
- procedural page phpmailer.lang-br.php
- phpmailer.lang-ca.php
- procedural page phpmailer.lang-ca.php
- phpmailer.lang-cz.php
- procedural page phpmailer.lang-cz.php
- phpmailer.lang-de.php
- procedural page phpmailer.lang-de.php
- phpmailer.lang-dk.php
- procedural page phpmailer.lang-dk.php
- phpmailer.lang-en.php
- procedural page phpmailer.lang-en.php
- phpmailer.lang-es.php
- procedural page phpmailer.lang-es.php
- phpmailer.lang-et.php
- procedural page phpmailer.lang-et.php
- phpmailer.lang-fi.php
- procedural page phpmailer.lang-fi.php
- phpmailer.lang-fo.php
- procedural page phpmailer.lang-fo.php
- phpmailer.lang-fr.php
- procedural page phpmailer.lang-fr.php
- phpmailer.lang-hu.php
- procedural page phpmailer.lang-hu.php
- phpmailer.lang-it.php
- procedural page phpmailer.lang-it.php
- phpmailer.lang-ja.php
- procedural page phpmailer.lang-ja.php
- phpmailer.lang-nl.php
- procedural page phpmailer.lang-nl.php
- phpmailer.lang-no.php
- procedural page phpmailer.lang-no.php
- phpmailer.lang-pl.php
- procedural page phpmailer.lang-pl.php
- phpmailer.lang-ro.php
- procedural page phpmailer.lang-ro.php
- phpmailer.lang-ru.php
- procedural page phpmailer.lang-ru.php
- phpmailer.lang-se.php
- procedural page phpmailer.lang-se.php
- phpmailer.lang-tr.php
- procedural page phpmailer.lang-tr.php
- Pagination
- in file Pagination.php, class Pagination
Handles the paging throughout the system. - paging
- in file Pagination.php, method Pagination::paging()
Setup Paging - parse_contents
- in file Config_File.class.php, method Config_File::parse_contents()
parse the source of a configuration file manually. - PHPMailer
- in file class.phpmailer.php, class PHPMailer
- POP3
- in file class.pop3.php, method POP3::POP3()
Constructor, sets the initial values - POP3
- in file class.pop3.php, class POP3
- PostWrapper
- in file SuperglobalWrapper.php, class PostWrapper
ArrayWrapper class For controlled access and manipulation of associative arrays - PostWrapper
- in file SuperglobalWrapper.php, method PostWrapper::PostWrapper()
- prepDisplay
- in file String.php, method String::prepDisplay()
Preps the display of a string - prepDisplay
- in file Format.php, method Format::prepDisplay()
Preps the display of a string - PrivateMessage
- in file Private.php, class PrivateMessage
Handles the Private Message System. - PrivateMessage
- in file Private.php, method PrivateMessage::PrivateMessage()
Private Message Constructor - privateMessages
- in file Core.php, method Core::privateMessages()
Checks if private messages are enabled and get the total for a user - Products
- in file Products.php, class Products
Products class handles everything for the products.
q
- QueryString
- in file SuperglobalWrapper.php, method QueryString::QueryString()
- QueryString
- in file SuperglobalWrapper.php, class QueryString
SuperglobalWrapper.php - querystring
- in file Pagination.php, method Pagination::querystring()
Dynamically Adds sortable fields - Quit
- in file class.smtp.php, method SMTP::Quit()
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
- $read_hidden
- in file Config_File.class.php, variable Config_File::$read_hidden
Controls whether hidden config sections/vars are read from the file. - $ReplyTo
- in file class.phpmailer.php, variable PHPMailer::$ReplyTo
- $request_use_auto_globals
- in file Smarty.class.php, variable Smarty::$request_use_auto_globals
Indicates wether $HTTP_*_VARS[] (request_use_auto_globals=false) - $request_vars_order
- in file Smarty.class.php, variable Smarty::$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 - $right_delimiter
- in file Smarty.class.php, variable Smarty::$right_delimiter
The right delimiter used for the template tags. - Register.php
- procedural page Register.php
- random
- in file String.php, method String::random()
Generate a random string - readMessage
- in file Private.php, method PrivateMessage::readMessage()
Read a message - Recipient
- in file class.smtp.php, method SMTP::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to. - recursiveInArray
- in file Arrays.php, method Arrays::recursiveInArray()
Recursive Array Search (in_array for multi-deminsional arrays) - recursiveUserFunctionArray
- in file Arrays.php, method Arrays::recursiveUserFunctionArray()
Recursive User Function - regenerate
- in file Gateways.php, method Gateways::regenerate()
Scans the gateways directory and add any new ones - Register
- in file Register.php, class Register
Manages user registration (new & modify) - register
- in file Modules.php, method Modules::register()
Register a listner for a given hook - Register
- in file Register.php, method Register::Register()
Register Constructor - register_block
- in file Smarty.class.php, method Smarty::register_block()
Registers block function to be used in templates - register_compiler_function
- in file Smarty.class.php, method Smarty::register_compiler_function()
Registers compiler function - register_function
- in file Smarty.class.php, method Smarty::register_function()
Registers custom function to be used in templates - register_modifier
- in file Smarty.class.php, method Smarty::register_modifier()
Registers modifier to be used in templates - register_object
- in file Smarty.class.php, method Smarty::register_object()
Registers object to be used in templates - register_outputfilter
- in file Smarty.class.php, method Smarty::register_outputfilter()
Registers an output filter function to apply to a template output - register_postfilter
- in file Smarty.class.php, method Smarty::register_postfilter()
Registers a postfilter function to apply to a compiled template after compilation - register_prefilter
- in file Smarty.class.php, method Smarty::register_prefilter()
Registers a prefilter function to apply to a template before compiling - register_resource
- in file Smarty.class.php, method Smarty::register_resource()
Registers a resource to fetch a template - remove
- in file ArrayWrapper.php, method ArrayWrapper::remove()
Remove the key/value pair for the given key from the array - removeCatImage
- in file Categories.php, method Categories::removeCatImage()
Remove Category Image - removeDirectory
- in file String.php, method String::removeDirectory()
Removes directory information from a string ie /directory/directory/file.php returns file.php - removeExtension
- in file String.php, method String::removeExtension()
Removes the file extension from a string ie file.tpl.php returns file Note will return part of a file name if it has a period in it, ie some.file.tpl.php returns some - removeExtraFields
- in file Listings.php, method Listings::removeExtraFields()
Update the Search Count. Used when viewing a listing on showlistings.php or searchresults.php - removeImages
- in file Listings.php, method Listings::removeImages()
- removeLastChar
- in file String.php, method String::removeLastChar()
Removes the specified last character if it is in the string. - removeOneImage
- in file Listings.php, method Listings::removeOneImage()
- required_cats
- in file Categories.php, method Categories::required_cats()
Required Categories - requireLibrary
- in file Library.php, method Library::requireLibrary()
Requires a library if not done so already - resendConfirmation
- in file Register.php, method Register::resendConfirmation()
Resends the confirmation email - Reset
- in file class.smtp.php, method SMTP::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise. - resetCountries
- in file Countries.php, method Countries::resetCountries()
Reset the countries table to its installation state - resetErrorList
- in file Validate.php, method Validate::resetErrorList()
Reset the error list - resetStates
- in file States.php, method States::resetStates()
Reset the states table to its installation state
s
- $secure_dir
- in file Smarty.class.php, variable Smarty::$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
- in file Smarty.class.php, variable Smarty::$security
This enables template security. When enabled, many things are restricted - $security_settings
- in file Smarty.class.php, variable Smarty::$security_settings
These are the security settings for Smarty. They are used only when $security is enabled. - $Sender
- in file Mailer.php, variable Mailer::$Sender
- $Sender
- in file class.phpmailer.php, variable PHPMailer::$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
- in file class.phpmailer.php, variable PHPMailer::$Sendmail
Sets the path of the sendmail program. - $sign_key_file
- in file class.phpmailer.php, variable PHPMailer::$sign_key_file
- $sign_key_pass
- in file class.phpmailer.php, variable PHPMailer::$sign_key_pass
- $SingleTo
- in file class.phpmailer.php, variable PHPMailer::$SingleTo
Provides the ability to have the TO field process individual - $smtp
- in file class.phpmailer.php, variable PHPMailer::$smtp
- $SMTPAuth
- in file class.phpmailer.php, variable PHPMailer::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables. - $SMTPDebug
- in file class.phpmailer.php, variable PHPMailer::$SMTPDebug
Sets SMTP class debugging on or off. - $SMTPKeepAlive
- in file class.phpmailer.php, variable PHPMailer::$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
- in file class.phpmailer.php, variable PHPMailer::$SMTPSecure
Sets connection prefix. - $SMTP_PORT
- in file class.smtp.php, variable SMTP::$SMTP_PORT
SMTP server port - $Subject
- in file class.phpmailer.php, variable PHPMailer::$Subject
Sets the Subject of the message. - String.php
- procedural page String.php
- States.php
- procedural page States.php
- shared.escape_special_chars.php
- procedural page shared.escape_special_chars.php
- shared.make_timestamp.php
- procedural page shared.make_timestamp.php
- Smarty.class.php
- procedural page Smarty.class.php
- Smarty_Compiler.class.php
- procedural page Smarty_Compiler.class.php
- SuperglobalWrapper.php
- procedural page SuperglobalWrapper.php
- safeAddSlashes
- in file String.php, method String::safeAddSlashes()
Attempts to safely add slashes - safeAddSlashes
- in file Format.php, method Format::safeAddSlashes()
Attempts to safely add slashes - safeHTML
- in file Format.php, method Format::safeHTML()
Generate safe html - safeStripSlashes
- in file Format.php, method Format::safeStripSlashes()
Attempts to safely strip slashes - safeStripSlashes
- in file String.php, method String::safeStripSlashes()
Attempts to safely strip slashes - selectCountries
- in file Countries.php, method Countries::selectCountries()
Selects all fields for each country in table - selectCountry
- in file Countries.php, method Countries::selectCountry()
Select a single country, returns all fields - selected_cat_tree
- in file Categories.php, method Categories::selected_cat_tree()
Selected Category Tree - selectEnabledCountries
- in file Countries.php, method Countries::selectEnabledCountries()
Selects all fields for each enabled country in table - selectState
- in file States.php, method States::selectState()
Select a single state, returns all fields - selectStates
- in file States.php, method States::selectStates()
Selects all fields for each state in table - Send
- in file class.phpmailer.php, method PHPMailer::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. - Send
- in file class.smtp.php, method SMTP::Send()
Starts a mail transaction from the email address specified in - SendAndMail
- in file class.smtp.php, method SMTP::SendAndMail()
Starts a mail transaction from the email address specified in - sendConfirmation
- in file Register.php, method Register::sendConfirmation()
Sends the confirmation email - sendMail
- in file Mailer.php, method Mailer::sendMail()
Send the actual email. This fetches the template and uses it for the email body. - sendMessage
- in file Private.php, method PrivateMessage::sendMessage()
Send a PM - SendOrMail
- in file class.smtp.php, method SMTP::SendOrMail()
Starts a mail transaction from the email address specified in - sendString
- in file class.pop3.php, method POP3::sendString()
Send a string down the open socket connection to the POP3 server - set
- in file class.phpmailer.php, method PHPMailer::set()
Set (or reset) Class Objects (variables) - set
- in file SuperglobalWrapper.php, method CookieWrapper::set()
- set
- in file ArrayWrapper.php, method ArrayWrapper::set()
Set value of given key - setArray
- in file ArrayWrapper.php, method ArrayWrapper::setArray()
Set a new wrapped array - setCookieName
- in file Login.php, method Login::setCookieName()
Overrides default cookie name - setDirtyVars
- in file Register.php, method Register::setDirtyVars()
Public method to set dirty vars - setExpiration
- in file Listings.php, method Listings::setExpiration()
This sets the expiration for a listing based off the order id. - SetLanguage
- in file class.phpmailer.php, method PHPMailer::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English. - setOptions
- in file Users.php, method Users::setOptions()
Used to store options for use in other methods. This is used by getAllUsers. - setSortField
- in file Users.php, method Users::setSortField()
Filters/validates sort field against switch statement and set $_sortField to the proper value. - setSortFieldCookieName
- in file Users.php, method Users::setSortFieldCookieName()
Sets the cookie name for the sort field - setSortOrder
- in file Users.php, method Users::setSortOrder()
Validates/Filters the sort order and sets its oppostite value - setSortOrderCookieName
- in file Users.php, method Users::setSortOrderCookieName()
Sets the cookie name for the sort order - setUserData
- in file Register.php, method Register::setUserData()
Sets the user data - setUserData
- in file Users.php, method Users::setUserData()
Sets the user data, mainly used incase of extension - set_file_contents
- in file Config_File.class.php, method Config_File::set_file_contents()
Store the contents of a file manually. - set_module
- in file Template.php, method Template::set_module()
- set_path
- in file Config_File.class.php, method Config_File::set_path()
Set the path where configuration files can be found. - Sign
- in file class.phpmailer.php, method PHPMailer::Sign()
Set the private key file and password to sign the message. - Smarty
- in file Smarty.class.php, method Smarty::Smarty()
The class constructor. - Smarty
- in file Smarty.class.php, class Smarty
- smarty_block_dynamic
- in file Template.php, function smarty_block_dynamic()
Smarty dynamic nocache - smarty_block_html_table_adv
- in file block.html_table_adv.php, function smarty_block_html_table_adv()
Smarty {html_table_adv} function plugin - smarty_block_textformat
- in file block.textformat.php, function smarty_block_textformat()
Smarty {textformat}{/textformat} block plugin - Smarty_Compiler
- in file Smarty_Compiler.class.php, class Smarty_Compiler
Template compiling class - Smarty_Compiler
- in file Smarty_Compiler.class.php, method Smarty_Compiler::Smarty_Compiler()
The class constructor. - smarty_compiler_assign
- in file compiler.assign.php, function smarty_compiler_assign()
Smarty {assign} compiler function plugin - smarty_core_assemble_plugin_filepath
- in file core.assemble_plugin_filepath.php, function smarty_core_assemble_plugin_filepath()
assemble filepath of requested plugin - smarty_core_assign_smarty_interface
- in file core.assign_smarty_interface.php, function smarty_core_assign_smarty_interface()
Smarty assign_smarty_interface core plugin - smarty_core_create_dir_structure
- in file core.create_dir_structure.php, function smarty_core_create_dir_structure()
create full directory structure - SMARTY_CORE_DIR
- in file Smarty.class.php, constant SMARTY_CORE_DIR
- smarty_core_display_debug_console
- in file core.display_debug_console.php, function smarty_core_display_debug_console()
Smarty debug_console function plugin - smarty_core_get_include_path
- in file core.get_include_path.php, function smarty_core_get_include_path()
Get path to file from include_path - smarty_core_get_microtime
- in file core.get_microtime.php, function smarty_core_get_microtime()
Get seconds and microseconds - smarty_core_get_php_resource
- in file core.get_php_resource.php, function smarty_core_get_php_resource()
Retrieves PHP script resource - smarty_core_is_secure
- in file core.is_secure.php, function smarty_core_is_secure()
determines if a resource is secure or not. - smarty_core_is_trusted
- in file core.is_trusted.php, function smarty_core_is_trusted()
determines if a resource is trusted or not - smarty_core_load_plugins
- in file core.load_plugins.php, function smarty_core_load_plugins()
Load requested plugins - smarty_core_load_resource_plugin
- in file core.load_resource_plugin.php, function smarty_core_load_resource_plugin()
load a resource plugin - smarty_core_process_cached_inserts
- in file core.process_cached_inserts.php, function smarty_core_process_cached_inserts()
Replace cached inserts with the actual results - smarty_core_process_compiled_include
- in file core.process_compiled_include.php, function smarty_core_process_compiled_include()
Replace nocache-tags by results of the corresponding non-cacheable functions and return it - smarty_core_read_cache_file
- in file core.read_cache_file.php, function smarty_core_read_cache_file()
read a cache file, determine if it needs to be regenerated or not - smarty_core_rmdir
- in file core.rmdir.php, function 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
- in file core.rm_auto.php, function smarty_core_rm_auto()
delete an automagically created file by name and id - smarty_core_run_insert_handler
- in file core.run_insert_handler.php, function smarty_core_run_insert_handler()
Handle insert tags - smarty_core_smarty_include_php
- in file core.smarty_include_php.php, function smarty_core_smarty_include_php()
called for included php files within templates - smarty_core_write_cache_file
- in file core.write_cache_file.php, function smarty_core_write_cache_file()
Prepend the cache information to the cache file and write it - smarty_core_write_compiled_include
- in file core.write_compiled_include.php, function smarty_core_write_compiled_include()
Extract non-cacheable parts out of compiled template and write it - smarty_core_write_compiled_resource
- in file core.write_compiled_resource.php, function smarty_core_write_compiled_resource()
write the compiled resource - smarty_core_write_file
- in file core.write_file.php, function smarty_core_write_file()
write out a file to disk - SMARTY_DIR
- in file Smarty.class.php, constant SMARTY_DIR
set SMARTY_DIR to absolute path to Smarty library files. - smarty_function_assign_debug_info
- in file function.assign_debug_info.php, function smarty_function_assign_debug_info()
Smarty {assign_debug_info} function plugin - smarty_function_categories_js
- in file function.categories_js.php, function smarty_function_categories_js()
This function is useful for using a jascript tree menu of your categories. - smarty_function_categories_parent
- in file function.categories_parent.php, function smarty_function_categories_parent()
This function is useful for using your parent categories in the navigation - smarty_function_config_load
- in file function.config_load.php, function smarty_function_config_load()
Smarty {config_load} function plugin - smarty_function_counter
- in file function.counter.php, function smarty_function_counter()
Smarty {counter} function plugin - smarty_function_css_featured
- in file function.css_featured.php, function smarty_function_css_featured()
Featured listings with CSS - smarty_function_cycle
- in file function.cycle.php, function smarty_function_cycle()
Smarty {cycle} function plugin - smarty_function_debug
- in file function.debug.php, function smarty_function_debug()
Smarty {debug} function plugin - smarty_function_escape_special_chars
- in file shared.escape_special_chars.php, function smarty_function_escape_special_chars()
escape_special_chars common function - smarty_function_eval
- in file function.eval.php, function smarty_function_eval()
Smarty {eval} function plugin - smarty_function_feature_listings_horizontal
- in file function.feature_listings_horizontal.php, function smarty_function_feature_listings_horizontal()
This function is useful for generating a horizontal table of featured listings. - smarty_function_feature_listings_vertical_home
- in file function.feature_listings_vertical_home.php, function smarty_function_feature_listings_vertical_home()
Feature listing in a vertical table - smarty_function_fetch
- in file function.fetch.php, function smarty_function_fetch()
Smarty {fetch} plugin - smarty_function_get_extra_field
- in file function.get_extra_field.php, function smarty_function_get_extra_field()
Get an extra field - smarty_function_html_checkboxes
- in file function.html_checkboxes.php, function smarty_function_html_checkboxes()
Smarty {html_checkboxes} function plugin - smarty_function_html_checkboxes_output
- in file function.html_checkboxes.php, function smarty_function_html_checkboxes_output()
- smarty_function_html_image
- in file function.html_image.php, function smarty_function_html_image()
Smarty {html_image} function plugin - smarty_function_html_input_price
- in file function.html_input_price.php, function smarty_function_html_input_price()
Format the price from the template. - smarty_function_html_options
- in file function.html_options.php, function smarty_function_html_options()
Smarty {html_options} function plugin - smarty_function_html_options_optgroup
- in file function.html_options.php, function smarty_function_html_options_optgroup()
- smarty_function_html_options_optoutput
- in file function.html_options.php, function smarty_function_html_options_optoutput()
- smarty_function_html_radios
- in file function.html_radios.php, function smarty_function_html_radios()
Smarty {html_radios} function plugin - smarty_function_html_radios_output
- in file function.html_radios.php, function smarty_function_html_radios_output()
- smarty_function_html_select_date
- in file function.html_select_date.php, function smarty_function_html_select_date()
Smarty {html_select_date} plugin - smarty_function_html_select_time
- in file function.html_select_time.php, function smarty_function_html_select_time()
Smarty {html_select_time} function plugin - smarty_function_html_table
- in file function.html_table.php, function smarty_function_html_table()
Smarty {html_table} function plugin - smarty_function_html_table_cycle
- in file function.html_table.php, function smarty_function_html_table_cycle()
- smarty_function_html_table_cycle2
- in file block.html_table_adv.php, function smarty_function_html_table_cycle2()
- smarty_function_html_table_cycle_68
- in file function.feature_listings_horizontal.php, function smarty_function_html_table_cycle_68()
- smarty_function_html_table_cycle_mv68
- in file function.most_viewed.php, function smarty_function_html_table_cycle_mv68()
- smarty_function_html_table_cycle_newlistings
- in file function.new_listings.php, function smarty_function_html_table_cycle_newlistings()
- smarty_function_html_table_cycle_v68
- in file function.feature_listings_vertical_home.php, function smarty_function_html_table_cycle_v68()
- smarty_function_list_templates
- in file function.list_templates.php, function smarty_function_list_templates()
Smarty {list_templates} plugin - smarty_function_mailto
- in file function.mailto.php, function smarty_function_mailto()
Smarty {mailto} function plugin - smarty_function_math
- in file function.math.php, function smarty_function_math()
Smarty {math} function plugin - smarty_function_modulehook
- in file function.modulehook.php, function smarty_function_modulehook()
This plugins is used with the module system to call a template hook. - smarty_function_most_viewed
- in file function.most_viewed.php, function smarty_function_most_viewed()
Show the most viewed listings in a table. - smarty_function_new_listings
- in file function.new_listings.php, function smarty_function_new_listings()
This function is useful for generating a vertical table of new listings. - smarty_function_popup
- in file function.popup.php, function smarty_function_popup()
Smarty {popup} function plugin - smarty_function_popup_init
- in file function.popup_init.php, function smarty_function_popup_init()
Smarty {popup_init} function plugin - smarty_function_total_listings
- in file function.total_listings.php, function smarty_function_total_listings()
Show the total number of listings. - smarty_function_total_members
- in file function.total_members.php, function smarty_function_total_members()
Show the total number of users. - smarty_make_timestamp
- in file shared.make_timestamp.php, function smarty_make_timestamp()
Function: smarty_make_timestamp
Purpose: used by other smarty functions to make a timestamp from a string. - smarty_modifier_capitalize
- in file modifier.capitalize.php, function smarty_modifier_capitalize()
Smarty capitalize modifier plugin - smarty_modifier_capitalize_ucfirst
- in file modifier.capitalize.php, function smarty_modifier_capitalize_ucfirst()
- smarty_modifier_cat
- in file modifier.cat.php, function smarty_modifier_cat()
Smarty cat modifier plugin - smarty_modifier_count_characters
- in file modifier.count_characters.php, function smarty_modifier_count_characters()
Smarty count_characters modifier plugin - smarty_modifier_count_paragraphs
- in file modifier.count_paragraphs.php, function smarty_modifier_count_paragraphs()
Smarty count_paragraphs modifier plugin - smarty_modifier_count_sentences
- in file modifier.count_sentences.php, function smarty_modifier_count_sentences()
Smarty count_sentences modifier plugin - smarty_modifier_count_words
- in file modifier.count_words.php, function smarty_modifier_count_words()
Smarty count_words modifier plugin - smarty_modifier_date_format
- in file modifier.date_format.php, function smarty_modifier_date_format()
Smarty date_format modifier plugin - smarty_modifier_debug_print_var
- in file modifier.debug_print_var.php, function smarty_modifier_debug_print_var()
Smarty debug_print_var modifier plugin - smarty_modifier_default
- in file modifier.default.php, function smarty_modifier_default()
Smarty default modifier plugin - smarty_modifier_escape
- in file modifier.escape.php, function smarty_modifier_escape()
Smarty escape modifier plugin - smarty_modifier_format_money
- in file modifier.format_money.php, function smarty_modifier_format_money()
Smarty format money modifier plugin - smarty_modifier_indent
- in file modifier.indent.php, function smarty_modifier_indent()
Smarty indent modifier plugin - smarty_modifier_linkurl
- in file modifier.linkurl.php, function smarty_modifier_linkurl()
- smarty_modifier_lower
- in file modifier.lower.php, function smarty_modifier_lower()
Smarty lower modifier plugin - smarty_modifier_nl2br
- in file modifier.nl2br.php, function smarty_modifier_nl2br()
Smarty plugin - smarty_modifier_regex_replace
- in file modifier.regex_replace.php, function smarty_modifier_regex_replace()
Smarty regex_replace modifier plugin - smarty_modifier_replace
- in file modifier.replace.php, function smarty_modifier_replace()
Smarty replace modifier plugin - smarty_modifier_spacify
- in file modifier.spacify.php, function smarty_modifier_spacify()
Smarty spacify modifier plugin - smarty_modifier_string_format
- in file modifier.string_format.php, function smarty_modifier_string_format()
Smarty string_format modifier plugin - smarty_modifier_strip
- in file modifier.strip.php, function smarty_modifier_strip()
Smarty strip modifier plugin - smarty_modifier_strip_tags
- in file modifier.strip_tags.php, function smarty_modifier_strip_tags()
Smarty strip_tags modifier plugin - smarty_modifier_truncate
- in file modifier.truncate.php, function smarty_modifier_truncate()
Smarty truncate modifier plugin - smarty_modifier_upper
- in file modifier.upper.php, function smarty_modifier_upper()
Smarty upper modifier plugin - smarty_modifier_wordwrap
- in file modifier.wordwrap.php, function smarty_modifier_wordwrap()
Smarty wordwrap modifier plugin - smarty_outputfilter_trimwhitespace
- in file outputfilter.trimwhitespace.php, function smarty_outputfilter_trimwhitespace()
Smarty trimwhitespace outputfilter plugin - smarty_outputfilter_trimwhitespace_replace
- in file outputfilter.trimwhitespace.php, function smarty_outputfilter_trimwhitespace_replace()
- SMARTY_PHP_ALLOW
- in file Smarty.class.php, constant SMARTY_PHP_ALLOW
- SMARTY_PHP_PASSTHRU
- in file Smarty.class.php, constant SMARTY_PHP_PASSTHRU
- SMARTY_PHP_QUOTE
- in file Smarty.class.php, constant SMARTY_PHP_QUOTE
- SMARTY_PHP_REMOVE
- in file Smarty.class.php, constant SMARTY_PHP_REMOVE
- SMTP
- in file class.smtp.php, method SMTP::SMTP()
Initialize the class so that the data is in a known state. - SMTP
- in file class.smtp.php, class SMTP
- SmtpClose
- in file class.phpmailer.php, method PHPMailer::SmtpClose()
Closes the active SMTP session if one exists. - specialChars
- in file String.php, method String::specialChars()
htmlspecialchars a string - special_chars
- in file Format.php, method Format::special_chars()
htmlspecialchars a string - States
- in file States.php, class States
Manipulates the states table, all functions can be accessed statically, i.e. States::getStates(); and no constructor is necessary. - String
- in file String.php, class String
String manipulation class - stringHTML
- in file String.php, method String::stringHTML()
Generates a safe html string - stripTags
- in file Filter.php, method Filter::stripTags()
Strip HTML Tags - subtractDays
- in file Date.php, method Date::subtractDays()
Subtract days to a unix timestamp
t
- $template_dir
- in file Smarty.class.php, variable Smarty::$template_dir
The name of the directory where templates are located. - $Timeout
- in file class.phpmailer.php, variable PHPMailer::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version. - $to
- in file class.phpmailer.php, variable PHPMailer::$to
- $to_email
- in file Mailer.php, variable Mailer::$to_email
- $to_name
- in file Mailer.php, variable Mailer::$to_name
- $trusted_dir
- in file Smarty.class.php, variable Smarty::$trusted_dir
This is an array of directories where trusted php scripts reside. - $tval
- in file class.pop3.php, variable POP3::$tval
POP3 Timeout Value - Template.php
- procedural page Template.php
- taglessHtmlEntities
- in file Filter.php, method Filter::taglessHtmlEntities()
Utf8 encodes, converts word chars, strips tags, and converts everything but to html entities. - Template
- in file Template.php, method Template::Template()
The Template constructor. - Template
- in file Template.php, class Template
Template class handles the template display and extends Smarty. - template_exists
- in file Smarty.class.php, method Smarty::template_exists()
Checks whether requested template exists. - trigger_error
- in file Smarty.class.php, method Smarty::trigger_error()
trigger Smarty error - trim
- in file ArrayWrapper.php, method ArrayWrapper::trim()
Trim whitespace from string values, recursively if necessary, for the given key - trimAll
- in file ArrayWrapper.php, method ArrayWrapper::trimAll()
Apply ArrayWrapper::trim() to each element of the array - truncate
- in file String.php, method String::truncate()
Truncate a string to a set length - Turn
- in file class.smtp.php, method SMTP::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
u
- $Username
- in file class.phpmailer.php, variable PHPMailer::$Username
Sets SMTP username. - $username
- in file class.pop3.php, variable POP3::$username
POP3 Username - $use_sub_dirs
- in file Smarty.class.php, variable Smarty::$use_sub_dirs
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. - Users.php
- procedural page Users.php
- unregister_block
- in file Smarty.class.php, method Smarty::unregister_block()
Unregisters block function - unregister_compiler_function
- in file Smarty.class.php, method Smarty::unregister_compiler_function()
Unregisters compiler function - unregister_function
- in file Smarty.class.php, method Smarty::unregister_function()
Unregisters custom function - unregister_modifier
- in file Smarty.class.php, method Smarty::unregister_modifier()
Unregisters modifier - unregister_object
- in file Smarty.class.php, method Smarty::unregister_object()
Unregisters object - unregister_outputfilter
- in file Smarty.class.php, method Smarty::unregister_outputfilter()
Unregisters an outputfilter function - unregister_postfilter
- in file Smarty.class.php, method Smarty::unregister_postfilter()
Unregisters a postfilter function - unregister_prefilter
- in file Smarty.class.php, method Smarty::unregister_prefilter()
Unregisters a prefilter function - unregister_resource
- in file Smarty.class.php, method Smarty::unregister_resource()
Unregisters a resource - updateCountry
- in file Countries.php, method Countries::updateCountry()
Update data for a country - updateHitCount
- in file Listings.php, method Listings::updateHitCount()
Update the Hit Count. Used when viewing the viewlisting.php file. - updateNotification
- in file Orders.php, method Orders::updateNotification()
Update the notification field so renewals are sent again. Issue #99 - updateOrder
- in file Orders.php, method Orders::updateOrder()
Update An Order - updateRepliedCount
- in file Listings.php, method Listings::updateRepliedCount()
Update the replied count for a listing. Used when someone contacts the owner. - updateSearchCount
- in file Listings.php, method Listings::updateSearchCount()
Update the Search Count. Used when viewing a listing on showlistings.php or searchresults.php - updateSettings
- in file Private.php, method PrivateMessage::updateSettings()
Updates the PM Settings - updateSortFieldCookie
- in file Users.php, method Users::updateSortFieldCookie()
Overwrites/sets the sort field cookie - updateSortOrderCookie
- in file Users.php, method Users::updateSortOrderCookie()
Overwrites/sets the sort order cookie - updateState
- in file States.php, method States::updateState()
Update data for a state - updateUserDetails
- in file Users.php, method Users::updateUserDetails()
Edit a user. - Users
- in file Users.php, class Users
Users class handles everything for the users. - Users
- in file Users.php, method Users::Users()
Constructor, init is used to load the template object - utf8Encode
- in file Filter.php, method Filter::utf8Encode()
Convert a string to UTF-8, attempts to use mb_string extension otherwise defaults to encode
v
- $Version
- in file class.phpmailer.php, variable PHPMailer::$Version
Holds PHPMailer version. - Validate.php
- procedural page Validate.php
- Validate
- in file Validate.php, method Validate::Validate()
Validate Constructor - Validate
- in file Validate.php, class Validate
Server side validation - validate
- in file Validate.php, method credit_card::validate()
Validate the card is correct. - Verify
- in file class.smtp.php, method SMTP::Verify()
Verifies that the name is recognized by the server.
w
- $WordWrap
- in file class.phpmailer.php, variable PHPMailer::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
y
- YorN
- in file Filter.php, method Filter::YorN()
Enforces Y or N as value of input, case sensitive and defaults to N
_
- $_arr
- in file ArrayWrapper.php, variable ArrayWrapper::$_arr
Holds reference to array being wrapped - $_config_data
- in file Config_File.class.php, variable Config_File::$_config_data
- $_errorList
- in file Validate.php, variable Validate::$_errorList
Error List - _activate
- in file Modules.php, method Modules::_activate()
Activate a module - _add_plugin
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_add_plugin()
add plugin - _adminGetUserNotes
- in file Users.php, method Users::_adminGetUserNotes()
Gets the users notes for admin review - _checkAdminLogin
- in file Login.php, method Login::_checkAdminLogin()
Checks administration login attempt - _compile_arg_list
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_arg_list()
- _compile_block_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_block_tag()
compile block function tag - _compile_capture_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_capture_tag()
Compile {capture} .. {/capture} tags - _compile_compiler_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_compiler_tag()
compile the custom compiler tag - _compile_custom_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_custom_tag()
compile custom function tag - _compile_file
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_file()
compile a resource - _compile_foreach_start
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_foreach_start()
Compile {foreach ...} tag. - _compile_if_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_if_tag()
Compile {if ...} tag - _compile_include_php_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_include_php_tag()
Compile {include ...} tag - _compile_include_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_include_tag()
Compile {include ...} tag - _compile_insert_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_insert_tag()
Compile {insert ...} tag - _compile_plugin_call
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_plugin_call()
compiles call to plugin of type $type with name $name - _compile_registered_object_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_registered_object_tag()
compile a registered object tag - _compile_resource
- in file Smarty.class.php, method Smarty::_compile_resource()
compile the template - _compile_section_start
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_section_start()
Compile {section ...} tag - _compile_smarty_ref
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_smarty_ref()
Compiles references of type $smarty.foo - _compile_source
- in file Smarty.class.php, method Smarty::_compile_source()
compile the given source - _compile_tag
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_tag()
Compile a template tag - _delete_module
- in file Modules.php, method Modules::_delete_module()
Delete a module - _dequote
- in file Smarty.class.php, method Smarty::_dequote()
Remove starting and ending quotes from the string - _eval
- in file Smarty.class.php, method Smarty::_eval()
wrapper for eval() retaining $this - _expand_quoted_text
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_expand_quoted_text()
expand quoted text with embedded variables - _fetch_resource_info
- in file Smarty.class.php, method Smarty::_fetch_resource_info()
fetch the template info. Gets timestamp, and source if get_source is true - _get_auto_filename
- in file Smarty.class.php, method Smarty::_get_auto_filename()
get a concrete filename for automagically created content - _get_auto_id
- in file Smarty.class.php, method Smarty::_get_auto_id()
returns an auto_id for auto-file-functions - _get_compile_path
- in file Smarty.class.php, method Smarty::_get_compile_path()
Get the compile path for this resource - _get_filter_name
- in file Smarty.class.php, method Smarty::_get_filter_name()
Extracts the filter name from the given callback - _get_plugin_filepath
- in file Smarty.class.php, method Smarty::_get_plugin_filepath()
get filepath of requested plugin - _include
- in file Smarty.class.php, method Smarty::_include()
wrapper for include() retaining $this - _is_compiled
- in file Smarty.class.php, method Smarty::_is_compiled()
test if resource needs compiling - _load
- in file Core.php, method Core::_load()
Loads the needed format classes - _load_active
- in file Modules.php, method Modules::_load_active()
Loads active modules - _load_filters
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_load_filters()
load pre- and post-filters - _load_modules
- in file Modules.php, method Modules::_load_modules()
Loads not active modules - _logout
- in file Login.php, method Login::_logout()
Old _logout - _parse_attrs
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_attrs()
Parse attribute string - _parse_conf_var
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_conf_var()
parse configuration variable expression into PHP code - _parse_is_expr
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_is_expr()
Parse is expression - _parse_modifiers
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_modifiers()
parse modifier chain into PHP code - _parse_parenth_args
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_parenth_args()
parse arguments in function call parenthesis - _parse_resource_name
- in file Smarty.class.php, method Smarty::_parse_resource_name()
parse out the type and name from the resource - _parse_section_prop
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_section_prop()
parse section property expression into PHP code - _parse_var
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_var()
parse variable expression into PHP code - _parse_vars_props
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_vars_props()
compile multiple variables and section properties tokens into PHP code - _parse_var_props
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_var_props()
compile single variable and section properties token into PHP code - _pop_cacheable_state
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_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
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_pop_tag()
pop closing tag-name - _process_compiled_include_callback
- in file Smarty.class.php, method Smarty::_process_compiled_include_callback()
callback function for preg_replace, to call a non-cacheable block - _push_cacheable_state
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_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
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_push_tag()
push opening tag-name, file-name and line-number on the tag-stack - _quote_replace
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_quote_replace()
Quote subpattern references - _read_file
- in file Smarty.class.php, method Smarty::_read_file()
read in a file - _run_mod_handler
- in file Smarty.class.php, method Smarty::_run_mod_handler()
Handle modifiers - _smarty_cache_attrs
- in file Smarty.class.php, method Smarty::_smarty_cache_attrs()
get or set an array of cached attributes for function that is - _smarty_include
- in file Smarty.class.php, method Smarty::_smarty_include()
called for included templates - _smarty_regex_replace_check
- in file modifier.regex_replace.php, function _smarty_regex_replace_check()
- _syntax_error
- in file Smarty_Compiler.class.php, method Smarty_Compiler::_syntax_error()
display Smarty syntax error - _trigger_fatal_error
- in file Smarty.class.php, method Smarty::_trigger_fatal_error()
trigger Smarty plugin error - _unlink
- in file Smarty.class.php, method Smarty::_unlink()
unlink a file, possibly using expiration time - _userGetUserNotes
- in file Users.php, method Users::_userGetUserNotes()
Gets the users notes for the user's review - __construct
- in file ArrayWrapper.php, method ArrayWrapper::__construct()
PHP5 Constructor

