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 tNG_FormValidation::loadValidatioRules()
log
in file tNG_log.class.php, method tNG_log::log()
    Constructor. Set the parameters in a global array
top

m

$masterTNG
in file tNG_LinkedTrans.class.php, variable tNG_LinkedTrans::$masterTNG
    master transaction
$maxCounterFieldMtm
in file tNG_Download.class.php, variable tNG_Download::$maxCounterFieldMtm
    max counter value for many-to-many table
$maxCounterValueMtm
in file tNG_Download.class.php, variable tNG_Download::$maxCounterValueMtm
    max counter value for many-to-many table
$maxFiles
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$maxFiles
    max number of files permited for upload
$maxNumber
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$maxNumber
    maxNumber files
$maxSize
in file KT_FileUpload.class.php, variable KT_fileUpload::$maxSize
    maximum allowed size of the uploaded file in KB;
$maxSize
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$maxSize
    file maxsizet
$maxSize
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$maxSize
    max file size in KB
$minSize
in file KT_FileUpload.class.php, variable KT_fileUpload::$minSize
    minimum allowed size of the uploaded file in KB;
$mode
in file tNG_SetOrderField.class.php, variable tNG_SetOrderField::$mode
    if the record will inserted first or last from the point of view of order
$multTNGs
in file tNG_multiple.class.php, variable tNG_multiple::$multTNGs
    List of transactions to be executed in the loop
$multTriggers
in file tNG_multiple.class.php, variable tNG_multiple::$multTriggers
    List of triggers that are to be linked to the $multTNGs
$mustValidate
in file tNG_FormValidation.class.php, variable tNG_FormValidation::$mustValidate
mask2regexp
in file tNG_FormValidation.class.php, method tNG_FormValidation::mask2regexp()
MoveFirst
in file KT_Recordset.class.php, method KT_Recordset::MoveFirst()
    Moves to the first row
MoveFirst
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::MoveFirst()
    Moves to the first row if any
moveFolder
in file KT_Folder.class.php, method KT_folder::moveFolder()
    move a folder
MoveNext
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::MoveNext()
    Moves to the next row if exists
MoveNext
in file KT_Recordset.class.php, method KT_Recordset::MoveNext()
    Moves to the next row
MySQL_Execute
in file KT_Connection.class.php, method KT_Connection::MySQL_Execute()
    Executes a SQL statement
top

n

$name
in file KT_CaptchaImage.class.php, variable KT_CaptchaImage::$name
$name
in file tNG_Captcha.class.php, variable tNG_Captcha::$name
$noOfCalls
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$noOfCalls
    number of calls of the method getUploadLink;
$noSuccess
in file tNG_multiple.class.php, variable tNG_multiple::$noSuccess
    Number of transactions that executed successfully
NXT_getResource
in file tNG_functions.inc.php, function NXT_getResource()
    Return the resource for NeXTensio
top

o

$oldFileName
in file KT_FileUpload.class.php, variable KT_fileUpload::$oldFileName
    Specifies the old file name that is allowed to be overwritten in case that its name is the same as the file to be uploaded (fileName)
$outEncoding
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$outEncoding
    Encoding for output
top

p

$pageRedirect
in file tNG_Logout.class.php, variable tNG_Logout::$pageRedirect
    redirect to page:
$pk
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$pk
    pk column name
$pk
in file tNG_Download.class.php, variable tNG_Download::$pk
    hash with primary key values
$pkMtm
in file tNG_Download.class.php, variable tNG_Download::$pkMtm
    hash with primary key information (in fact the pk from table)
$pkName
in file tNG_fields.class.php, variable tNG_fields::$pkName
    The Primary Key value that is submitted on update
$pkName
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$pkName
    primarey key name
$pkRenameRule
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$pkRenameRule
    pk rename rule
$popupHeight
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$popupHeight
    popup height
$popupNavigation
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$popupNavigation
    if the popup page has navigation
$popupUploadHeight
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$popupUploadHeight
    upload popup height
$popupUploadWidth
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$popupUploadWidth
    upload popup width
$popupWatermark
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$popupWatermark
    apply watermark on popupimage;
$popupWidth
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$popupWidth
    popup width
$primaryKey
in file tNG_fields.class.php, variable tNG_fields::$primaryKey
    Primary Key field
$primaryKeyColumn
in file tNG_fields.class.php, variable tNG_fields::$primaryKeyColumn
    Primary Key details
parseSQLError
in file tNG_fields.class.php, method tNG_fields::parseSQLError()
    Parses the SQL error Calls the parent function then sets the error to a specific column if possible.
parseSQLError
in file tNG.class.php, method tNG::parseSQLError()
    Parses the SQL error
postExecuteSql
in file tNG_insert.class.php, method tNG_insert::postExecuteSql()
    This function is called once the transaction SQL was actually executed And only if the execution was succesffully. On insert, it sets the primary key value if it is not set.
postExecuteSql
in file tNG.class.php, method tNG::postExecuteSql()
    This function is called once the transaction SQL was actually executed
prepareCommand
in file KT_Shell.class.php, method KT_shell::prepareCommand()
    prepare the command to be executed;
prepareData
in file tNG_CSVImport.class.php, method tNG_CSVImport::prepareData()
    Set the headers and data structures associated to this transaction
prepareData
in file tNG_import.class.php, method tNG_import::prepareData()
    Abstract method; must be implemented by the inherited classes;
prepareData
in file tNG_XMLImport.class.php, method tNG_XMLImport::prepareData()
    Set the headers and data structures associated to this transaction
preparePath
in file KT_Folder.class.php, method KT_folder::preparePath()
    replace the '/' with '\' for windows and '\' with '/' for linux;
prepareSQL
in file tNG_multipleUpdate.class.php, method tNG_multipleUpdate::prepareSQL()
    Executes all sub-transactions
prepareSQL
in file tNG_update.class.php, method tNG_update::prepareSQL()
    Prepares the update SQL query to be executed
prepareSQL
in file tNG_multipleInsert.class.php, method tNG_multipleInsert::prepareSQL()
    Executes all sub-transactions
prepareSQL
in file tNG_multipleDelete.class.php, method tNG_multipleDelete::prepareSQL()
    Executes all sub-transactions
prepareSQL
in file tNG_custom.class.php, method tNG_custom::prepareSQL()
    Prepares the custom SQL query to be executed
prepareSQL
in file tNG_fields.class.php, method tNG_fields::prepareSQL()
    Prepares the SQL query to be executed
prepareSQL
in file tNG_delete.class.php, method tNG_delete::prepareSQL()
    Prepares the delete SQL query to be executed
prepareSQL
in file tNG_import.class.php, method tNG_import::prepareSQL()
    Executes all sub-transactions
prepareSQL
in file tNG_insert.class.php, method tNG_insert::prepareSQL()
    Prepares the insert SQL query to be executed
prepareSQL
in file tNG.class.php, method tNG::prepareSQL()
    Prepares the SQL query to be executed
prepareSQL
in file tNG_login.class.php, method tNG_login::prepareSQL()
    Prepares the custom SQL query to be executed
prepareValidation
in file tNG_dispatcher.class.php, method tNG_dispatcher::prepareValidation()
    prepair the validation
top

r

$recordsetName
in file tNG_EmailRecordset.class.php, variable tNG_EmailRecordset::$recordsetName
    recordset name;
$reference
in file tNG_Download.class.php, variable tNG_Download::$reference
    object starter
$reference
in file tNG_MtmFakeRs.class.php, variable tNG_MtmFakeRs::$reference
    input fields prefix
$reference
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$reference
    reference unique per page
$relPath
in file tNG_Download.class.php, variable tNG_Download::$relPath
    relpath to site root
$relpath
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$relpath
    relpath to siteroot
$relPath
in file tNG_RestrictAccess.class.php, variable tNG_RestrictAccess::$relPath
    relativ path from the site root
$relpath
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$relpath
    relpath to siteroot
$relPath
in file tNG_DynamicMedia.class.php, variable tNG_DynamicMedia::$relPath
    relpath to siteroot
$relPath
in file tNG_dispatcher.class.php, variable tNG_dispatcher::$relPath
    The relative path of the current tNG_dispathcer
