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

Element index for package Transaction Engine 3 Application Programming Interface

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

_

$_numOfFields
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$_numOfFields
$_numOfRows
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$_numOfRows
top

a

$allFields
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$allFields
$allowedExtensions
in file KT_FileUpload.class.php, variable KT_fileUpload::$allowedExtensions
    the allowed types for upload
$autoRename
in file KT_FileUpload.class.php, variable KT_fileUpload::$autoRename
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_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_FormValidation.class.php, method tNG_FormValidation::addField()
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
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

$bcc
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$bcc
    blind copy carbon mail;
$bcc
in file tNG_Email.class.php, variable tNG_Email::$bcc
    blind copy carbon mail;
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;
$cc
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$cc
    copy carbon mail;
$columns
in file tNG_FormValidation.class.php, variable tNG_FormValidation::$columns
$columns
in file tNG_fields.class.php, variable tNG_fields::$columns
    List of columns to use when generating the transaction SQL query
$connection
in file tNG.class.php, variable tNG::$connection
    The connection that will execute the transaction
$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
$content
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$content
    body of the email;
$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;
$css
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$css
    the style which will be applyed;
checkExtensions
in file KT_FileUpload.class.php, method KT_fileUpload::checkExtensions()
    Checks the type of the uploaded folder.
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 uploaded folder exists and has write permissions.
checkRights
in file KT_Folder.class.php, method KT_folder::checkRights()
    verify the rights on the given folder;
checkSize
in file KT_FileUpload.class.php, method KT_fileUpload::checkSize()
    Checks the size of the uploaded folder.
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.
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()
    Constructor. Sets the connection.
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
$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
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;
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;
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_insert.class.php, method tNG_insert::doTransaction()
    Overwrites tNG method in order to register some triggers specific to Register Transaction
doTransaction
in file tNG.class.php, method tNG::doTransaction()
    executing the transaction (triggers, prepare SQL)
top

e

$encoding
in file tNG_Email.class.php, variable tNG_Email::$encoding
    encoding type;
$encoding
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$encoding
    encoding type;
$EOF
in file KT_Recordset.class.php, variable KT_Recordset::$EOF
    Are we at the end of the record?
$EOF
in file KT_FakeRecordset.class.php, variable KT_fakeADORecordset::$EOF
$errObj
in file tNG_FileUpload.class.php, variable tNG_FileUpload::$errObj
    error object
$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
$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
$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_Logout.class.php, method tNG_Logout::Execute()
    Main method of the class. Execute the code; Make the redirect
Execute
in file tNG_LinkedTrans.class.php, method tNG_LinkedTrans::Execute()
    Main method of the class. Execute the code
Execute
in file tNG_ImageUpload.class.php, method tNG_ImageUpload::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_FormValidation.class.php, method tNG_FormValidation::Execute()
Execute
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::Execute()
    Main method of the class. Execute the code.
Execute
in file tNG_Redirect.class.php, method tNG_Redirect::Execute()
    Main method of the class. 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 KT_Shell.class.php, method KT_shell::execute()
    execute the command
Execute
in file tNG_UserLoggedIn.class.php, method tNG_UserLoggedIn::Execute()
    Main method of the class.
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_FileUpload.class.php, method tNG_FileUpload::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_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 tNG_CheckTableField.class.php, method tNG_CheckTableField::Execute()
    execute method of the class;
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_Email.class.php, method tNG_Email::Execute()
    the main method, execute the code of the class;
Execute
in file KT_Connection.class.php, method KT_Connection::Execute()
    Executes a SQL statement
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_EmailPageSection.class.php, method tNG_EmailPageSection::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_EmailRecordset.class.php, method tNG_EmailRecordset::Execute()
    the main method, execute the code of the class;
Execute
in file tNG_FileDelete.class.php, method tNG_FileDelete::Execute()
    the main method, execute the code 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;
executeTransaction
in file tNG_fields.class.php, method tNG_fields::executeTransaction()
    Evaluates the columns values then executes the Transaction
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.
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_SetOrderField.class.php, variable tNG_SetOrderField::$field
    order field name
$field
in file tNG_ThrowError.class.php, variable tNG_ThrowError::$field
    field name
$field
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$field
    Name of the field
$field
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$field
    The 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_FakeRecordset.class.php, variable KT_fakeADORecordset::$fields
$fields
in file KT_Recordset.class.php, variable KT_Recordset::$fields
    The returned fields
$file
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$file
    filename from whom to read the styles and encoding;
$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
$fileInfo
in file KT_FileUpload.class.php, variable KT_fileUpload::$fileInfo
    the file upload information
