Transaction Engine 3 Application Programming Interface
[ class tree: Transaction Engine 3 Application Programming Interface ] [ index: Transaction Engine 3 Application Programming Interface ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

$action
in file tNG_ChkForbiddenWords.class.php, variable tNG_ChkForbiddenWords::$action
    The action
$allFields
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$allFields
    The original array with all the fields/rows.
$allowedExtensions
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$allowedExtensions
    allowed extensions for upload;
$allowedExtensions
in file KT_FileUpload.class.php, variable KT_fileUpload::$allowedExtensions
    the allowed types for upload
$allowedExtensions
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$allowedExtensions
    allowed extensions;
$allowedTagsList
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$allowedTagsList
    allowed tags
$arrFields
in file tNG_MtmFakeRs.class.php, variable tNG_MtmFakeRs::$arrFields
    columns names and values
$arrTypes
in file tNG_MtmFakeRs.class.php, variable tNG_MtmFakeRs::$arrTypes
    columns data type
$autoRename
in file KT_FileUpload.class.php, variable KT_fileUpload::$autoRename
addAttachment
in file tNG_Email.class.php, method tNG_Email::addAttachment()
    Setter. sets the type of the attachement
addAttachment
in file KT_Email.class.php, method KT_Email::addAttachment()
    add an attachement
addColumn
in file tNG_import.class.php, method tNG_import::addColumn()
    Adds a column to the transaction Calls the parent addColumn method then sets the default value.
addColumn
in file tNG_insert.class.php, method tNG_insert::addColumn()
    Adds a column to the transaction Calls the parent addColumn method then sets the default value.
addColumn
in file tNG_TidyContent.class.php, method tNG_TidyContent::addColumn()
    setter. sets a column name
addColumn
in file tNG_multipleInsert.class.php, method tNG_multipleInsert::addColumn()
    Adds a column to the transaction Calls the parent addColumn method then sets the default value.
addColumn
in file tNG_fields.class.php, method tNG_fields::addColumn()
    Adds a column to the transaction
addColumn
in file tNG_custom.class.php, method tNG_custom::addColumn()
    Adds a column to the transaction Calls the parent addColumn method then sets the default value.
addCommand
in file KT_Image.class.php, method KT_image::addCommand()
    prepend in front of the commands array a new command;
addField
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::addField()
    setter. add extra field
addField
in file tNG_FieldCompare.class.php, method tNG_FieldCompare::addField()
    Setter. Sets the information for one comparison
addField
in file tNG_FormValidation.class.php, method tNG_FormValidation::addField()
addField
in file tNG_MtmFakeRs.class.php, method tNG_MtmFakeRs::addField()
    Setter. Sets a column name, type and default value
addFieldName
in file tNG_CheckUnique.class.php, method tNG_CheckUnique::addFieldName()
    setter. set the field name
addFile
in file tNG_DeleteDetailRec.class.php, method tNG_DeleteDetailRec::addFile()
    setter. set the rename rule, folder name for file
addFolder
in file tNG_DeleteDetailRec.class.php, method tNG_DeleteDetailRec::addFolder()
    setter. set the rename rule, folder name for folder
addLevel
in file tNG_UserLoggedIn.class.php, method tNG_UserLoggedIn::addLevel()
    setter. add to levels array an entry
addLevel
in file tNG_RestrictAccess.class.php, method tNG_RestrictAccess::addLevel()
    setter. add to levels array an entry
addM2MField
in file tNG_M2MFormValidation.class.php, method tNG_M2MFormValidation::addM2MField()
addTransaction
in file tNG_dispatcher.class.php, method tNG_dispatcher::addTransaction()
    Adds a transaction to the current dispatcher
adjustQuality
in file KT_Image.class.php, method KT_image::adjustQuality()
    adjust the Quality of an image;
afterUpdateField
in file tNG_fields.class.php, method tNG_fields::afterUpdateField()
    Updates a field after the actual transaction was executed
top

b

$backUri
in file tNG_Download.class.php, variable tNG_Download::$backUri
    url for the back link
$barColor
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$barColor
    progress bar color HEX code (e.g. e2e2e2);
$baseFolder
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$baseFolder
    baseFolder name
$baseFolder
in file tNG_DeleteFolder.class.php, variable tNG_DeleteFolder::$baseFolder
    base folder
$baseFolder
in file tNG_FileDelete.class.php, variable tNG_FileDelete::$baseFolder
    basefolder name
$bcc
in file tNG_Email.class.php, variable tNG_Email::$bcc
    blind copy carbon mail;
$borderColor
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$borderColor
    border color in HEX code (e.g. #e2e2e2);
blur
in file KT_Image.class.php, method KT_image::blur()
    apply an gaussian blur mask on the image;
brightness
in file KT_Image.class.php, method KT_image::brightness()
    increase or decrease the brightness of an image;
top

c

$cc
in file tNG_Email.class.php, variable tNG_Email::$cc
    copy carbon mail;
$columns
in file tNG_FormValidation.class.php, variable tNG_FormValidation::$columns
$columns
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$columns
    extra columns
$columns
in file tNG_fields.class.php, variable tNG_fields::$columns
    List of columns to use when generating the transaction SQL query
$columns
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$columns
    Column names to be cleaned
$conn
in file tNG_MtmFakeRs.class.php, variable tNG_MtmFakeRs::$conn
    connection object
$conn
in file tNG_Download.class.php, variable tNG_Download::$conn
    adodb connection object
$connection
in file tNG_RestrictAccess.class.php, variable tNG_RestrictAccess::$connection
    connection reference
$connection
in file tNG_UserLoggedIn.class.php, variable tNG_UserLoggedIn::$connection
    connection
$connection
in file tNG.class.php, variable tNG::$connection
    The connection that will execute the transaction
$connName
in file tNG_Download.class.php, variable tNG_Download::$connName
    adodb connection string name
$connName
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$connName
    connection name
$content
in file tNG_Email.class.php, variable tNG_Email::$content
    body of the email;
$contentFile
in file tNG_Email.class.php, variable tNG_Email::$contentFile
    the file from which the content is read and sent;
$counterField
in file tNG_Download.class.php, variable tNG_Download::$counterField
    counter field in the same table
$counterFieldMtm
in file tNG_Download.class.php, variable tNG_Download::$counterFieldMtm
    counter for the many-to-many table
$css
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$css
    the style which will be applyed;
checkCounter
in file tNG_Download.class.php, method tNG_Download::checkCounter()
    Check the counter
checkExtensions
in file KT_FileUpload.class.php, method KT_fileUpload::checkExtensions()
    Checks the type of the uploaded file.
checkFileName
in file KT_FileUpload.class.php, method KT_fileUpload::checkFileName()
    check if a filename is valid. invalid chars: .., \, /, :, *, ?, ", <, >, |
checkFolder
in file KT_FileUpload.class.php, method KT_fileUpload::checkFolder()
    Check if the destination folder exists and has write permissions.
checkRights
in file KT_Folder.class.php, method KT_folder::checkRights()
    verify the rights on the given folder;
checkSecurity
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::checkSecurity()
    verify the upload folder is not out of the base folder;
checkSize
in file KT_FileUpload.class.php, method KT_fileUpload::checkSize()
    Checks the size of the uploaded file.
checkSystem
in file KT_Shell.class.php, method KT_shell::checkSystem()
    check if can be run shell commands;
checkUpload
in file KT_FileUpload.class.php, method KT_fileUpload::checkUpload()
    Checks if the upload has performed OK and if the file is required.
checkValue
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::checkValue()
    Verify if the given string has forbidden words.
Close
in file KT_Recordset.class.php, method KT_Recordset::Close()
    Bogus method. Just to implement the interface.
Close
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::Close()
    Bogus method. Just to implement the interface.
compileColumnsValues
in file tNG_fields.class.php, method tNG_fields::compileColumnsValues()
    Sets for each column the value correspondeing to the reference/method
contrast
in file KT_Image.class.php, method KT_image::contrast()
    increase or decrease the contrast of an image;
copyFile
in file KT_File.class.php, method KT_file::copyFile()
    Copy a file
copyFolder
in file KT_Folder.class.php, method KT_folder::copyFolder()
    copy a folder
createFile
in file KT_File.class.php, method KT_file::createFile()
    Create an empty file;
createFolder
in file KT_Folder.class.php, method KT_folder::createFolder()
    create recursively the folder;
crop
in file KT_Image.class.php, method KT_image::crop()
    crop an image;
top

d

$data
in file tNG_import.class.php, variable tNG_import::$data
    Structure used to store the import data. Represented as a 2-dimensional array
$databaseType
in file KT_Connection.class.php, variable KT_Connection::$databaseType
    for ADODB compatibility
$dbFieldName
in file tNG_FileDelete.class.php, variable tNG_FileDelete::$dbFieldName
    name of the field from database wich helds the file name
$dbFieldName
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$dbFieldName
    name of the field from database wich helds the file name
$deniedTagsList
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$deniedTagsList
    The denied tags
$destinationName
in file KT_FileUpload.class.php, variable KT_fileUpload::$destinationName
    the name under which the file was saved after upload
$detailTNG
in file tNG_LinkedTrans.class.php, variable tNG_LinkedTrans::$detailTNG
    detail transaction
$develErrorMessage
in file KT_FileUpload.class.php, variable KT_fileUpload::$develErrorMessage
    error message to be displayed as Developer Error
$dispatcher
in file tNG.class.php, variable tNG::$dispatcher
    The tNG_dispatcher object
$downloadHash
in file tNG_Download.class.php, variable tNG_Download::$downloadHash
    hash with the prepared values: filename, folder, pk value ...
deleteFile
in file KT_File.class.php, method KT_file::deleteFile()
    Delete a file;
deleteFolder
in file KT_Folder.class.php, method KT_folder::deleteFolder()
    delete recursively the folder;
deleteFolderNR
in file KT_Folder.class.php, method KT_folder::deleteFolderNR()
    delete non-recursively the folder (delete the folder only if the content is: files and/or thumbnails folder);
deleteThumbnails
in file tNG_FileUpload.class.php, method tNG_FileUpload::deleteThumbnails()
    abstract method; to be implemented by the sub classes;
deleteThumbnails
in file tNG_FileDelete.class.php, method tNG_FileDelete::deleteThumbnails()
    delete the tumbnails if exists
deleteThumbnails
in file tNG_ImageUpload.class.php, method tNG_ImageUpload::deleteThumbnails()
    in case of an update, the old thumbnail are deleted;
deleteThumbnails
in file tNG_DeleteDetailRec.class.php, method tNG_DeleteDetailRec::deleteThumbnails()
    delete the tumbnails if exists
displayFieldError
in file tNG_dispatcher.class.php, method tNG_dispatcher::displayFieldError()
    return the error for the field
displayFieldHint
in file tNG_dispatcher.class.php, method tNG_dispatcher::displayFieldHint()
    Gets the hint for the fieldname
displayValidationRules
in file tNG_dispatcher.class.php, method tNG_dispatcher::displayValidationRules()
    construct the JS to be used in page for client side validation
doTransaction
in file tNG_update.class.php, method tNG_update::doTransaction()
    Overwrites tNG method in order to register some triggers specific to Update Users Transaction
doTransaction
in file tNG.class.php, method tNG::doTransaction()
    executing the transaction (triggers, prepare SQL)
doTransaction
in file tNG_logoutTransaction.class.php, method tNG_logoutTransaction::doTransaction()
    executing the transaction (triggers, prepare SQL)
doTransaction
in file tNG_insert.class.php, method tNG_insert::doTransaction()
    Overwrites tNG method in order to register some triggers specific to Register Transaction
top

e

$encoding
in file tNG_Email.class.php, variable tNG_Email::$encoding
    encoding type;
$EOF
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$EOF
    Are we at the end of the record?
$EOF
in file KT_Recordset.class.php, variable KT_Recordset::$EOF
    Are we at the end of the record?
$errObj
in file tNG_FileUpload.class.php, variable tNG_FileUpload::$errObj
    error object
$error
in file tNG_Email.class.php, variable tNG_Email::$error
    tng error;
$error
in file tNG_Download.class.php, variable tNG_Download::$error
    tng_error object
$error
in file tNG_FileListRecordset.class.php, variable tNG_FileListRecordset::$error
    error string;
$errorMessage
in file tNG_Captcha.class.php, variable tNG_Captcha::$errorMessage
$errorMsg
in file tNG_ChkForbiddenWords.class.php, variable tNG_ChkForbiddenWords::$errorMsg
    The error message to be used;
$errorMsg
in file tNG_CheckUnique.class.php, variable tNG_CheckUnique::$errorMsg
    The error message to be used;
$errorMsg
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$errorMsg
    The error message to be used;
$errorMsg
in file tNG_ThrowError.class.php, variable tNG_ThrowError::$errorMsg
    error message to be used
$errorMsg
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$errorMsg
    The error message to be used;
$errorType
in file KT_FileUpload.class.php, variable KT_fileUpload::$errorType
    error message to be displayed as User Error
$escapeMethod
in file tNG_Email.class.php, variable tNG_Email::$escapeMethod
    escap method to use in KT_dynamicvalue() default 'none';
$executeSubSets
in file tNG_multipleUpdate.class.php, variable tNG_multipleUpdate::$executeSubSets
    if is false will check set ther error on each transaction and will reset the Number of transactions executed successfully
$executeSubSets
in file tNG_import.class.php, variable tNG_import::$executeSubSets
    if is false will check set the error on each transaction and will reset the Number of transactions executed successfully
$executeSubSets
in file tNG_multipleInsert.class.php, variable tNG_multipleInsert::$executeSubSets
    if is false will check set ther error on each transaction and will reset the Number of transactions executed successfully
$existentNumber
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$existentNumber
    Sets existent number of uploaded files;
$exportRecordset
in file tNG.class.php, variable tNG::$exportRecordset
    Wether the current implementation exports a recordset
EndContent
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::EndContent()
    Finish the buffering of the output; Save it to content and send it to the browser; Remove any <script> tags and keep just the content of the <body> tag if exists.
errorIfExists
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::errorIfExists()
    setter. if it will be throw error in case the records exists;
ErrorMsg
in file KT_Connection.class.php, method KT_Connection::ErrorMsg()
    Gets the error message
evaluateNumeric
in file tNG_fields.class.php, method tNG_fields::evaluateNumeric()
    Evaluates a numeric expression
Execute
in file tNG_TidyContent.class.php, method tNG_TidyContent::Execute()
    Main Class method. Sets the action: remove|replace|block.
Execute
in file tNG_FileUpload.class.php, method tNG_FileUpload::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_UserLoggedIn.class.php, method tNG_UserLoggedIn::Execute()
    Main method of the class.
Execute
in file tNG_FormValidation.class.php, method tNG_FormValidation::Execute()
Execute
in file tNG_ImageUpload.class.php, method tNG_ImageUpload::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_ThrowError.class.php, method tNG_ThrowError::Execute()
    Main method of the class. Execute the code
Execute
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::Execute()
    Main method of the class. Execute the code.
Execute
in file tNG_MtmFakeRs.class.php, method tNG_MtmFakeRs::Execute()
    Main class method. return array of values/columns
Execute
in file tNG_Redirect.class.php, method tNG_Redirect::Execute()
    Main method of the class. make the redirect
Execute
in file tNG_RestrictAccess.class.php, method tNG_RestrictAccess::Execute()
    Main method of the class. grant the access to the page or make the redirect page setted in control panel
Execute
in file tNG_Logout.class.php, method tNG_Logout::Execute()
    Main method of the class. Execute the code; Make the redirect
Execute
in file tNG_SetOrderField.class.php, method tNG_SetOrderField::Execute()
    Main method of the class. Update the value of the order column;
Execute
in file tNG_LinkedTrans.class.php, method tNG_LinkedTrans::Execute()
    Main method of the class. Execute the code
Execute
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::Execute()
    Main class method; return the code in page
Execute
in file tNG_Email.class.php, method tNG_Email::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::Execute()
    execute method of the class;
Execute
in file tNG_CheckUnique.class.php, method tNG_CheckUnique::Execute()
    execute method of the class; check if record exists and return null or error;
Execute
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::Execute()
    Main Class method. Sets the action: remove|replace|block.
Execute
in file tNG_DeleteDetailRec.class.php, method tNG_DeleteDetailRec::Execute()
    contruct the SQL and execute it. it is using as value for the field the primarey key value from the transaction;
Execute
in file tNG_CheckMasterRecord.class.php, method tNG_CheckMasterRecord::Execute()
    execute method of the class; check if master record exists and return null or error;
Execute
in file tNG_CheckDetailRecord.class.php, method tNG_CheckDetailRecord::Execute()
    execute method of the class; check if detail record exists and return null or error;
Execute
in file KT_Connection.class.php, method KT_Connection::Execute()
    Executes a SQL statement
execute
in file KT_Shell.class.php, method KT_shell::execute()
    execute the command
Execute
in file tNG_Captcha.class.php, method tNG_Captcha::Execute()
    main class method; verify that the captcha sumited is identical to the one store in the session;
Execute
in file tNG_FileDelete.class.php, method tNG_FileDelete::Execute()
    the main method, execute the code of the class
Execute
in file tNG_DeleteFolder.class.php, method tNG_DeleteFolder::Execute()
    Main class methode
Execute
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::Execute()
    Main class method. Resize the image and apply the watermark;
Execute
in file tNG_EmailRecordset.class.php, method tNG_EmailRecordset::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_FieldCompare.class.php, method tNG_FieldCompare::Execute()
    Main class method. Compare the fields and return error object if any
Execute
in file tNG_DynamicMedia.class.php, method tNG_DynamicMedia::Execute()
    Main class method.
Execute
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_Download.class.php, method tNG_Download::Execute()
    main class method. Make the download or display the appropiate error.
ExecuteExtra
in file tNG_M2MFormValidation.class.php, method tNG_M2MFormValidation::ExecuteExtra()
executeTransaction
in file tNG.class.php, method tNG::executeTransaction()
    Executes the Transaction Tests the STARTER triggers, executes the BEFORE triggers, the transaction SQL, the AFTER triggers and the END triggers. If error occurs, it executes the ERROR triggers and exits.
executeTransaction
in file tNG_fields.class.php, method tNG_fields::executeTransaction()
    Evaluates the columns values then executes the Transaction
executeTransaction
in file tNG_logoutTransaction.class.php, method tNG_logoutTransaction::executeTransaction()
    Executes the Transaction
executeTransactions
in file tNG_dispatcher.class.php, method tNG_dispatcher::executeTransactions()
    Executes the linked transactions, one by one
executeTriggers
in file tNG.class.php, method tNG::executeTriggers()
    Executes the registered triggers that matches the specified type
exportsRecordset
in file tNG.class.php, method tNG::exportsRecordset()
    Getter for the exportsRecordset property
top

f

$field
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$field
    Name of the field
$field
in file tNG_ChkForbiddenWords.class.php, variable tNG_ChkForbiddenWords::$field
    field name;
$field
in file tNG_CheckUnique.class.php, variable tNG_CheckUnique::$field
    The array with field(s) name
$field
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$field
    The field name
$field
in file tNG_SetOrderField.class.php, variable tNG_SetOrderField::$field
    order field name
$field
in file tNG_ThrowError.class.php, variable tNG_ThrowError::$field
    field name
$fieldErrorMsg
in file tNG_ThrowError.class.php, variable tNG_ThrowError::$fieldErrorMsg
    error message to be used on the field in the page
$fields
in file KT_Recordset.class.php, variable KT_Recordset::$fields
    The returned fields
$fields
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$fields
    The returned fields
$fields
in file tNG_FieldCompare.class.php, variable tNG_FieldCompare::$fields
    associative array, keeps error messages, columns and comparison rule
$fieldValue
in file tNG_Captcha.class.php, variable tNG_Captcha::$fieldValue
$file
in file tNG_Email.class.php, variable tNG_Email::$file
    the file from which the content is read and sent if is set setContentFile
$fileExists
in file KT_FileUpload.class.php, variable KT_fileUpload::$fileExists
$fileFolder
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$fileFolder
    folder name
$fileInfo
in file KT_FileUpload.class.php, variable KT_fileUpload::$fileInfo
    the file upload information
$fileInputSize
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$fileInputSize
    input file size;
$filename
in file KT_CaptchaImage.class.php, variable KT_CaptchaImage::$filename
$fileRenameRule
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$fileRenameRule
    the rename rule for file
$fitToWindow
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$fitToWindow
    flag if common properties were setted or not;
$fkField
in file tNG_CheckMasterRecord.class.php, variable tNG_CheckMasterRecord::$fkField
    The name of the foreign key column;
$fkMtm
in file tNG_Download.class.php, variable tNG_Download::$fkMtm
    hash foreign key to the user
$fkName
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$fkName
    foreign key name
$fkReference
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$fkReference
    reference to the foreign key
$folder
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$folder
    folder
$folder
in file tNG_FileDelete.class.php, variable tNG_FileDelete::$folder
    folder name
$folder
in file tNG_Email.class.php, variable tNG_Email::$folder
    base folder for attachments;
$folder
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$folder
    folder name
$folder
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$folder
    folder name
$folder
in file tNG_DynamicMedia.class.php, variable tNG_DynamicMedia::$folder
    folder
$folder
in file KT_FileUpload.class.php, variable KT_fileUpload::$folder
    destination folder for upload
$folder
in file tNG_DeleteFolder.class.php, variable tNG_DeleteFolder::$folder
    folder to be deleted inside baseFolder;
$folder
in file tNG_Download.class.php, variable tNG_Download::$folder
    folder
$folderName
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$folderName
    Temp Folder for output
$folderRenameRule
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$folderRenameRule
    the rename rule for folder
$format
in file tNG_Email.class.php, variable tNG_Email::$format
    format of the email: text or html/text;
$from
in file tNG_Email.class.php, variable tNG_Email::$from
    from whom the email is send;
$fullFolder
in file tNG_DeleteFolder.class.php, variable tNG_DeleteFolder::$fullFolder
    full name folder
FetchField
in file KT_Recordset.class.php, method KT_Recordset::FetchField()
    Gets a column's meta informations
FieldCount
in file KT_Recordset.class.php, method KT_Recordset::FieldCount()
    Gets the fields(columns) count
FieldCount
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::FieldCount()
    Gets the fields(columns) count
Fields
in file KT_Recordset.class.php, method KT_Recordset::Fields()
    Returns the value of a field
Fields
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::Fields()
    Returns the value of a field
flip
in file KT_Image.class.php, method KT_image::flip()
    flip an image horisontally or vertically;
formatError
in file KT_CaptchaImage.class.php, method KT_CaptchaImage::formatError()
    format the error string to display in page;
top

g

$genericValidationMessages
in file tNG_FormValidation.class.php, variable tNG_FormValidation::$genericValidationMessages
garbageCollector
in file KT_CaptchaImage.class.php, method KT_CaptchaImage::garbageCollector()
    garbage collector; delete all images older than 10 minutes;
garbageCollector
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::garbageCollector()
    Garbage collector. Clean the hash from session where the creation time is older than 30 minutes;
garbageCollector
in file tNG_Download.class.php, method tNG_Download::garbageCollector()
    Garbage collector. Clean the hash from session where the creation time is older than 5 minutes;
garbageCollector
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::garbageCollector()
    garbage collector. remove from session entries older than 30 minutes;
getArguments
in file KT_Shell.class.php, method KT_shell::getArguments()
    getter. return the arguments separated by space
getBcc
in file tNG_Email.class.php, method tNG_Email::getBcc()
    Getter. Get bcc.
getBcc
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getBcc()
    Getter. Get bcc.
getCc
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getCc()
    Getter. Get cc.
getCc
in file tNG_Email.class.php, method tNG_Email::getCc()
    Getter. Get cc.
getColumnReference
in file tNG_fields.class.php, method tNG_fields::getColumnReference()
    Gets the reference of a column
getColumnType
in file tNG_fields.class.php, method tNG_fields::getColumnType()
    Gets the type of a column
getColumnValue
in file tNG_fields.class.php, method tNG_fields::getColumnValue()
    Gets the value of a column
getColValue
in file tNG_MtmFakeRs.class.php, method tNG_MtmFakeRs::getColValue()
    Wrapper for getting values from recordset (mysql or adodb)
getCSSFrom
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getCSSFrom()
    Setter. Set file to use for retrieving CSS and encoding.
getDispatcher
in file tNG.class.php, method tNG::getDispatcher()
    Gets the transaction dispatcher
getDownloadLink
in file tNG_Download.class.php, method tNG_Download::getDownloadLink()
    Prepare the hash values and store it in the session; Return the calculated link.
getEncoding
in file tNG_Email.class.php, method tNG_Email::getEncoding()
    Getter. Get encoding.
getError
in file KT_FileUpload.class.php, method KT_fileUpload::getError()
    Getter. return the errors setted.
getError
in file KT_Folder.class.php, method KT_folder::getError()
    Getter. return the errors setted.
getError
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::getError()
    Gets the error message
getError
in file KT_Email.class.php, method KT_Email::getError()
    Getter. return the errors setted.
getError
in file tNG_FileListRecordset.class.php, method tNG_FileListRecordset::getError()
    Getter. Gets error string
getError
in file KT_Image.class.php, method KT_image::getError()
    Getter. return the errors setted.
getError
in file KT_File.class.php, method KT_file::getError()
    Getter. return the errors setted.
getError
in file KT_Shell.class.php, method KT_shell::getError()
    Getter. return the errors setted.
getError
in file tNG.class.php, method tNG::getError()
    Getter for the transaction error object
getErrorMsg
in file tNG.class.php, method tNG::getErrorMsg()
    Gets the error message
getErrorMsg
in file tNG_dispatcher.class.php, method tNG_dispatcher::getErrorMsg()
    return the error message
getErrorMsg
in file tNG_import.class.php, method tNG_import::getErrorMsg()
    Gets the error message Adds the import specific messages, then calls the parent getErrorMsg method.
getErrorMsg
in file tNG_multiple.class.php, method tNG_multiple::getErrorMsg()
    Gets the error message
getExecutedCommand
in file KT_Shell.class.php, method KT_shell::getExecutedCommand()
    getter. return the executed command's path
getExtraColumnsValues
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::getExtraColumnsValues()
    Return the values for extra columns to use in insert/update SQL;
getFakeRecordset
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::getFakeRecordset()
    Gets a fake recordset make from the array received. Depending on the server model could be a MySQL recordset or an ADODB one.
getFakeRecordset
in file tNG_fields.class.php, method tNG_fields::getFakeRecordset()
    Creates a fake recordset from the given columns associative array This function is called on error or for the insert default values.
getFakeRsArr
in file tNG_fields.class.php, method tNG_fields::getFakeRsArr()
    Creates a fake recordset array from the current $columns
getFieldError
in file tNG_fields.class.php, method tNG_fields::getFieldError()
    Gets the error message for a specific field, if it exists.
getFieldError
in file tNG_multiple.class.php, method tNG_multiple::getFieldError()
    Gets the error message for a specific field, if it exists.
getFileName
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::getFileName()
    returns the relative filename, returns false if file does not exist
getFolder
in file KT_File.class.php, method KT_file::getFolder()
    getter. return the folder from a file path with the correct directory separator
getFooter
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getFooter()
    Getter. Get html footer.
getFrom
in file tNG_Email.class.php, method tNG_Email::getFrom()
    Getter. Get From.
getFrom
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getFrom()
    Getter. Get From.
getGdNoSupport
in file KT_Image.class.php, method KT_image::getGdNoSupport()
    return the a string if GD has no support for the current picture type;
getHeader
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getHeader()
    Getter. Get html header.
getHints
in file tNG_XMLImport.class.php, method tNG_XMLImport::getHints()
    Generates sample and hints for the current XML import transaction
getHints
in file tNG_CSVImport.class.php, method tNG_CSVImport::getHints()
    Generates sample and hints for the current CSV import transaction
getHtmlBody
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getHtmlBody()
    Getter. Get htmlBody.
getHtmlBody
in file tNG_Email.class.php, method tNG_Email::getHtmlBody()
    Getter. Get htmlBody.
getImageMagickPath
in file KT_Image.class.php, method KT_image::getImageMagickPath()
    gets the path of the succesfully executed Image Magick command (if any);
getImageURL
in file KT_CaptchaImage.class.php, method KT_CaptchaImage::getImageURL()
    main class method; Create the image and return the url to the image file;
getLibraryError
in file KT_Image.class.php, method KT_image::getLibraryError()
    return the error string if the selected library not working;
getLocalRecordset
in file tNG_multiple.class.php, method tNG_multiple::getLocalRecordset()
    Abstract method; must be implemented by the inherited classes;
getLocalRecordset
in file tNG_fields.class.php, method tNG_fields::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_delete.class.php, method tNG_delete::getLocalRecordset()
    This function exits because the current class does not export a recordset.
getLocalRecordset
in file tNG_insert.class.php, method tNG_insert::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_login.class.php, method tNG_login::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_multipleDelete.class.php, method tNG_multipleDelete::getLocalRecordset()
    No recordset is created when multiple delete is executed; thus the calling of this method set an error;
getLocalRecordset
in file tNG_multipleUpdate.class.php, method tNG_multipleUpdate::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_multipleInsert.class.php, method tNG_multipleInsert::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_custom.class.php, method tNG_custom::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_update.class.php, method tNG_update::getLocalRecordset()
    Get the local recordset associated to this transaction
getLoginMsg
in file tNG_dispatcher.class.php, method tNG_dispatcher::getLoginMsg()
    Returns the messages for the Login Page
getLogoutLink
in file tNG_Logout.class.php, method tNG_Logout::getLogoutLink()
    getter. get the url for logout
getLogoutLink
in file tNG_logoutTransaction.class.php, method tNG_logoutTransaction::getLogoutLink()
    Get the logout for starting the logout transaction
getOldValues
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::getOldValues()
    Get all the old values for foreign key into an array
getPopupAction
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::getPopupAction()
    Get the onclick action for the Image Popup
getPopupLink
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::getPopupLink()
    Get the Link for the Image Popup
getPrimaryKey
in file tNG_fields.class.php, method tNG_fields::getPrimaryKey()
    Gets the primary key column
getPrimaryKeyValue
in file tNG_fields.class.php, method tNG_fields::getPrimaryKeyValue()
    Gets the primary key value
getRandomText
in file KT_CaptchaImage.class.php, method KT_CaptchaImage::getRandomText()
    generata a radom text and set in session; return this text;
getRecordset
in file tNG_dispatcher.class.php, method tNG_dispatcher::getRecordset()
    Gets the correct recordset from the transactions
getRecordset
in file tNG_multiple.class.php, method tNG_multiple::getRecordset()
    Get the recordset associated to this transaction
getRecordset
in file tNG_fields.class.php, method tNG_fields::getRecordset()
    Get the recordset associated to this transaction
getResult
in file tNG_log.class.php, method tNG_log::getResult()
    getter. get trace of the transaction
getSavedErrorMsg
in file tNG_dispatcher.class.php, method tNG_dispatcher::getSavedErrorMsg()
    Save in session transaction errors
getSavedValue
in file tNG_multiple.class.php, method tNG_multiple::getSavedValue()
    Wrapper for getSavedValue method of the executed transactions;
getSavedValue
in file tNG_fields.class.php, method tNG_fields::getSavedValue()
    Gets the value saved for the given column name
getScripts
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::getScripts()
getSubject
in file tNG_Email.class.php, method tNG_Email::getSubject()
    Getter. Get subject.
getSubject
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getSubject()
    Getter. Get subject.
getSwfPath
in file tNG_DynamicMedia.class.php, method tNG_DynamicMedia::getSwfPath()
    Getter.
getTable
in file tNG_fields.class.php, method tNG_fields::getTable()
    Getter for the transaction SQL table
getTempName
in file KT_FileUpload.class.php, method KT_fileUpload::getTempName()
    Gets a temporary file name starting from the given file name.
getTextBody
in file tNG_Email.class.php, method tNG_Email::getTextBody()
    Getter. Get textBody.
getTextBody
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getTextBody()
    Getter. Get textBody.
getTextCaptcha
in file tNG_Captcha.class.php, method tNG_Captcha::getTextCaptcha()
    get the string stored in the session if setted
getTextCaptcha
in file KT_CaptchaImage.class.php, method KT_CaptchaImage::getTextCaptcha()
    get the text for captcha
getTng
in file tNG_Email.class.php, method tNG_Email::getTng()
    Getter. Get tNG object.
getTo
in file tNG_Email.class.php, method tNG_Email::getTo()
    Getter. Get to.
getTo
in file tNG_EmailRecordset.class.php, method tNG_EmailRecordset::getTo()
    Getter. Get to.
getTo
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getTo()
    Getter. Get to.
getTransactionType
in file tNG.class.php, method tNG::getTransactionType()
    Gets the transaction type
getUploadAction
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::getUploadAction()
    Getter. Gets the js code for open the new window
getUploadLink
in file tNG_MImageUpload.class.php, method tNG_MImageUpload::getUploadLink()
    Getter. Gets the link to the upload page
getUploadLink
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::getUploadLink()
    Getter. Gets the link to the upload page
getUploadReference
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::getUploadReference()
    Getter. Gets upload reference
getUseSavedData
in file tNG_Email.class.php, method tNG_Email::getUseSavedData()
    Getter. Get useSavedData.
getValues
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::getValues()
    Get all the new values for foreign key into an array
getVersionGd
in file KT_Image.class.php, method KT_image::getVersionGd()
    return the version of the GD;
getWatermarkPosition
in file KT_Image.class.php, method KT_image::getWatermarkPosition()
    calculates the x, y coordonates for applying the watermark
getWords
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::getWords()
    Read the forbidden words file and return the words in an array.
top

h

$handleDuplicates
in file tNG_import.class.php, variable tNG_import::$handleDuplicates
    The way duplicate records are handled (skip, update database record, throw error)
$hasError
in file KT_FakeRecordset.class.php, variable KT_FakeRecordset::$hasError
    If there were errors
$hasHeader
in file tNG_import.class.php, variable tNG_import::$hasHeader
    Set to true if the import transaction uses headers to describe the data columns
$headers
in file tNG_import.class.php, variable tNG_import::$headers
    List of headers (column names) used to map data to columns If the import transaction doesn't use headers, then this structure is empty.
$height
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$height
    height to resize
hasError
in file tNG_Download.class.php, method tNG_Download::hasError()
    Getter. Check if we have error or not
hasError
in file KT_Image.class.php, method KT_image::hasError()
    check if an error was setted.
hasError
in file KT_File.class.php, method KT_file::hasError()
    check if an error was setted.
hasError
in file KT_FileUpload.class.php, method KT_fileUpload::hasError()
    check if an error was setted.
hasError
in file KT_Folder.class.php, method KT_folder::hasError()
    check if an error was setted.
hasError
in file KT_Email.class.php, method KT_Email::hasError()
    check if an error was setted.
hasError
in file KT_Shell.class.php, method KT_shell::hasError()
    check if an error was setted.
top

i

$id
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$id
    id unique for thumbnail
$importance
in file tNG_Email.class.php, variable tNG_Email::$importance
    importance of the email: Normal, Low, High;
$importReference
in file tNG_import.class.php, variable tNG_import::$importReference
    The current imported row values reference
$importType
in file tNG_import.class.php, variable tNG_import::$importType
    The import type Depending on the class that extends the base class, this changes.
$index
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$index
    Current position
$indexFile
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$indexFile
    counter for file
$indexFolder
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$indexFolder
    counter for folder
$insertElements
in file tNG_multipleInsert.class.php, variable tNG_multipleInsert::$insertElements
    number of the successful inserts;
$isRequired
in file KT_FileUpload.class.php, variable KT_fileUpload::$isRequired
    specifies if the file is required for upload or not
$isSetted
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$isSetted
    flag if common properties were setted or not;
$isSetted
in file tNG_Download.class.php, variable tNG_Download::$isSetted
    flag if common properties were setted or not;
imageSize
in file KT_Image.class.php, method KT_image::imageSize()
    take a file name as the only argument and return an array conatining the image dimensions;
incrementCounter
in file tNG_Download.class.php, method tNG_Download::incrementCounter()
    Increment the counter
Insert_ID
in file KT_Connection.class.php, method KT_Connection::Insert_ID()
    Gets the auto-generated inserted id (if any)
isDownload
in file tNG_Download.class.php, method tNG_Download::isDownload()
    Starter for the download operation. Check if we have a download
isStarted
in file tNG.class.php, method tNG::isStarted()
    Gets the started property
is_readable
in file KT_Image.class.php, method KT_image::is_readable()
is_readable
in file KT_Folder.class.php, method KT_folder::is_readable()
    check if the given folder has read permissions;
is_writable
in file KT_Folder.class.php, method KT_folder::is_writable()
    check if the given folder has write permissions;
top

k

$keepProportion
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$keepProportion
    to keep the proportions or not
$keepUrlParams
in file tNG_Redirect.class.php, variable tNG_Redirect::$keepUrlParams
    if the GET params to be kept or not
KT_functions.inc.php
procedural page KT_functions.inc.php
KT_CaptchaImage.class.php
procedural page KT_CaptchaImage.class.php
KT_Connection.class.php
procedural page KT_Connection.class.php
KT_FakeRecordset.class.php
procedural page KT_FakeRecordset.class.php
KT_Recordset.class.php
procedural page KT_Recordset.class.php
KT_Email.class.php
procedural page KT_Email.class.php
KT_File.class.php
procedural page KT_File.class.php
KT_FileUpload.class.php
procedural page KT_FileUpload.class.php
KT_Folder.class.php
procedural page KT_Folder.class.php
KT_Image.class.php
procedural page KT_Image.class.php
KT_ResourcesFunctions.inc.php
procedural page KT_ResourcesFunctions.inc.php
KT_Shell.class.php
procedural page KT_Shell.class.php
KT_addReplaceParam
in file KT_functions.inc.php, function KT_addReplaceParam()
    Adding or replacing a param/value in the string.
KT_applyDate2rule
in file KT_functions.inc.php, function KT_applyDate2rule()
    Splits a date into a chunked representation;
KT_applyOutRule2date
in file KT_functions.inc.php, function KT_applyOutRule2date()
    Processes a date array in a usable format;
KT_CanonizeRelPath
in file KT_functions.inc.php, function KT_CanonizeRelPath()
    Try to canonize a path (replace ../ and ./ );
KT_CaptchaImage
in file KT_CaptchaImage.class.php, method KT_CaptchaImage::KT_CaptchaImage()
    Constructor.
KT_CaptchaImage
in file KT_CaptchaImage.class.php, class KT_CaptchaImage
    Create the image used in captcha
KT_compareDates
in file KT_functions.inc.php, function KT_compareDates()
    Compares 2 date arrays
KT_Connection
in file KT_Connection.class.php, method KT_Connection::KT_Connection()
    The constructor
KT_Connection
in file KT_Connection.class.php, class KT_Connection
    The connection class (used on PHP - MySQL Server model)
KT_convertDate
in file KT_functions.inc.php, function KT_convertDate()
    Converts a date/time/datetime from one format to another
KT_convertDateCall
in file KT_functions.inc.php, function KT_convertDateCall()
    Wrapper for KT_convertDate
KT_DynamicData
in file KT_functions.inc.php, function KT_DynamicData()
    Function KT_DynamicData replace all the dynamic data with their values;
KT_Email
in file KT_Email.class.php, class KT_Email
    This class is sending simple emails; (it was designed to be use internal);
KT_Email
in file KT_Email.class.php, method KT_Email::KT_Email()
    Constructor. Doing nothing.
KT_escapeAttribute
in file KT_functions.inc.php, function KT_escapeAttribute()
    Escape the " > < from a string with the html entities;
KT_escapeExpression
in file KT_functions.inc.php, function KT_escapeExpression()
    Escape the expression for \ and ';
KT_escapeFieldName
in file KT_functions.inc.php, function KT_escapeFieldName()
    Escapes a value of a field name to be used in the transaction SQL
KT_escapeForSql
in file KT_functions.inc.php, function KT_escapeForSql()
    Escapes a value against a specific type to be used in the transaction SQL
KT_escapeJS
in file KT_functions.inc.php, function KT_escapeJS()
    Apply addcslashes php function on the argument for the charlist: \t\r\n\'\\ ;
KT_expandTime
in file KT_functions.inc.php, function KT_expandTime()
    Expands time expressions to full screen format
KT_fakeADORecordset
in file KT_FakeRecordset.class.php, class KT_fakeADORecordset
    Util KT_fakeADORecordset class. Transform an array in a fake ADODB recordset.
KT_fakeADORecordset
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::KT_fakeADORecordset()
    The constructor. Sets the totalrows and total fields values and current fields value.
KT_FakeRecordset
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::KT_FakeRecordset()
    The constructor
KT_FakeRecordset
in file KT_FakeRecordset.class.php, class KT_FakeRecordset
    The FakeRecordset class.
KT_file
in file KT_File.class.php, class KT_file
    Provides functionalities for handling files;
KT_file
in file KT_File.class.php, method KT_file::KT_file()
    Constructor. Doing nothing.
KT_fileUpload
in file KT_FileUpload.class.php, class KT_fileUpload
    Provides functionalities for handling file uploads
KT_fileUpload
in file KT_FileUpload.class.php, method KT_fileUpload::KT_fileUpload()
    Constructor.
KT_folder
in file KT_Folder.class.php, method KT_folder::KT_folder()
    Constructor. doing nothing
KT_folder
in file KT_Folder.class.php, class KT_folder
    manipulate folders;
KT_format2newDF
in file KT_functions.inc.php, function KT_format2newDF()
    Convert a date format from an old type date format %Y-%m-%d into new ones;
KT_format2outRule
in file KT_functions.inc.php, function KT_format2outRule()
    Removes extra chars from a date format, in order to obtain a parsable definition;
KT_format2rule
in file KT_functions.inc.php, function KT_format2rule()
    Splits a date format into a chunked representation
KT_formatDate
in file KT_functions.inc.php, function KT_formatDate()
    Converts a date/time/datetime from database format to screen format
KT_formatDate2DB
in file KT_functions.inc.php, function KT_formatDate2DB()
    Converts a date/time/datetime from screen format to database format
KT_FormatForList
in file KT_functions.inc.php, function KT_FormatForList()
    Return a strip string (without html tags and no longer than $maxchars);
KT_getDaysOfMonth
in file KT_functions.inc.php, function KT_getDaysOfMonth()
    Return the last day of the given month for the given year;
KT_getFullUri
in file KT_functions.inc.php, function KT_getFullUri()
    Return the URL of the page in which the script is called and the query string if exists.
KT_getInternalTimeFormat
in file KT_functions.inc.php, function KT_getInternalTimeFormat()
    Converts mm to ii in time formats and sets globals
KT_getPHP_SELF
in file KT_functions.inc.php, function KT_getPHP_SELF()
    Return the current page name and the query string if exists.
KT_getRealValue
in file KT_functions.inc.php, function KT_getRealValue()
    Compiles a method and a reference into a value
KT_getReplacementsFromMessage
in file KT_functions.inc.php, function KT_getReplacementsFromMessage()
    Parse the string for values like {...} and return an array with all the conted from {};
KT_getResource
in file KT_ResourcesFunctions.inc.php, function KT_getResource()
    Getter the resource value;
KT_getServerName
in file KT_functions.inc.php, function KT_getServerName()
    Return the server name on which the page reside.
KT_getSiteRoot
in file KT_functions.inc.php, function KT_getSiteRoot()
    Return the real path of the folder where includes folder resides ;
KT_getUri
in file KT_functions.inc.php, function KT_getUri()
    Return the URL of the page in which the script is called.
KT_getUriFolder
in file KT_functions.inc.php, function KT_getUriFolder()
    Return the folder of the page in which the script is called.
KT_image
in file KT_Image.class.php, class KT_image
    manipulate images;
KT_image
in file KT_Image.class.php, method KT_image::KT_image()
    Constructor. Set default values for some variables
KT_isValidDate
in file KT_functions.inc.php, function KT_isValidDate()
    Validates a date array
KT_is_ajax_request
in file KT_functions.inc.php, function KT_is_ajax_request()
    return the type of request this page has been used
KT_makeIncludedURL
in file KT_functions.inc.php, function KT_makeIncludedURL()
    Return $GLOBALS['KT_REL_PATH'] in front of the URL if the URL si not absolute and $GLOBALS['KT_REL_PATH'] is setted;
KT_pathinfo
in file KT_functions.inc.php, function KT_pathinfo()
    Extracts parts of a file (dirname, basename, filename, extension)
KT_realpath
in file KT_functions.inc.php, function KT_realpath()
    Transforms a path into its absolute value
KT_Recordset
in file KT_Recordset.class.php, method KT_Recordset::KT_Recordset()
    The constructor
KT_Recordset
in file KT_Recordset.class.php, class KT_Recordset
    The Recordset class use with KT_Connection.
KT_redir
in file KT_functions.inc.php, function KT_redir()
    Make the redirect on server side;
KT_Rel2AbsUrl
in file KT_functions.inc.php, function KT_Rel2AbsUrl()
    Try to transform a relative path in an absolut one;
KT_replaceSpecialChars
in file KT_functions.inc.php, function KT_replaceSpecialChars()
    Leave just ASCII chars (alpha-numeric) and _ . , ; () []
KT_sendExpireHeader
in file KT_functions.inc.php, function KT_sendExpireHeader()
    overwrite the Pragma: no-cache header which might have been sent by the server
KT_SessionKtBack
in file KT_functions.inc.php, function KT_SessionKtBack()
    Add the URL to the $_SESSION['KT_backArr'] array if this array not exist; If the array $_SESSION['KT_backArr'] exist check if the last entry is identical with the argument; If this 2 url are identical the old one is replaced with the new one, if not the new one is append it.
KT_session_start
in file KT_functions.inc.php, function KT_session_start()
    Start the session if it is not started and put in session the values from _SESSION[md5($siteroot)] ;
KT_setDbType
in file KT_functions.inc.php, function KT_setDbType()
    Set the database type and server model in $GLOBALS and return the database type;
KT_setFilePermissions
in file KT_functions.inc.php, function KT_setFilePermissions()
    Set the the permissions for folder/file setted in GLOBALS['KT_folder_mode']/GLOBALS['KT_file_mode'];
KT_setServerVariables
in file KT_functions.inc.php, function KT_setServerVariables()
    Try to set certain _SERVER vars if not setted from _ENV vars;
KT_setSessionVar
in file KT_functions.inc.php, function KT_setSessionVar()
    Put in the $_SESSION[$siteroot][$var] key the $_SESSION[$var] value ;
KT_shell
in file KT_Shell.class.php, method KT_shell::KT_shell()
    Constructor. Doing nothing.
KT_shell
in file KT_Shell.class.php, class KT_shell
    Execute commands;
KT_stripslashes
in file KT_functions.inc.php, function KT_stripslashes()
    Wrapper for stripslashes; it is used as callbackfunction;
KT_stripTime
in file KT_functions.inc.php, function KT_stripTime()
    Strips empty values from time expressions
KT_transformsPaths
in file KT_functions.inc.php, function KT_transformsPaths()
    Known bugs:
KT_TransformToUrlPath
in file KT_functions.inc.php, function KT_TransformToUrlPath()
    Transforms path containing \ to path with / (URI paths)
KT_unsetSessionVar
in file KT_functions.inc.php, function KT_unsetSessionVar()
    Unset the $_SESSION[$siteroot][$var] and $_SESSION[$var] ;
top

l

$levels
in file tNG_RestrictAccess.class.php, variable tNG_RestrictAccess::$levels
    possible level values
$levels
in file tNG_UserLoggedIn.class.php, variable tNG_UserLoggedIn::$levels
    possible level values
$lib
in file KT_CaptchaImage.class.php, variable KT_CaptchaImage::$lib
$lineStart
in file tNG_import.class.php, variable tNG_import::$lineStart
    The data start row value
$linkField
in file tNG_LinkedTrans.class.php, variable tNG_LinkedTrans::$linkField
    field name that's link this transactions
$loginType
in file tNG_login.class.php, variable tNG_login::$loginType
    login type;
$logoutType
in file tNG_Logout.class.php, variable tNG_Logout::$logoutType
    logoutType default value: load
loadGenericValidationMessages
in file tNG_FormValidation.class.php, method tNG_FormValidation::loadGenericValidationMessages()
loadValidatioRules
in file tNG_FormValidation.class.php, method