$relPath
in file tNG_MFileUpload.class.php, variable tNG_MFileUpload::$relPath
    relpath to site root
$rename
in file tNG_FileDelete.class.php, variable tNG_FileDelete::$rename
    if it is used rename
$renameRule
in file tNG_FileDelete.class.php, variable tNG_FileDelete::$renameRule
    the rename rule
$renameRule
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$renameRule
    file name
$renameRule
in file tNG_Download.class.php, variable tNG_Download::$renameRule
    filename
$renameRule
in file tNG_DynamicMedia.class.php, variable tNG_DynamicMedia::$renameRule
    file name
$replacements
in file tNG_ChkForbiddenWords.class.php, variable tNG_ChkForbiddenWords::$replacements
    The replacement values for fields if the action is replace/remove
$replaceWith
in file tNG_ChkForbiddenWords.class.php, variable tNG_ChkForbiddenWords::$replaceWith
    The replacement string
$resize
in file tNG_ImageUpload.class.php, variable tNG_ImageUpload::$resize
    if the image will be resized
$resizeHeight
in file tNG_ImageUpload.class.php, variable tNG_ImageUpload::$resizeHeight
    height for resize
$resizeProportional
in file tNG_ImageUpload.class.php, variable tNG_ImageUpload::$resizeProportional
    If the proportions must be kept in case of a resize
$resizeWidth
in file tNG_ImageUpload.class.php, variable tNG_ImageUpload::$resizeWidth
    width for resize
$rsName
in file tNG_Email.class.php, variable tNG_Email::$rsName
    recordset name for attachments;
readFile
in file KT_File.class.php, method KT_file::readFile()
    Read and return the content of the given file;
readFolder
in file KT_Folder.class.php, method KT_folder::readFolder()
    read the content of the folder.
RecordCount
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::RecordCount()
    Gets the record count
RecordCount
in file KT_Recordset.class.php, method KT_Recordset::RecordCount()
    Gets the record count
registerConditionalTrigger
in file tNG_multiple.class.php, method tNG_multiple::registerConditionalTrigger()
    Register a trigger to the current transaction Or to the multiple transactions. The STARTER and the END triggers are registered to self, and the other triggers are sent to the multiple transactions.
registerTrigger
in file tNG_multiple.class.php, method tNG_multiple::registerTrigger()
    Register a trigger to the current transaction Or to the multiple transactions. The STARTER and the END triggers are registered to self, and the other triggers are sent to the multiple transactions.
registerTrigger
in file tNG.class.php, method tNG::registerTrigger()
    Register the trigger to transaction;
removeScript
in file tNG_Email.class.php, method tNG_Email::removeScript()
    Remove the <script></script> or <script > tags from the
renameFile
in file KT_File.class.php, method KT_file::renameFile()
    Rename a file;
renameFolder
in file KT_Folder.class.php, method KT_folder::renameFolder()
    rename a folder
resetCaptcha
in file tNG_Captcha.class.php, method tNG_Captcha::resetCaptcha()
    unset the string stored in session
resize
in file KT_Image.class.php, method KT_image::resize()
    resize an image;
Resize
in file tNG_ImageUpload.class.php, method tNG_ImageUpload::Resize()
    Make the resize on the saved file;
RollBack
in file tNG_FileUpload.class.php, method tNG_FileUpload::RollBack()
    rollback the operation (delete the file)
RollBack
in file KT_FileUpload.class.php, method KT_fileUpload::RollBack()
    Makes RollBack if transaction failed.
rollBackTransaction
in file tNG.class.php, method tNG::rollBackTransaction()
    Executes the error triggers and set the error object;
rotate
in file KT_Image.class.php, method KT_image::rotate()
    rotate an image;
top

s

$savedData
in file tNG_fields.class.php, variable tNG_fields::$savedData
    The transaction saved data (before the actual execution)
$source
in file tNG_import.class.php, variable tNG_import::$source
    Structure storing the type and the reference of the source
$subject
in file tNG_Email.class.php, variable tNG_Email::$subject
    subject of the email;
saveData
in file tNG_import.class.php, method tNG_import::saveData()
    No data needs to be saved on insert.
saveData
in file tNG_multipleInsert.class.php, method tNG_multipleInsert::saveData()
    No data needs to be saved on insert.
saveData
in file tNG_fields.class.php, method tNG_fields::saveData()
    Retrieve and store the saved values from database;
saveError
in file tNG_dispatcher.class.php, method tNG_dispatcher::saveError()
    Save in session transaction errors
searchCss
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::searchCss()
    Parse the content of the $file and keep any CSS found in; If the encoding is not setted and found one in the text, it will use it.
sendEmail
in file KT_Email.class.php, method KT_Email::sendEmail()
    send the email
setAction
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::setAction()
    Setter. Sets the action: remove|replace|block.
setAllowedExtensions
in file tNG_FileListRecordset.class.php, method tNG_FileListRecordset::setAllowedExtensions()
    Setter. sets the allowed extensions to read
setAllowedExtensions
in file tNG_FileUpload.class.php, method tNG_FileUpload::setAllowedExtensions()
    setter. set the extensions allowed.
setAllowedExtensions
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::setAllowedExtensions()
    Setter. Sets allowed extensions;
setAllowedExtensions
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::setAllowedExtensions()
    Setter. Sets allowed extensions
setAllowedExtensions
in file KT_FileUpload.class.php, method KT_fileUpload::setAllowedExtensions()
    setter. set the allowed extendions
setAllowedTags
in file tNG_TidyContent.class.php, method tNG_TidyContent::setAllowedTags()
    setter. sets the allowed tagd
setArguments
in file KT_Shell.class.php, method KT_shell::setArguments()
    setter.
setAttachmentBaseFolder
in file tNG_Email.class.php, method tNG_Email::setAttachmentBaseFolder()
    Setter. sets basefolder
setAttachmentRecordset
in file tNG_Email.class.php, method tNG_Email::setAttachmentRecordset()
    Setter. Sets recordset name
setAttachmentRenameRule
in file tNG_Email.class.php, method tNG_Email::setAttachmentRenameRule()
    Setter. Sets the attachmetns
setAutoRename
in file KT_FileUpload.class.php, method KT_fileUpload::setAutoRename()
    setter.
setBarColor
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::setBarColor()
    Setter. Sets progress bar color;
setBaseFolder
in file tNG_FileListRecordset.class.php, method tNG_FileListRecordset::setBaseFolder()
    Setter. Sets the base folder name;
setBaseFolder
in file tNG_DeleteFolder.class.php, method tNG_DeleteFolder::setBaseFolder()
    Setter. Sets base folder
setBaseFolder
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::setBaseFolder()
    Setter. Sets base folder path
setBCC
in file tNG_Email.class.php, method tNG_Email::setBCC()
    Setter. Set bcc.
setBorderColor
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::setBorderColor()
    Setter. Sets border color;
setCC
in file tNG_Email.class.php, method tNG_Email::setCC()
    Setter. Set cc.
setColumnValue
in file tNG_fields.class.php, method tNG_fields::setColumnValue()
    Sets a value for a given column
setConnection
in file tNG_Download.class.php, method tNG_Download::setConnection()
    Setter. Sets the connection object
setConnection
in file tNG_M2MFormValidation.class.php, method tNG_M2MFormValidation::setConnection()
setContent
in file tNG_Email.class.php, method tNG_Email::setContent()
    Setter. Set content.
setContentFile
in file tNG_Email.class.php, method tNG_Email::setContentFile()
    Setter. Set contentFile.
setCounterField
in file tNG_Download.class.php, method tNG_Download::setCounterField()
    Setter. Sets the counter field name
setCounterField_MTM
in file tNG_Download.class.php, method tNG_Download::setCounterField_MTM()
    Setter. Sets the counter field for many-to-many
setCrlf
in file KT_Email.class.php, method KT_Email::setCrlf()
    Setter. set the end of line chars
setCSVUniqueKey
in file tNG_CSVImport.class.php, method tNG_CSVImport::setCSVUniqueKey()
    Sets the unique key column for the CSV import Calls the parent setUniqueKey method.