$fkField
in file tNG_CheckMasterRecord.class.php, variable tNG_CheckMasterRecord::$fkField
    The name of the foreign key column;
$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_FileDelete.class.php, variable tNG_FileDelete::$folder
    folder name
$folder
in file KT_FileUpload.class.php, variable KT_fileUpload::$folder
    destination folder for upload
$format
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$format
    format of the email: text or html/text;
$format
in file tNG_Email.class.php, variable tNG_Email::$format
    format of the email: text or html/text;
$from
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$from
    from whom the email is send;
$from
in file tNG_Email.class.php, variable tNG_Email::$from
    from whom the email is send;
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()
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()
flip
in file KT_Image.class.php, method KT_image::flip()
    flip an image horisontally or vertically;
top

g

$genericValidationMessages
in file tNG_FormValidation.class.php, variable tNG_FormValidation::$genericValidationMessages
getADODBfakeRS
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::getADODBfakeRS()
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_Email.class.php, method tNG_Email::getCc()
    Getter. Get cc.
getCc
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::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
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
getEncoding
in file tNG_Email.class.php, method tNG_Email::getEncoding()
    Getter. Get encoding.
getEncoding
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getEncoding()
    Getter. Get encoding.
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
getError
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::getError()
getError
in file KT_FileUpload.class.php, method KT_fileUpload::getError()
    Getter. return the errors setted.
getError
in file KT_Email.class.php, method KT_Email::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_File.class.php, method KT_file::getError()
    Getter. return the errors setted.
getError
in file KT_Image.class.php, method KT_image::getError()
    Getter. return the errors setted.
getErrorMsg
in file tNG_dispatcher.class.php, method tNG_dispatcher::getErrorMsg()
    return the error message
getErrorMsg
in file tNG.class.php, method tNG::getErrorMsg()
    Gets the error message
getErrorMsg
in file tNG_multiple.class.php, method tNG_multiple::getErrorMsg()
    Gets 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.
getExecutedCommand
in file KT_Shell.class.php, method KT_shell::getExecutedCommand()
    getter. return the executed command's path
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.
getFakeRecordset
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::getFakeRecordset()
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.
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_EmailPageSection.class.php, method tNG_EmailPageSection::getFrom()
    Getter. Get From.
getFrom
in file tNG_Email.class.php, method tNG_Email::getFrom()
    Getter. Get From.
getGdNoSupport
in file KT_Image.class.php, method KT_image::getGdNoSupport()
    return the a string if it GD has 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_Email.class.php, method tNG_Email::getHtmlBody()
    Getter. Get htmlBody.
getHtmlBody
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::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);
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_custom.class.php, method tNG_custom::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_insert.class.php, method tNG_insert::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_fields.class.php, method tNG_fields::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_update.class.php, method tNG_update::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_multipleUpdate.class.php, method tNG_multipleUpdate::getLocalRecordset()
    Get the local recordset associated to this transaction
getLocalRecordset
in file tNG_multiple.class.php, method tNG_multiple::getLocalRecordset()
    Abstract method; must be implemented by the inherited classes;
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
getMySQL4fakeRS
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::getMySQL4fakeRS()
getMySQLfakeRS
in file KT_FakeRecordset.class.php, method KT_FakeRecordset::getMySQLfakeRS()
getOldValues
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::getOldValues()
    Get all the old values for foreign key into an array
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
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
getRecordset
in file tNG_dispatcher.class.php, method tNG_dispatcher::getRecordset()
    Gets the correct recordset from the transactions
getResult
in file tNG_log.class.php, method tNG_log::getResult()
    getter. get trace of the transaction
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
getSubject
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::getSubject()
    Getter. Get subject.
getSubject
in file tNG_Email.class.php, method tNG_Email::getSubject()
    Getter. Get subject.
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_EmailPageSection.class.php, method tNG_EmailPageSection::getTextBody()
    Getter. Get textBody.
getTextBody
in file tNG_Email.class.php, method tNG_Email::getTextBody()
    Getter. Get textBody.
getTng
in file tNG_Email.class.php, method tNG_Email::getTng()
    Getter. Get tNG object.
getTo
in file tNG_EmailRecordset.class.php, method tNG_EmailRecordset::getTo()
    Getter. Get to.
getTo
in file tNG_Email.class.php, method tNG_Email::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
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;
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.
hasError
in file KT_Shell.class.php, method KT_shell::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_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_Email.class.php, method KT_Email::hasError()
    check if an error was setted.
hasError
in file KT_Image.class.php, method KT_image::hasError()
    check if an error was setted.
