Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
N
 newEvent, DLSupport
 NewFormCollection, DLSupport
 NewFormStart, DLSupport
 NewTabCollection, DLSupport
O
 ObjectPool
 OpenPage, DLSupportJS.CleanAdmin
 OutputAsAJAX, DLCleanAdmin
 OutputSite, DLCleanAdmin
 OutputUploadResponse, DLSupport
 OverwriteDefaultData, DLCustomField
 OverwriteDefaultOptions, DLCustomField
 OverwriteDefaultPage, DLCleanAdmin
 OverwriteDefaultTypes, DLCustomField
P
 PageLoading, DLSupportJS
 ParseCSS, DLSupport
 Preprocess, DLEncryption_One
 PropertyNames, DLSupport
 Protoaculous, DLSupport
Q
 Query, DLDatabase
R
 removeClassName, DLSupport
 removeCookie, DLSupport
 RemoveCookie, DLSupport
 removeElement, DLSupport
 removeTab, DLSupportJS.Tab
 RemoveTables, DLCustomField
 request, DLSupport.AJAX
 reverseArray, DLSupport
 RowCount, DLDatabase
S
 SanitizeString, DLSupport
 ServerResponse, DLSupportJS.CleanAdmin
 SetAction, DLSupportJS.CleanAdmin
 setCookie, DLSupport
 SetCookie, DLSupport
 showLoadingImage, DLSupport
 ShowLoadingImage, DLSupportJS
 ShowOverlay, DLSupportJS
 showTab, DLSupportJS.Tab
 Singleton
 SubmitForm, DLSupportJS.CleanAdmin
 submitValue, DLSupport.Form
T
 toggleDisplay, DLSupport
 toQueryString
U
 uniqueArray, DLSupport
 UpdateData, DLDatabase
 UpdatePage, DLSupportJS.CleanAdmin
 UploadComplete, DLSupportJS
 UploadFile, DLSupportJS
 UploadFileResponse, DLSupport
 UploadPageResponse, DLSupport
 Urs, DLEncryption_Three
V
 Validate, DLForm
 ValidateDependency, DLSupport
W
 windowOnload, DLSupport
newEvent: function(element,
event,
func,
delay)
Attach a new event to the given element.
public static function &NewFormCollection()
Retreive a new form collection.
public static function NewFormStart(&$module,  
$id,  
$action =  'default',
$returnid =  '',
$method =  'post',
$params =  array(),
$extras =  array())
This is very similar to the method CreateFormStart except that it does not encode the content of the extras array.
public static function &NewTabCollection($tab_wrapper =  '',
$content_wrapper =  '')
Create a new tab collection.
public static function &ObjectPool($host,
$username,
$password,
$database)
Retrieve an instance of this class based on the provided login information.
public static function &ObjectPool($algorithm)
Retrieve an instance of the request algorithm.
OpenPage: function(href,
is_menu)
Open up a new page.
public function OutputAsAJAX($action,
$data)
Output the given data so that it can be read by JavaScript.
public function OutputSite($title,  
$options =  array())
Output the site but outputting the index page.
public static function OutputUploadResponse($data)
Output the response page for the uploaded of a file.
protected function OverwriteDefaultData()
Overwrite the default data.
protected function OverwriteDefaultOptions()
Overwrite the default options.
public function OverwriteDefaultPage($content)
Overwrite the default page content.
protected function OverwriteDefaultTypes()
Overwrite the default types.
PageLoading: function()
Show the loading image when this method is called and hide it when the body “onload” event is triggered.
public static function ParseCSS($css,  
$period =  TRUE)
Parse the given CSS to retrieve the class names.
private function Preprocess($key,
$data)
Preprocess the given data.
Get the property names of the given object.
public static function Protoaculous()
Retrieve the HTML for including Prototype, script.aculo.us from Google as well as the supporting JS frameworking.
public function &Query($sql)
Query the database with the given SQL.
removeClassName: function(obj,
class_name)
Remove the given class name from the given DOM element.
removeCookie: function(key)
Wrapper method around the method setCookie.
public static function RemoveCookie($key)
Remove the given cookie.
removeElement: function(element)
This will remove the given element from the DOM structure of the web site.
removeTab: function(tab)
Remove the given tab and its contents.
final public function RemoveTables()
Removed the installed tables.
request: function(url)
Make a request to the given url using the given method and parameters.
reverseArray: function(data)
Get the array that has the reverse order of the given array.
public function RowCount($table,  
$where,  
$options =  array())
See how many rows we would retrieve from the given table if the given constraints are set.
public static function SanitizeString($data,  
$input =  FALSE)
Wrapper method for the function “filter_var” with the filter FILTER_SANITIZE_STRING and the options FILTER_FLAG_ENCODE_LOW and FILTER_FLAG_ENCODE_HIGH.
ServerResponse: function(transport)
Process the server response.
SetAction: function(button)
Set the action for the form of the given button.
setCookie: function(key,
value,
days)
Store the given value to cookie under the given key for the given number of days.
public static function SetCookie($key,
$value,
$days)
Store the given information with the given key in the cookie for the given number of days.
showLoadingImage: function(color)
Fade out the entire page and show the loading image.
ShowLoadingImage: function()
Show the loading image.
ShowOverlay: function()
Create and show the overlay div if it is currently hidden.
showTab: function(tab)
Show the given tab while hiding all the other tabs.
Retrieve a single instance of this class.
public static function &Singleton()
Retrieve an instance of this class using the database information stored in the configuration file.
public static function &Singleton()
This method will return an instance of this class.
SubmitForm: function(form)
Submit a form.
submitValue: function(element)
Set the value of the given element as the submit value for the element’s form.
toggleDisplay: function(element)
Toggle the display of the given DOM element.
toQueryString: function(data)
Convert the given object to a query string.
toQueryString: function(form)
Convert the given form data to a query string.
uniqueArray: function(data)
Get the array that has only the unique values of the given array.
public function UpdateData($table,
$data,
$where)
Update existing data in the database.
UpdatePage: function(content)
Update a page.
UploadComplete: function(data)
This method is called after an upload has been completed.
UploadFile: function(form)
Submit the provided form whose sole purpose is to upload files.
public static function UploadFileResponse($data =  array())
Retrieve the HTML for the response from the server.
public static function UploadPageResponse($data)
Output the upload response page.
private function Urs($a,
$b)
Unsigned right shift function, since PHP has neither >>> operator nor unsigned ints.
public function Validate()
Validate this form.
public static function ValidateDependency($module,
$version,
&$validate_failed)
Determine whether or not the given module name has been installed up to at least the given version.
windowOnload: function(func)
This will add a new event to the event listener that will run the given function after the window has finish loading (basically when all of the DOM structure has finish loading).