setDBEncoding
in file tNG_XMLImport.class.php, method tNG_XMLImport::setDBEncoding()
    Sets the encoding of the database
setDbFieldName
in file tNG_FileUpload.class.php, method tNG_FileUpload::setDbFieldName()
    setter. set the db field name
setDbFieldName
in file tNG_FileDelete.class.php, method tNG_FileDelete::setDbFieldName()
    setter. set the db field name
setDelimiter
in file tNG_CSVImport.class.php, method tNG_CSVImport::setDelimiter()
    Sets the delimiter of CSV data
setDeniedTags
in file tNG_TidyContent.class.php, method tNG_TidyContent::setDeniedTags()
    setter. sets the allowed tagd
setDispatcher
in file tNG.class.php, method tNG::setDispatcher()
    Set dispatcher object for the transaction.
setEnclosure
in file tNG_CSVImport.class.php, method tNG_CSVImport::setEnclosure()
    Sets the enclosure of CSV data
setEncoding
in file tNG_Email.class.php, method tNG_Email::setEncoding()
    Setter. encoding.
setError
in file tNG.class.php, method tNG::setError()
    Setter for the transaction error object
setError
in file tNG_Download.class.php, method tNG_Download::setError()
    Setter. Sets the tng error object
setErrorMsg
in file tNG_TidyContent.class.php, method tNG_TidyContent::setErrorMsg()
    setter. set the error message
setErrorMsg
in file tNG_CheckUnique.class.php, method tNG_CheckUnique::setErrorMsg()
    setter. set the error message
setErrorMsg
in file tNG_Captcha.class.php, method tNG_Captcha::setErrorMsg()
    set the the errror message
setErrorMsg
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::setErrorMsg()
    setter. set the error message
setErrorMsg
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::setErrorMsg()
    setter. set the error message
setErrorMsg
in file tNG_ThrowError.class.php, method tNG_ThrowError::setErrorMsg()
    setter. set the error message
setExistentNumber
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::setExistentNumber()
    Setter. Sets existent number uploaded files;
setField
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::setField()
    Setter. Sets field name
setField
in file tNG_ThrowError.class.php, method tNG_ThrowError::setField()
    setter. set the field name
setFieldErrorMsg
in file tNG_ThrowError.class.php, method tNG_ThrowError::setFieldErrorMsg()
    setter. set the field error message
setFieldName
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::setFieldName()
    setter. set the field name
setFieldName
in file tNG_DeleteDetailRec.class.php, method tNG_DeleteDetailRec::setFieldName()
    setter. sets the name of the field
setFieldName
in file tNG_CheckUnique.class.php, method tNG_CheckUnique::setFieldName()
    setter. set the field name
setFieldName
in file tNG_SetOrderField.class.php, method tNG_SetOrderField::setFieldName()
    setter. set field name
setFieldType
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::setFieldType()
    setter. set the field type
setFieldValue
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::setFieldValue()
    setter. set the field value
setFileInfo
in file KT_FileUpload.class.php, method KT_fileUpload::setFileInfo()
    setter. set the fileinfo array
setFkFieldName
in file tNG_CheckMasterRecord.class.php, method tNG_CheckMasterRecord::setFkFieldName()
    setter. Sets the name of the foreign key column, type and value;
setFkName
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::setFkName()
    setter. set foreign key name
setFkReference
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::setFkReference()
    setter. set foreign key reference
setFolder
in file KT_FileUpload.class.php, method KT_fileUpload::setFolder()
    setter. set the destination folder
setFolder
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::setFolder()
    Setter. Sets the folder rename rule
setFolder
in file tNG_FileListRecordset.class.php, method tNG_FileListRecordset::setFolder()
    Setter. Sets the folder name and calculate the real path;
setFolder
in file tNG_FileUpload.class.php, method tNG_FileUpload::setFolder()
    setter. set folder name
setFolder
in file tNG_FileDelete.class.php, method tNG_FileDelete::setFolder()
    setter. set the folder name
setFolder
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setFolder()
    Setter. Sets the folder name;
setFolder
in file tNG_Download.class.php, method tNG_Download::setFolder()
    Setter. Sets the folder (could be a dynamic expression)
setFolder
in file tNG_DynamicMedia.class.php, method tNG_DynamicMedia::setFolder()
    Setter. Sets the folder name;
setFolder
in file tNG_DeleteFolder.class.php, method tNG_DeleteFolder::setFolder()
    Setter. Sets the dynamic part of the folder
setFormat
in file tNG_Email.class.php, method tNG_Email::setFormat()
    Setter. Set format.
setFormField
in file tNG_Captcha.class.php, method tNG_Captcha::setFormField()
    set the form field value
setFormFieldName
in file tNG_FileUpload.class.php, method tNG_FileUpload::setFormFieldName()
    setter. set formFieldName
setFrom
in file tNG_Email.class.php, method tNG_Email::setFrom()
    Setter. Set from.
setHandleDuplicates
in file tNG_import.class.php, method tNG_import::setHandleDuplicates()
    Sets the way duplicates are handled
setHeader
in file tNG_CSVImport.class.php, method tNG_CSVImport::setHeader()
    Sets the hasHeader property of the import transaction
setImportance
in file tNG_Email.class.php, method tNG_Email::setImportance()
    Setter. Set importance.
setInsertElements
in file tNG_multipleInsert.class.php, method tNG_multipleInsert::setInsertElements()
    setter. set the number of inserts will be made;
setKeepURLParams
in file tNG_Redirect.class.php, method tNG_Redirect::setKeepURLParams()
    setter. if the GET params to be kept or not
setLink
in file tNG_LinkedTrans.class.php, method tNG_LinkedTrans::setLink()
    setter. set the field name that's link these transactions
setLoginType
in file tNG_login.class.php, method tNG_login::setLoginType()
    Setter. ste the type of login transaction
setLogoutType
in file tNG_Logout.class.php, method tNG_Logout::setLogoutType()
    setter.
setM2MForeignKey
in file tNG_M2MFormValidation.class.php, method tNG_M2MFormValidation::setM2MForeignKey()
setM2MTable
in file tNG_M2MFormValidation.class.php, method tNG_M2MFormValidation::setM2MTable()
setMaxCounterField_MTM
in file tNG_Download.class.php, method tNG_Download::setMaxCounterField_MTM()
    Setter. Sets the max counter field for many-to-many table
setMaxCounterValue_MTM
in file tNG_Download.class.php, method tNG_Download::setMaxCounterValue_MTM()
    Setter. Sets the max counter entered value for many-to-many table
setMaxFiles
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::setMaxFiles()
    Setter. Sets max number of files
setMaxNumber
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::setMaxNumber()
    Setter. Sets maxs number of files;
setMaxSize
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::setMaxSize()
    Setter. Sets file maxsize
setMaxSize
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::setMaxSize()
    Setter. Sets the max file size allowed
setMaxSize
in file KT_FileUpload.class.php, method KT_fileUpload::setMaxSize()
    setter.
setMaxSize
in file tNG_FileUpload.class.php, method tNG_FileUpload::setMaxSize()
    setter. set the file max size allowed
setMinSize
in file KT_FileUpload.class.php, method KT_fileUpload::setMinSize()
    setter.
setOutEncoding
in file tNG_TidyContent.class.php, method tNG_TidyContent::setOutEncoding()
    setter. sets the outeconding
setPage
in file tNG_FileListRecordset.class.php, method tNG_FileListRecordset::setPage()
    Setter. Sets the page number
setPageRedirect
in file tNG_Logout.class.php, method tNG_Logout::setPageRedirect()
    setter. set tha page url where the user is redirect after log out
setPkName
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::setPkName()
    setter. set primary key name
setPopupNavigation
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setPopupNavigation()
    Setter. Sets if the navigation is used;
setPopupSize
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setPopupSize()
    Setter. Sets the popup size;
setPopupWatermark
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setPopupWatermark()
    Setter. Apply watermark on popupimage;
setPreferedLib
in file KT_Image.class.php, method KT_image::setPreferedLib()
    setter. change the order of the execution for libs;