top

i

$importance
in file tNG_Email.class.php, variable tNG_Email::$importance
    importance of the email: Normal, Low, High;
$importance
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$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
$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
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;
Insert_ID
in file KT_Connection.class.php, method KT_Connection::Insert_ID()
    Gets the auto-generated inserted id (if any)
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

$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_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_compareDates
in file KT_functions.inc.php, function KT_compareDates()
    Compares 2 date arrays
KT_Connection
in file KT_Connection.class.php, class KT_Connection
    The connection class (used on PHP - MySQL Server model)
KT_Connection
in file KT_Connection.class.php, method KT_Connection::KT_Connection()
    The constructor
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, method KT_fakeADORecordset::KT_fakeADORecordset()
KT_fakeADORecordset
in file KT_FakeRecordset.class.php, class KT_fakeADORecordset
    util KT_fakeADORecordset class
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, class KT_folder
    manipulate folders;
KT_folder
in file KT_Folder.class.php, method KT_folder::KT_folder()
    Constructor. doing nothing
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, method KT_image::KT_image()
    Constructor. Set default values for some variables
KT_image
in file KT_Image.class.php, class KT_image
    manipulate images;
KT_isValidDate
in file KT_functions.inc.php, function KT_isValidDate()
    Validates a date array
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
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_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_unsetSessionVar
in file KT_functions.inc.php, function KT_unsetSessionVar()
    Unset the $_SESSION[$siteroot][$var] and $_SESSION[$var] ;
top

l

$levels
in file tNG_UserLoggedIn.class.php, variable tNG_UserLoggedIn::$levels
    possible level values
$levels
in file tNG_RestrictAccess.class.php, variable tNG_RestrictAccess::$levels
    possible level values
$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
$maxSize
in file KT_FileUpload.class.php, variable KT_fileUpload::$maxSize
    maximum allowed size of the uploaded file 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
moveFolder
in file KT_Folder.class.php, method KT_folder::moveFolder()
    move a folder
MoveNext
in file KT_Recordset.class.php, method KT_Recordset::MoveNext()
    Moves to the next row
MoveNext
in file KT_FakeRecordset.class.php, method KT_fakeADORecordset::MoveNext()
MySQL_Execute
in file KT_Connection.class.php, method KT_Connection::MySQL_Execute()
    Executes a SQL statement
top

n

$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)
top

p

$pageRedirect
in file tNG_Logout.class.php, variable tNG_Logout::$pageRedirect
    redirect to page:
$pkName
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$pkName
    primarey key name
$pkName
in file tNG_fields.class.php, variable tNG_fields::$pkName
    The Primary Key value that is submitted on update
$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_import.class.php, method tNG_import::prepareData()
    Abstract method; must be implemented by the inherited classes;
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_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_multipleDelete.class.php, method tNG_multipleDelete::prepareSQL()
    Executes all sub-transactions
prepareSQL
in file tNG_multipleInsert.class.php, method tNG_multipleInsert::prepareSQL()
    Executes all sub-transactions
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_import.class.php, method tNG_import::prepareSQL()
    Executes all sub-transactions
prepareSQL
in file tNG.class.php, method tNG::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_login.class.php, method tNG_login::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_custom.class.php, method tNG_custom::prepareSQL()
    Prepares the custom SQL query to be executed
prepareSQL
in file tNG_insert.class.php, method tNG_insert::prepareSQL()
    Prepares the insert 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;
$relPath
in file tNG_RestrictAccess.class.php, variable tNG_RestrictAccess::$relPath
    relativ path from the site root
$relPath
in file tNG_dispatcher.class.php, variable tNG_dispatcher::$relPath
    The relative path of the current tNG_dispathcer
$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
$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
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()
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.class.php, method tNG::registerTrigger()
    Register the trigger to transaction;
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.
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
Resize
in file tNG_ImageUpload.class.php, method tNG_ImageUpload::Resize()
    Make the resize on the saved file;
resize
in file KT_Image.class.php, method KT_image::resize()
    resize an image;
RollBack
in file KT_FileUpload.class.php, method KT_fileUpload::RollBack()
    Makes RollBack if transaction failed.
RollBack
in file tNG_FileUpload.class.php, method tNG_FileUpload::RollBack()
    rollback the operation (delete the file)
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)
$servermodel
in file KT_Connection.class.php, variable KT_Connection::$servermodel
$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_EmailPageSection.class.php, variable tNG_EmailPageSection::$subject
    subject of the email;
$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;
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
setAllowedExtensions
in file KT_FileUpload.class.php, method KT_fileUpload::setAllowedExtensions()
    setter. set the allowed extendions