setPrimaryKey
in file tNG_fields.class.php, method tNG_fields::setPrimaryKey()
    Sets the primary key and its details
setPrimaryKey
in file tNG_Download.class.php, method tNG_Download::setPrimaryKey()
    Setter. Sets the primary key related information
setPrimaryKey
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::setPrimaryKey()
    Setter. Sets the pk column name and dynamic data
setPrimaryKey_MTM
in file tNG_Download.class.php, method tNG_Download::setPrimaryKey_MTM()
    Setter. Sets the primary key related information to many-to-many table
setPriority
in file KT_Email.class.php, method KT_Email::setPriority()
    setter. et the priority
setQualityLevel
in file KT_Image.class.php, method KT_image::setQualityLevel()
    setter. quality level between 0 - 100;
setRawColumnValue
in file tNG_fields.class.php, method tNG_fields::setRawColumnValue()
    Sets a value for a column directly
setRecordset
in file tNG_EmailRecordset.class.php, method tNG_EmailRecordset::setRecordset()
    Setter. Set recordsetname .
setRecordsPerPage
in file tNG_FileListRecordset.class.php, method tNG_FileListRecordset::setRecordsPerPage()
    Setter. Sets no of records per page
setRename
in file tNG_FileUpload.class.php, method tNG_FileUpload::setRename()
    setter. set if is rename or not rule
setRenameRule
in file tNG_Download.class.php, method tNG_Download::setRenameRule()
    Setter. Sets the filename (could be a dynamic expression)
setRenameRule
in file tNG_FileUpload.class.php, method tNG_FileUpload::setRenameRule()
    setter. set rename rule to be used
setRenameRule
in file tNG_DynamicMedia.class.php, method tNG_DynamicMedia::setRenameRule()
    Setter. Sets the file name;
setRenameRule
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setRenameRule()
    Setter. Sets the file name;
setRenameRule
in file tNG_FileDelete.class.php, method tNG_FileDelete::setRenameRule()
    setter. set the rename to true and the renamarule;
setRequired
in file KT_FileUpload.class.php, method KT_fileUpload::setRequired()
    setter.
setResize
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setResize()
    Setter. Sets the resize arguments;
setResize
in file tNG_ImageUpload.class.php, method tNG_ImageUpload::setResize()
    setter. set the sizes for the resize and proportional resize flag;
setSource
in file tNG_CSVImport.class.php, method tNG_CSVImport::setSource()
    Sets the source of the CSV data Calls the parent setSource method and also registers an upload file STARTER trigger.
setSource
in file tNG_import.class.php, method tNG_import::setSource()
    Sets the source of the import data
setSource
in file tNG_XMLImport.class.php, method tNG_XMLImport::setSource()
    Sets the source of the XML data Calls the parent setSource method and also registers an upload file STARTER trigger.
setSQL
in file tNG.class.php, method tNG::setSQL()
    Sets the transaction SQL statement
setStarted
in file tNG.class.php, method tNG::setStarted()
    Sets the started property (the starter triggers are the ones that call this function)
setSubject
in file tNG_Email.class.php, method tNG_Email::setSubject()
    Setter. Set subject.
setTable
in file tNG_DeleteDetailRec.class.php, method tNG_DeleteDetailRec::setTable()
    setter. sets the name of the table
setTable
in file tNG_SetOrderField.class.php, method tNG_SetOrderField::setTable()
    setter. set table name
setTable
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::setTable()
    setter. set the table name
setTable
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::setTable()
    Setter. Sets the table name
setTable
in file tNG_Download.class.php, method tNG_Download::setTable()
    Setter. Sets the table name
setTable
in file tNG_CheckUnique.class.php, method tNG_CheckUnique::setTable()
    setter. set the table name
setTable
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::setTable()
    setter. set the table name
setTable
in file tNG_fields.class.php, method tNG_fields::setTable()
    Setter for the transaction SQL table
setTableFk
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::setTableFk()
    setter. set the table name
setTable_MTM
in file tNG_Download.class.php, method tNG_Download::setTable_MTM()
    Setter. Sets the table many to many
setTextCaptcha
in file KT_CaptchaImage.class.php, method KT_CaptchaImage::setTextCaptcha()
    setter; can set the captcha string;
setTextColor
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::setTextColor()
    Setter. Sets text color;
setTo
in file tNG_Email.class.php, method tNG_Email::setTo()
    Setter. Set to.
setTransaction
in file tNG_FormValidation.class.php, method tNG_FormValidation::setTransaction()
setType
in file tNG_DynamicMedia.class.php, method tNG_DynamicMedia::setType()
    Setter. Sets thre relative path to siteroor
setUniqueKey
in file tNG_import.class.php, method tNG_import::setUniqueKey()
    Sets the unique key column
setUploadPopupSize
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::setUploadPopupSize()
    Setter. Sets size of the upload
setURL
in file tNG_Redirect.class.php, method tNG_Redirect::setURL()
    setter. set the URL to be used for redirect
setURLSource
in file tNG_XMLImport.class.php, method tNG_XMLImport::setURLSource()
    Sets the URL source of the XML data (if the source is a remote URL) Calls the parent setSource method.
setUserForeignKey_MTM
in file tNG_Download.class.php, method tNG_Download::setUserForeignKey_MTM()
    Setter. Sets user foreign key field name
setWatermark
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setWatermark()
    Setter. Apply watermark on thumbnail;
setWatermarkAlignment
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setWatermarkAlignment()
    Setter. Sets alignments for watermark;
setWatermarkAlpha
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setWatermarkAlpha()
    Setter. Sets watermark alpha;
setWatermarkImage
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setWatermarkImage()
    Setter. Sets the watermark image to used;
setWatermarkResize
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setWatermarkResize()
    Setter. Sets watermark resize mode;
setWatermarkSize
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::setWatermarkSize()
    Setter. Sets watermark resize mode;
setXMLFormat
in file tNG_XMLImport.class.php, method tNG_XMLImport::setXMLFormat()
    Sets the format of the XML source
sharpen
in file KT_Image.class.php, method KT_image::sharpen()
    apply an unsharp mask on the image;
top

t

$table
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$table
    table name
$table
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$table
    The table name
$table
in file tNG_CheckUnique.class.php, variable tNG_CheckUnique::$table
    The table name
$table
in file tNG_fields.class.php, variable tNG_fields::$table
    Table to use when generating the transaction SQL query
$table
in file tNG_Download.class.php, variable tNG_Download::$table
    table name
$table
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$table
    name of the table
$table
in file tNG_SetOrderField.class.php, variable tNG_SetOrderField::$table
    table name
$table
in file tNG_ChkForbiddenWords.class.php, variable tNG_ChkForbiddenWords::$table
    table name;
$tableMtm
in file tNG_Download.class.php, variable tNG_Download::$tableMtm
    may to many table name
$text
in file KT_CaptchaImage.class.php, variable KT_CaptchaImage::$text
$textColor
in file tNG_MuploadHelper.class.php, variable tNG_MuploadHelper::$textColor
    progress area text color in HEX code (e.g. e2e2e2);
$throwErrorIfExists
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$throwErrorIfExists
    if it will be throw error in case the records exists;
$tidiedValues
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$tidiedValues
    The cleanup values
$tNG
in file tNG_DeleteFolder.class.php, variable tNG_DeleteFolder::$tNG
    The tNG object
$tNG
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$tNG
    The reference to transaction object
$tNG
in file tNG_CheckUnique.class.php, variable tNG_CheckUnique::$tNG
    The tNG object
$tNG
in file tNG_ChkForbiddenWords.class.php, variable tNG_ChkForbiddenWords::$tNG
    The tNG object
$tNG
in file tNG_FileDelete.class.php, variable tNG_FileDelete::$tNG
    The tNG object
$tNG
in file tNG_SetOrderField.class.php, variable tNG_SetOrderField::$tNG
    transaction
$tNG
in file tNG_ThrowError.class.php, variable tNG_ThrowError::$tNG
    transaction object
$tNG
in file tNG_TidyContent.class.php, variable tNG_TidyContent::$tNG
    The tNG object
$tNG
in file tNG_Redirect.class.php, variable tNG_Redirect::$tNG
    transaction object
$tNG
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$tNG
    transaction object
$tNG
in file tNG_FileUpload.class.php, variable tNG_FileUpload::$tNG
    The tNG object
$tNG
in file tNG_FormValidation.class.php, variable tNG_FormValidation::$tNG
$tNG
in file tNG_Email.class.php, variable tNG_Email::$tNG
    transaction in which the trigger will be executed;
$tNG
in file tNG_FieldCompare.class.php, variable tNG_FieldCompare::$tNG
    tNG object
$tNG
in file tNG_Captcha.class.php, variable tNG_Captcha::$tNG
$tNG
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$tNG
    The tNG object
$to
in file tNG_Email.class.php, variable tNG_Email::$to
    to whom send the email;
$transactionType
in file tNG.class.php, variable tNG::$transactionType
    The transaction type Depending on the class that extends the base class, this changes.
$triggers
in file tNG.class.php, variable tNG::$triggers
    Registered triggers
$type
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$type
    The type of the field
$type
in file tNG_DynamicMedia.class.php, variable tNG_DynamicMedia::$type
    type of media to display
$type
in file tNG_Email.class.php, variable tNG_Email::$type
    type of attachement;
thumbnail
in file KT_Image.class.php, method KT_image::thumbnail()
    makes a thumbnail from an image;
tNG
in file tNG.class.php, method tNG::tNG()
    Constructor. Sets the connection.
tNG
in file tNG.class.php, class tNG
    This class contains the tNG core (triggers, transactions, errors, etc) but does not handle field-based transactions.
tNG.class.php
procedural page tNG.class.php
tNG_CSVImport.class.php
procedural page tNG_CSVImport.class.php
tNG_custom.class.php
procedural page tNG_custom.class.php
tNG_delete.class.php
procedural page tNG_delete.class.php
tNG_dispatcher.class.php
procedural page tNG_dispatcher.class.php
tNG_error.class.php
procedural page tNG_error.class.php
tNG_fields.class.php
procedural page tNG_fields.class.php
tNG_functions.inc.php
procedural page tNG_functions.inc.php
tNG_import.class.php
procedural page tNG_import.class.php
tNG_insert.class.php
procedural page tNG_insert.class.php
tNG_login.class.php
procedural page tNG_login.class.php
tNG_logoutTransaction.class.php
procedural page tNG_logoutTransaction.class.php
tNG_log.class.php
procedural page tNG_log.class.php
tNG_multipleDelete.class.php
procedural page tNG_multipleDelete.class.php
tNG_multipleInsert.class.php
procedural page tNG_multipleInsert.class.php
tNG_multipleUpdate.class.php
procedural page tNG_multipleUpdate.class.php
tNG_multiple.class.php
procedural page tNG_multiple.class.php
tNG_update.class.php
procedural page tNG_update.class.php
tNG_XMLImport.class.php
procedural page tNG_XMLImport.class.php
tNG_Captcha.class.php
procedural page tNG_Captcha.class.php
tNG_CheckDetailRecord.class.php
procedural page tNG_CheckDetailRecord.class.php
tNG_CheckMasterRecord.class.php
procedural page tNG_CheckMasterRecord.class.php
tNG_CheckTableField.class.php
procedural page tNG_CheckTableField.class.php
tNG_CheckUnique.class.php
procedural page tNG_CheckUnique.class.php
tNG_ChkForbiddenWords.class.php
procedural page tNG_ChkForbiddenWords.class.php
tNG_defTrigg.inc.php
procedural page tNG_defTrigg.inc.php
tNG_DeleteDetailRec.class.php
procedural page tNG_DeleteDetailRec.class.php
tNG_DeleteFolder.class.php
procedural page tNG_DeleteFolder.class.php
tNG_Download.class.php
procedural page tNG_Download.class.php
tNG_DynamicMedia.class.php
procedural page tNG_DynamicMedia.class.php
tNG_DynamicThumbnail.class.php
procedural page tNG_DynamicThumbnail.class.php
tNG_EmailPageSection.class.php
procedural page tNG_EmailPageSection.class.php
tNG_EmailRecordset.class.php
procedural page tNG_EmailRecordset.class.php
tNG_Email.class.php
procedural page tNG_Email.class.php
tNG_FieldCompare.class.php
procedural page tNG_FieldCompare.class.php
tNG_FileDelete.class.php
procedural page tNG_FileDelete.class.php
tNG_FileListRecordset.class.php
procedural page tNG_FileListRecordset.class.php
tNG_FileUpload.class.php
procedural page tNG_FileUpload.class.php
tNG_FormValidation.class.php
procedural page tNG_FormValidation.class.php
tNG_ImageUpload.class.php
procedural page tNG_ImageUpload.class.php
tNG_LinkedTrans.class.php
procedural page tNG_LinkedTrans.class.php
tNG_Logout.class.php
procedural page tNG_Logout.class.php
tNG_M2MFormValidation.class.php
procedural page tNG_M2MFormValidation.class.php
tNG_ManyToMany.class.php
procedural page tNG_ManyToMany.class.php
tNG_MFileUpload.class.php
procedural page tNG_MFileUpload.class.php
tNG_MImageUpload.class.php
procedural page tNG_MImageUpload.class.php
tNG_MtmFakeRs.class.php
procedural page tNG_MtmFakeRs.class.php
tNG_MuploadHelper.class.php
procedural page tNG_MuploadHelper.class.php
tNG_Redirect.class.php
procedural page tNG_Redirect.class.php
tNG_RestrictAccess.class.php
procedural page tNG_RestrictAccess.class.php
tNG_SetOrderField.class.php
procedural page tNG_SetOrderField.class.php
tNG_ThrowError.class.php
procedural page tNG_ThrowError.class.php
tNG_TidyContent.class.php
procedural page tNG_TidyContent.class.php
tNG_TidyContent.inc.php
procedural page tNG_TidyContent.inc.php
tNG_UserLoggedIn.class.php
procedural page tNG_UserLoggedIn.class.php
tNG_activationLogin
in file tNG_functions.inc.php, function tNG_activationLogin()
    Try to activate an user and login in if the random key and user id exists;
tNG_Captcha
in file tNG_Captcha.class.php, method tNG_Captcha::tNG_Captcha()
    Constructor.
tNG_Captcha
in file tNG_Captcha.class.php, class tNG_Captcha
    Check the enter value is equal to the value saved in session.
tNG_CheckDetailRecord
in file tNG_CheckDetailRecord.class.php, class tNG_CheckDetailRecord
    This the CheckDetailRecord trigger; extends the tNG_CheckTableField class; Checks if exists a master record; it is used inside of a trigger registered to a transaction.
tNG_CheckDetailRecord
in file tNG_CheckDetailRecord.class.php, method tNG_CheckDetailRecord::tNG_CheckDetailRecord()
    Constructor. Sets the reference to the transaction in which the trigger is used.
tNG_CheckMasterRecord
in file tNG_CheckMasterRecord.class.php, class tNG_CheckMasterRecord
    This the CheckMasterRecord trigger; extends the tNG_CheckTableField class; Checks if a master record exists; it is used inside of a trigger registered to a transaction.
tNG_CheckMasterRecord
in file tNG_CheckMasterRecord.class.php, method tNG_CheckMasterRecord::tNG_CheckMasterRecord()
    Constructor. Sets the reference to the transaction in which the trigger is used.
tNG_CheckTableField
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::tNG_CheckTableField()
    Constructor. Sets the reference to the transaction in which the trigger is used.
tNG_CheckTableField
in file tNG_CheckTableField.class.php, class tNG_CheckTableField
    Represents the base class for checkDetails and checkMaster classes;
tNG_CheckUnique
in file tNG_CheckUnique.class.php, class tNG_CheckUnique
    This the CheckUnique trigger; Checks if a value already exists in table.
tNG_CheckUnique
in file tNG_CheckUnique.class.php, method tNG_CheckUnique::tNG_CheckUnique()
    Constructor. Sets the reference to the transaction in which the trigger is used.