setAllowedExtensions
in file tNG_FileUpload.class.php, method tNG_FileUpload::setAllowedExtensions()
    setter. set the extensions allowed.
setArguments
in file KT_Shell.class.php, method KT_shell::setArguments()
    setter.
setAutoRename
in file KT_FileUpload.class.php, method KT_fileUpload::setAutoRename()
    setter.
setBCC
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::setBCC()
    Setter. Set bcc.
setBCC
in file tNG_Email.class.php, method tNG_Email::setBCC()
    Setter. Set bcc.
setCC
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::setCC()
    Setter. Set cc.
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
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.
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_FileDelete.class.php, method tNG_FileDelete::setDbFieldName()
    setter. set the db field name
setDbFieldName
in file tNG_FileUpload.class.php, method tNG_FileUpload::setDbFieldName()
    setter. set the db field name
setDelimiter
in file tNG_CSVImport.class.php, method tNG_CSVImport::setDelimiter()
    Sets the delimiter of CSV data
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_EmailPageSection.class.php, method tNG_EmailPageSection::setEncoding()
    Setter. overwrite the default encoding.
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
setErrorMsg
in file tNG_ThrowError.class.php, method tNG_ThrowError::setErrorMsg()
    setter. set the error message
setErrorMsg
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::setErrorMsg()
    setter. set the error message
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_SetOrderField.class.php, method tNG_SetOrderField::setFieldName()
    setter. set field name
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
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 tNG_FileDelete.class.php, method tNG_FileDelete::setFolder()
    setter. set the folder name
setFolder
in file KT_FileUpload.class.php, method KT_fileUpload::setFolder()
    setter. set the destination folder
setFolder
in file tNG_FileUpload.class.php, method tNG_FileUpload::setFolder()
    setter. set folder name
setFormat
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::setFormat()
    Setter. Set format.
setFormat
in file tNG_Email.class.php, method tNG_Email::setFormat()
    Setter. Set format.
setFormFieldName
in file tNG_FileUpload.class.php, method tNG_FileUpload::setFormFieldName()
    setter. set formFieldName
setFrom
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::setFrom()
    Setter. Set from.
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.
setImportance
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::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.
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.
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
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
setPriority
in file KT_Email.class.php, method KT_Email::setPriority()
    setter. et the priority
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 .
setRename
in file tNG_FileUpload.class.php, method tNG_FileUpload::setRename()
    setter. set if is rename or not rule
setRenameRule
in file tNG_FileDelete.class.php, method tNG_FileDelete::setRenameRule()
    setter. set the rename to true and the renamarule;
setRenameRule
in file tNG_FileUpload.class.php, method tNG_FileUpload::setRenameRule()
    setter. set rename rule to be used
setRequired
in file KT_FileUpload.class.php, method KT_fileUpload::setRequired()
    setter.
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_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.
setSource
in file tNG_import.class.php, method tNG_import::setSource()
    Sets the source of the import data
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.
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_EmailPageSection.class.php, method tNG_EmailPageSection::setSubject()
    Setter. Set subject.
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_fields.class.php, method tNG_fields::setTable()
    Setter for the transaction SQL table
setTable
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::setTable()
    setter. set the table name
setTable
in file tNG_CheckTableField.class.php, method tNG_CheckTableField::setTable()
    setter. set the table name
setTable
in file tNG_SetOrderField.class.php, method tNG_SetOrderField::setTable()
    setter. set table name
setTo
in file tNG_EmailPageSection.class.php, method tNG_EmailPageSection::setTo()
    Setter. Set to.
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()
setUniqueKey
in file tNG_import.class.php, method tNG_import::setUniqueKey()
    Sets the unique key column
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.
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_fields.class.php, variable tNG_fields::$table
    Table to use when generating the transaction SQL query
$table
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$table
    name of the table
$table
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$table
    The table name
$table
in file tNG_SetOrderField.class.php, variable tNG_SetOrderField::$table
    table name
$table
in file tNG_ManyToMany.class.php, variable tNG_ManyToMany::$table
    table name
$throwErrorIfExists
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$throwErrorIfExists
    if it will be throw error in case the records exists;
$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_ManyToMany.class.php, variable tNG_ManyToMany::$tNG
    transaction object
$tNG
in file tNG_DeleteDetailRec.class.php, variable tNG_DeleteDetailRec::$tNG
    The reference to 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_FileDelete.class.php, variable tNG_FileDelete::$tNG
    The tNG object
$tNG
in file tNG_CheckTableField.class.php, variable tNG_CheckTableField::$tNG
    The tNG object