tNG_ChkForbiddenWords
in file tNG_ChkForbiddenWords.class.php, method tNG_ChkForbiddenWords::tNG_ChkForbiddenWords()
    Constructor. Sets the reference to the transaction in which the trigger is used.
tNG_ChkForbiddenWords
in file tNG_ChkForbiddenWords.class.php, class tNG_ChkForbiddenWords
    Only for PRO version This the CheckForbiddenWords trigger; Checks if the fields have forbidden words.
tNG_clearSessionVars
in file tNG_functions.inc.php, function tNG_clearSessionVars()
tNG_cookieLogin
in file tNG_functions.inc.php, function tNG_cookieLogin()
    try to log in an user using the cookies;
tNG_CSVImport
in file tNG_CSVImport.class.php, method tNG_CSVImport::tNG_CSVImport()
    Constructor. Sets the connection, the database name and other default values.
tNG_CSVImport
in file tNG_CSVImport.class.php, class tNG_CSVImport
    This class is the "CSV" implementation of the tNG_import class.
tNG_custom
in file tNG_custom.class.php, method tNG_custom::tNG_custom()
    Constructor. Sets the connection, the database name and other default values.
tNG_custom
in file tNG_custom.class.php, class tNG_custom
    This class is the "custom" implementation of the tNG_fields class.
tNG_delete
in file tNG_delete.class.php, class tNG_delete
    This class is the "delete" implementation of the tNG_fields class.
tNG_delete
in file tNG_delete.class.php, method tNG_delete::tNG_delete()
    Constructor. Sets the connection, the database name and other default values.
tNG_DeleteDetailRec
in file tNG_DeleteDetailRec.class.php, method tNG_DeleteDetailRec::tNG_DeleteDetailRec()
    Constructor. Sets the transaction and some defaults values for table/field.
tNG_DeleteDetailRec
in file tNG_DeleteDetailRec.class.php, class tNG_DeleteDetailRec
    This class delete a record from the given table, field;
tNG_DeleteFolder
in file tNG_DeleteFolder.class.php, method tNG_DeleteFolder::tNG_DeleteFolder()
    Constructor. Sets the reference to the transaction in which the trigger is used.
tNG_DeleteFolder
in file tNG_DeleteFolder.class.php, class tNG_DeleteFolder
    This the tNG_DeleteFolder trigger; Only for PRO version Delete the related folder.
tNG_deleteThumbnails
in file tNG_functions.inc.php, function tNG_deleteThumbnails()
    Delete the thumbnails of an image.
tNG_dispatcher
in file tNG_dispatcher.class.php, method tNG_dispatcher::tNG_dispatcher()
    Constructor. Set the value of relative path
tNG_dispatcher
in file tNG_dispatcher.class.php, class tNG_dispatcher
    The dispatcher class, that handles all the transactions in a page.
tNG_Download
in file tNG_Download.class.php, class tNG_Download
    Handle the file download.
tNG_Download
in file tNG_Download.class.php, method tNG_Download::tNG_Download()
    Class contructor.
tNG_downloadDynamicFile
in file tNG_functions.inc.php, function tNG_downloadDynamicFile()
    Set the necessary information in SESSION for a download;
tNG_DynamicMedia
in file tNG_DynamicMedia.class.php, method tNG_DynamicMedia::tNG_DynamicMedia()
    Constructor. Sets the relative path to siteroot
tNG_DynamicMedia
in file tNG_DynamicMedia.class.php, class tNG_DynamicMedia
    Display dynamic media
tNG_DynamicThumbnail
in file tNG_DynamicThumbnail.class.php, method tNG_DynamicThumbnail::tNG_DynamicThumbnail()
    Constructor. Sets the relative path to siteroot
tNG_DynamicThumbnail
in file tNG_DynamicThumbnail.class.php, class tNG_DynamicThumbnail
    Create thumbnails
tNG_Email
in file tNG_Email.class.php, class tNG_Email
    Send Email trigger class.
tNG_Email
in file tNG_Email.class.php, method tNG_Email::tNG_Email()
    Constructor. Set transaction.
tNG_EmailPageSection
in file tNG_EmailPageSection.class.php, class tNG_EmailPageSection
    Send Email Page Section SB class.
tNG_EmailPageSection
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::tNG_EmailPageSection()
    Constructor. Set default encoding and default css.
tNG_EmailRecordset
in file tNG_EmailRecordset.class.php, class tNG_EmailRecordset
    send Email Recordset trigger class.
tNG_encryptString
in file tNG_functions.inc.php, function tNG_encryptString()
    Return the encripted string useing MD5();
tNG_FieldCompare
in file tNG_FieldCompare.class.php, class tNG_FieldCompare
    This class handle fields compare validation
tNG_FieldCompare
in file tNG_FieldCompare.class.php, method tNG_FieldCompare::tNG_FieldCompare()
    Constructor. Sets the tNG object
tNG_fieldHasChanged
in file tNG_functions.inc.php, function tNG_fieldHasChanged()
    Checks if the value for a given expression changed
tNG_fields
in file tNG_fields.class.php, class tNG_fields
    This class adds the "field" concept to the tNG base class.
tNG_FileDelete
in file tNG_FileDelete.class.php, method tNG_FileDelete::tNG_FileDelete()
    Constructor. Sets the reference to transaction.
tNG_FileDelete
in file tNG_FileDelete.class.php, class tNG_FileDelete
    Provides functionalities for deleting files.
tNG_fileExists
in file tNG_functions.inc.php, function tNG_fileExists()
    Checks if a file specified by the dynamic folder and dynamic file expressions exists
tNG_FileListRecordset
in file tNG_FileListRecordset.class.php, method tNG_FileListRecordset::tNG_FileListRecordset()
    Constructor. Sets relpath and connection and initialize some other class members
tNG_FileListRecordset
in file tNG_FileListRecordset.class.php, class tNG_FileListRecordset
    This the File List recordset class;
tNG_FileUpload
in file tNG_FileUpload.class.php, class tNG_FileUpload
    Provides functionalities for handling tNG based file uploads.
tNG_FileUpload
in file tNG_FileUpload.class.php, method tNG_FileUpload::tNG_FileUpload()
    Constructor. Sets the reference to transaction. initialize some vars;
tNG_FormValidation
in file tNG_FormValidation.class.php, class tNG_FormValidation
tNG_FormValidation
in file tNG_FormValidation.class.php, method tNG_FormValidation::tNG_FormValidation()
tNG_generateRandomString
in file tNG_functions.inc.php, function tNG_generateRandomString()
    Return a random string
tNG_getEscapedStringFromMessage
in file tNG_functions.inc.php, function tNG_getEscapedStringFromMessage()
tNG_getRememberMePath
in file tNG_functions.inc.php, function tNG_getRememberMePath()
    Session functions
tNG_ImageUpload
in file tNG_ImageUpload.class.php, class tNG_ImageUpload
    Provides functionalities for handling tNG based file uploads.
tNG_ImageUpload
in file tNG_ImageUpload.class.php, method tNG_ImageUpload::tNG_ImageUpload()
    Constructor. Sets the reference to transaction. initialize some vars;
tNG_import
in file tNG_import.class.php, method tNG_import::tNG_import()
    Constructor. Sets the connection, the database name and other default values.
tNG_import
in file tNG_import.class.php, class tNG_import
    This class is the "import" implementation of the tNG_multiple class.
tNG_insert
in file tNG_insert.class.php, method tNG_insert::tNG_insert()
    Constructor. Sets the connection, the database name and other default values.
tNG_insert
in file tNG_insert.class.php, class tNG_insert
    This class is the "insert" implementation of the tNG_fields class.
tNG_LinkedTrans
in file tNG_LinkedTrans.class.php, class tNG_LinkedTrans
    class that make link transaction possible;
tNG_LinkedTrans
in file tNG_LinkedTrans.class.php, method tNG_LinkedTrans::tNG_LinkedTrans()
    Constructor. set the master/detaul transactions
tNG_log
in file tNG_log.class.php, class tNG_log
    This class keep the log of the execution of a transaction;
tNG_login
in file tNG_login.class.php, class tNG_login
    This class is the "login transaction" class contructed over the "custom" transaction class.
tNG_login
in file tNG_login.class.php, method tNG_login::tNG_login()
    Constructor. Sets the connection, the database name and other default values.
tNG_Logout
in file tNG_Logout.class.php, class tNG_Logout
    the class that handle the logout of the user;
tNG_logoutTransaction
in file tNG_logoutTransaction.class.php, method tNG_logoutTransaction::tNG_logoutTransaction()
    Constructor. Sets the connection, the database name and register the download trigger.
tNG_logoutTransaction
in file tNG_logoutTransaction.class.php, class tNG_logoutTransaction
    This class is the "logout transaction" class contructed over the "custom" transaction class.
tNG_M2MFormValidation
in file tNG_M2MFormValidation.class.php, method tNG_M2MFormValidation::tNG_M2MFormValidation()
tNG_M2MFormValidation
in file tNG_M2MFormValidation.class.php, class tNG_M2MFormValidation
tNG_ManyToMany
in file tNG_ManyToMany.class.php, class tNG_ManyToMany
    many to many class;
tNG_ManyToMany
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::tNG_ManyToMany()
    Constructor. set tNG object and default values for other variables
tNG_MFileUpload
in file tNG_MFileUpload.class.php, class tNG_MFileUpload
    Handle the multimpe file upload. Base class for tNG_MultipleImageUpload
tNG_MFileUpload
in file tNG_MFileUpload.class.php, method tNG_MFileUpload::tNG_MFileUpload()
    Constructor. Sets relpath, reference value, connection name
tNG_MImageUpload
in file tNG_MImageUpload.class.php, method tNG_MImageUpload::tNG_MImageUpload()
    Constructor. Sets relpath, reference value, connection name
tNG_MImageUpload
in file tNG_MImageUpload.class.php, class tNG_MImageUpload
    Handle the multimpe image upload.
tNG_MtmFakeRs
in file tNG_MtmFakeRs.class.php, method tNG_MtmFakeRs::tNG_MtmFakeRs()
    Constructor. input fields prefix
tNG_MtmFakeRs
in file tNG_MtmFakeRs.class.php, class tNG_MtmFakeRs
    many to many object helper class;
tNG_multiple
in file tNG_multiple.class.php, class tNG_multiple
    This class adds a "multiple" layer to the tNG_fields class.
tNG_multipleDelete
in file tNG_multipleDelete.class.php, method tNG_multipleDelete::tNG_multipleDelete()
    Constructor. Sets the connection, the database name and other default values.
tNG_multipleDelete
in file tNG_multipleDelete.class.php, class tNG_multipleDelete
    This class is the "delete" implementation of the tNG_multiple class.
tNG_multipleInsert
in file tNG_multipleInsert.class.php, method tNG_multipleInsert::tNG_multipleInsert()
    Constructor. Sets the connection, the database name and other default values.
tNG_multipleInsert
in file tNG_multipleInsert.class.php, class tNG_multipleInsert
    This class is the "insert" implementation of the tNG_multiple class.
tNG_multipleUpdate
in file tNG_multipleUpdate.class.php, method tNG_multipleUpdate::tNG_multipleUpdate()
    Constructor. Sets the connection, the database name and other default values.
tNG_multipleUpdate
in file tNG_multipleUpdate.class.php, class tNG_multipleUpdate
    This class is the "update" implementation of the tNG_multiple class.
tNG_MuploadHelper
in file tNG_MuploadHelper.class.php, method tNG_MuploadHelper::tNG_MuploadHelper()
    Constructor. Sets the relative path to siteroot
tNG_MuploadHelper
in file tNG_MuploadHelper.class.php, class tNG_MuploadHelper
    Object helper for multiple upload with save information. Put the code for flash / form upload in page
tNG_Redirect
in file tNG_Redirect.class.php, method tNG_Redirect::tNG_Redirect()
    Constructor. set the transaction
tNG_Redirect
in file tNG_Redirect.class.php, class tNG_Redirect
    class that handle the redirect;
tNG_RestrictAccess
in file tNG_RestrictAccess.class.php, method tNG_RestrictAccess::tNG_RestrictAccess()
    Constructor. set the connection/relative path
tNG_RestrictAccess
in file tNG_RestrictAccess.class.php, class tNG_RestrictAccess
    class to handle Restrict access to page
tNG_SetOrderField
in file tNG_SetOrderField.class.php, method tNG_SetOrderField::tNG_SetOrderField()
    Constructor. set transaction and default values for other fields
tNG_SetOrderField
in file tNG_SetOrderField.class.php, class tNG_SetOrderField
    class that handle the order behavior for a table (a column that is used exclusively to order the table records);
tNG_showDynamicImage
in file tNG_functions.inc.php, function tNG_showDynamicImage()
    Creates and returns the image relative path using the dynamic folder and dynamic file expressions
tNG_showDynamicThumbnail
in file tNG_functions.inc.php, function tNG_showDynamicThumbnail()
    Creates and returns the relative path of an image thumbnail using the dynamic folder and dynamic file expressions
tNG_ThrowError
in file tNG_ThrowError.class.php, class tNG_ThrowError
    tNG_ThrowError class;
tNG_ThrowError
in file tNG_ThrowError.class.php, method tNG_ThrowError::tNG_ThrowError()
    Constructor. set the transaction and put default values for other vars
tNG_TidyContent
in file tNG_TidyContent.class.php, class tNG_TidyContent
    This is the Tidy class; Only for PRO version Checks if the fields have forbidden words.
tNG_TidyContent
in file tNG_TidyContent.class.php, method tNG_TidyContent::tNG_TidyContent()
    Constructor. Sets the reference to the transaction in which the trigger is used.
tNG_update
in file tNG_update.class.php, method tNG_update::tNG_update()
    Constructor. Sets the connection, the database name and other default values.
tNG_update
in file tNG_update.class.php, class tNG_update
    This class is the "update" implementation of the tNG_fields class.
tNG_UserLoggedIn
in file tNG_UserLoggedIn.class.php, method tNG_UserLoggedIn::tNG_UserLoggedIn()
    Constructor. set the connection
tNG_UserLoggedIn
in file tNG_UserLoggedIn.class.php, class tNG_UserLoggedIn
    handle the show if user log in (with proper levels) behavior;
tNG_watermarkHash
in file tNG_functions.inc.php, function tNG_watermarkHash()
    Create MD5 hash for identyfing "version" of a watermarked image.
tNG_XMLImport
in file tNG_XMLImport.class.php, method tNG_XMLImport::tNG_XMLImport()
    Constructor. Sets the connection, the database name and other default values.
tNG_XMLImport
in file tNG_XMLImport.class.php, class tNG_XMLImport
    This class is the "XML" implementation of the tNG_import class.
Trigger_Activation_Check
in file tNG_defTrigg.inc.php, function Trigger_Activation_Check()
    Verify if the user is activated or if it can be activate; if so it will trigger an error;
Trigger_Activation_Login
in file tNG_defTrigg.inc.php, function Trigger_Activation_Login()
    set the kt_login_redirect value in the transaction
Trigger_Default_FormValidation
in file tNG_defTrigg.inc.php, function Trigger_Default_FormValidation()
    Default Form Validation trigger
Trigger_Default_Insert_RollBack
in file tNG_defTrigg.inc.php, function Trigger_Default_Insert_RollBack()
    Default Insert RollBack trigger
Trigger_Default_MUploadError
in file tNG_defTrigg.inc.php, function Trigger_Default_MUploadError()
    Save the errors in session for Multiple upload with insert
Trigger_Default_Redirect
in file tNG_defTrigg.inc.php, function Trigger_Default_Redirect()
    Default Redirect trigger
Trigger_Default_RollBack
in file tNG_defTrigg.inc.php, function Trigger_Default_RollBack()
    Default RollBack trigger
Trigger_Default_saveData
in file tNG_defTrigg.inc.php, function Trigger_Default_saveData()
    Saves the SQL data to be altered in a local variable ($savedData)
Trigger_Default_Starter
in file tNG_defTrigg.inc.php, function Trigger_Default_Starter()
    Default Starter trigger Verifies if additional parameters are set and if not invalidate the transaction this is usefull for verifying some global variables.