$tNG
in file tNG_Email.class.php, variable tNG_Email::$tNG
    transaction in which the trigger will be executed;
$tNG
in file tNG_Redirect.class.php, variable tNG_Redirect::$tNG
    transaction object
$to
in file tNG_EmailPageSection.class.php, variable tNG_EmailPageSection::$to
    to whom send the email;
$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
thumbnail
in file KT_Image.class.php, method KT_image::thumbnail()
    makes a thumbnail from an image;
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
in file tNG.class.php, method tNG::tNG()
    Constructor. Sets the connection.
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_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_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_defTrigg.inc.php
procedural page tNG_defTrigg.inc.php
tNG_DeleteDetailRec.class.php
procedural page tNG_DeleteDetailRec.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_FileDelete.class.php
procedural page tNG_FileDelete.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_ManyToMany.class.php
procedural page tNG_ManyToMany.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_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_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, method tNG_CheckMasterRecord::tNG_CheckMasterRecord()
    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_CheckTableField
in file tNG_CheckTableField.class.php, class tNG_CheckTableField
    Represents the base class for checkDetails and checkMaster classes;
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_CheckUnique
in file tNG_CheckUnique.class.php, class tNG_CheckUnique
    This the CheckUnique trigger; extends the tNG_CheckTableField class; 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_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, class tNG_CSVImport
    This class is the "CSV" implementation of the tNG_import class.
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_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, method tNG_delete::tNG_delete()
    Constructor. Sets the connection, the database name and other default values.
tNG_delete
in file tNG_delete.class.php, class tNG_delete
    This class is the "delete" implementation of the tNG_fields class.
tNG_DeleteDetailRec
in file tNG_DeleteDetailRec.class.php, class tNG_DeleteDetailRec
    This class delete a record from the given table, field;
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_dispatcher
in file tNG_dispatcher.class.php, class tNG_dispatcher
    The dispatcher class, that handles all the transactions in a page.
tNG_dispatcher
in file tNG_dispatcher.class.php, method tNG_dispatcher::tNG_dispatcher()
    Constructor. Set the value of relative path
tNG_downloadDynamicFile
in file tNG_functions.inc.php, function tNG_downloadDynamicFile()
    Set the necessary information in SESSION for a download;
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, method tNG_EmailPageSection::tNG_EmailPageSection()
    Constructor. Set default encoding and default css.
tNG_EmailPageSection
in file tNG_EmailPageSection.class.php, class tNG_EmailPageSection
    Send Email Page Section SB class.
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_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_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, method tNG_FormValidation::tNG_FormValidation()
tNG_FormValidation
in file tNG_FormValidation.class.php, class 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, method tNG_ImageUpload::tNG_ImageUpload()
    Constructor. Sets the reference to transaction. initialize some vars;
tNG_ImageUpload
in file tNG_ImageUpload.class.php, class tNG_ImageUpload
    Provides functionalities for handling tNG based file uploads.
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, class tNG_insert
    This class is the "insert" implementation of the tNG_fields 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_LinkedTrans
in file tNG_LinkedTrans.class.php, method tNG_LinkedTrans::tNG_LinkedTrans()
    Constructor. set the master/detaul transactions
tNG_LinkedTrans
in file tNG_LinkedTrans.class.php, class tNG_LinkedTrans
    class that make link transaction possible;
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, method tNG_login::tNG_login()
    Constructor. Sets the connection, the database name and other default values.
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_Logout
in file tNG_Logout.class.php, class tNG_Logout
    the class that handle the logout of the user;
tNG_ManyToMany
in file tNG_ManyToMany.class.php, method tNG_ManyToMany::tNG_ManyToMany()
    Constructor. set tNG object and default values for other variables
tNG_ManyToMany
in file tNG_ManyToMany.class.php, class tNG_ManyToMany
    many to many 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, class tNG_multipleInsert
    This class is the "insert" 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_multipleUpdate
in file tNG_multipleUpdate.class.php, class tNG_multipleUpdate
    This class is the "update" 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_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, method tNG_ThrowError::tNG_ThrowError()
    Constructor. set the transaction and put default values for other vars
tNG_ThrowError
in file tNG_ThrowError.class.php, class tNG_ThrowError
    tNG_ThrowError class;
tNG_update
in file tNG_update.class.php, class tNG_update
    This class is the "update" implementation of the tNG_fields class.
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_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_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 acitvate; 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_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_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_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_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

$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

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


Documentation generated on Tue, 6 Dec 2005 15:11:24 +0200 by phpDocumentor 1.3.0RC3