Trigger_ForgotPassword_AddDynamicFields
in file tNG_defTrigg.inc.php, function Trigger_ForgotPassword_AddDynamicFields()
    Add these fields/values to transaction: kt_login_user, kt_login_password, kt_login_page, kt_login_redirect;
Trigger_ForgotPassword_CheckEmail
in file tNG_defTrigg.inc.php, function Trigger_ForgotPassword_CheckEmail()
    Verify if the email address entered by the user exists, the account is active and then add to transaction a new password value for the password field;
Trigger_ForgotPassword_RemoveDynamicFields
in file tNG_defTrigg.inc.php, function Trigger_ForgotPassword_RemoveDynamicFields()
    Unset these fields from the transaction: kt_login_user, kt_login_password, kt_login_redirect;
Trigger_Login_Account_Expiration
in file tNG_defTrigg.inc.php, function Trigger_Login_Account_Expiration()
    Check if the account expired;
Trigger_Login_AddDynamicFields
in file tNG_defTrigg.inc.php, function Trigger_Login_AddDynamicFields()
    Add the login user related columns setted on control panel to the transaction;
Trigger_Login_AutoLogin
in file tNG_defTrigg.inc.php, function Trigger_Login_AutoLogin()
    Unset existent cookie related to user login and set them for future use;
Trigger_Login_CheckLogin
in file tNG_defTrigg.inc.php, function Trigger_Login_CheckLogin()
    Login trigger. Check if the user has the proper credentials or autolog on the user based on the cookie;
Trigger_Login_CheckUserActive
in file tNG_defTrigg.inc.php, function Trigger_Login_CheckUserActive()
    Check if an user is active Trigger
Trigger_Login_LoggerIn
in file tNG_defTrigg.inc.php, function Trigger_Login_LoggerIn()
    Insert a new row in logger when user log in (from form or from autologin);
Trigger_Login_LoggerOut
in file tNG_defTrigg.inc.php, function Trigger_Login_LoggerOut()
    Search for the current row from logger and try to update dateout field (used in logout trigger);
Trigger_Login_MaxTriesCheck
in file tNG_defTrigg.inc.php, function Trigger_Login_MaxTriesCheck()
    The Max Login Max Tries Check feature
Trigger_Login_MaxTriesIncrement
in file tNG_defTrigg.inc.php, function Trigger_Login_MaxTriesIncrement()
    The Max Login Tries feature
Trigger_Login_MaxTriesReset
in file tNG_defTrigg.inc.php, function Trigger_Login_MaxTriesReset()
    The Max Login Max Tries Check feature - resets tries count
Trigger_Login_SaveDataToSession
in file tNG_defTrigg.inc.php, function Trigger_Login_SaveDataToSession()
    Register the values set in control panel related to user login to session;
Trigger_Registration_AddDynamicFields
in file tNG_defTrigg.inc.php, function Trigger_Registration_AddDynamicFields()
    Add some fields to a login transaction, if they are defined in control panel;
Trigger_Registration_CheckPassword
in file tNG_defTrigg.inc.php, function Trigger_Registration_CheckPassword()
    Autogenerate a password of 6 chars if it si not already set;
Trigger_Registration_CheckUniqueUsername
in file tNG_defTrigg.inc.php, function Trigger_Registration_CheckUniqueUsername()
    check if the username is unique;
Trigger_Registration_EncryptPassword
in file tNG_defTrigg.inc.php, function Trigger_Registration_EncryptPassword()
    Encript the password value;
Trigger_Registration_PrepareActivation
in file tNG_defTrigg.inc.php, function Trigger_Registration_PrepareActivation()
    add activation column and random key column if these are set in the control panel;
Trigger_Registration_PrepareRegExtrFields
in file tNG_defTrigg.inc.php, function Trigger_Registration_PrepareRegExtrFields()
    add default value for some columns if these are set in the control panel: registration_date_field, max_tries_field, max_tries_disabledate_field;
Trigger_Registration_RestorePassword
in file tNG_defTrigg.inc.php, function Trigger_Registration_RestorePassword()
    Put the old password value for the password column in transaction;
Trigger_UpdatePassword_AddPassword
in file tNG_defTrigg.inc.php, function Trigger_UpdatePassword_AddPassword()
    If the password column was removed from the transaction fields, it will set the column/value again in transaction;
Trigger_UpdatePassword_CheckOldPassword
in file tNG_defTrigg.inc.php, function Trigger_UpdatePassword_CheckOldPassword()
    Check the old password in the database; In case of error return an error object;
Trigger_UpdatePassword_EncryptPassword
in file tNG_defTrigg.inc.php, function Trigger_UpdatePassword_EncryptPassword()
    Verify if the password is kept encrypted in DB; if so save the value in a kt_login_password and then overwrite the value of the password from the transaction fields with the ecrypted one;
Trigger_UpdatePassword_RemoveOldPassword
in file tNG_defTrigg.inc.php, function Trigger_UpdatePassword_RemoveOldPassword()
    Remove is is setted the old passwoed field from transaction;
Trigger_UpdatePassword_RemovePassword
in file tNG_defTrigg.inc.php, function Trigger_UpdatePassword_RemovePassword()
    Save the value in a kt_login_password and remove the password field from the transaction fields;
Trigger_UpdatePassword_RestorePassword
in file tNG_defTrigg.inc.php, function Trigger_UpdatePassword_RestorePassword()
    Set the value for the password field from transaction to the value saved in kt_login_password;
Trigger_Update_RefreshSession
in file tNG_defTrigg.inc.php, function Trigger_Update_RefreshSession()
    Update in session the values related to user login;
top

u

$uniqueKey
in file tNG_import.class.php, variable tNG_import::$uniqueKey
    Unique key field used to identofy duplicates
$UnivalProps
in file tNG_dispatcher.class.php, variable tNG_dispatcher::$UnivalProps
$URL
in file tNG_Redirect.class.php, variable tNG_Redirect::$URL
    url to use for redirect
$useSavedData
in file tNG_Email.class.php, variable tNG_Email::$useSavedData
    if it must be used the saveData or not;
unsetAll
in file tNG_Logout.class.php, method tNG_Logout::unsetAll()
    Unset the session variables that have to do with user login;
uploadFile
in file KT_FileUpload.class.php, method KT_fileUpload::uploadFile()
    Handle the uploaded file by moving it to a destination file.
top

v

$validation
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$validation
    validation rules for extra columns;
$validationRules
in file tNG_FormValidation.class.php, variable tNG_FormValidation::$validationRules
$value
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$value
    The value of the field
validate_cc
in file tNG_FormValidation.class.php, method tNG_FormValidation::validate_cc()
validate_color
in file tNG_FormValidation.class.php, method tNG_FormValidation::validate_color()
validate_ip
in file tNG_FormValidation.class.php, method tNG_FormValidation::validate_ip()
validate_positive
in file tNG_FormValidation.class.php, method tNG_FormValidation::validate_positive()
top

w

$watermark
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$watermark
    apply watermark on thumbnail;
$watermarkAlignment
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$watermarkAlignment
    alignment for watermark;
$watermarkAlpha
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$watermarkAlpha
    watermark alpha 0-100;
$watermarkImage
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$watermarkImage
    path to watermarg image
$watermarkResize
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$watermarkResize
    resiza mode for watermark;
$width
in file tNG_DynamicThumbnail.class.php, variable tNG_DynamicThumbnail::$width
    width to resize
watermark
in file KT_Image.class.php, method KT_image::watermark()
    apply watermark on image;
wereValuesSubmitted
in file tNG_insert.class.php, method tNG_insert::wereValuesSubmitted()
    if at least one value was submited return true;
writeFile
in file KT_File.class.php, method KT_file::writeFile()
    Write the content to the given file;
top

_

$_numOfFields
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$_numOfFields
    Number of fields in a ro
$_numOfRows
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$_numOfRows
    Number of rows in recordset
top


Documentation generated on Fri, 28 Jul 2006 11:52:27 +0300 by phpDocumentor 1.3.0RC3