[RSDEngine] element index

Package indexes

All elements
a b c d e f g h i l m n o p q r s t u w _
_
top
$_afterDelete
RSDEngineDBTable::$_afterDelete in RSDEngineDBTable.php
PHP Code to be executed after a delete operation.
$_afterInsert
RSDEngineDBTable::$_afterInsert in RSDEngineDBTable.php
PHP Code to be executed after an insert operation.
$_afterUpdate
RSDEngineDBTable::$_afterUpdate in RSDEngineDBTable.php
PHP Code to be executed after an update operation.
$_beforeDelete
RSDEngineDBTable::$_beforeDelete in RSDEngineDBTable.php
PHP Code to be executed before a delete operation.
$_beforeInsert
RSDEngineDBTable::$_beforeInsert in RSDEngineDBTable.php
PHP Code to be executed before an insert operation.
$_beforeUpdate
RSDEngineDBTable::$_beforeUpdate in RSDEngineDBTable.php
PHP Code to be executed before an update operation.
$_error
RSDColumnValue::$_error in RSDTable.php
This is where an error that occures in the constructor is stored.
$_excludeSelectMethodPatters
An array of patterns used to exclude selectIncluding* methods.
$_fileOptions
RSDEngineDBTable::$_fileOptions in RSDEngineDBTable.php
An array containing all file table options of this table.
$_includeSelectMethodPatters
An array of patterns used to include excluded selectIncluding* methods.
$_isValidFileOptions
An associative array holding the validation options for this column.
$_label
RSDEngineDBTable::$_label in RSDEngineDBTable.php
The label to be used for records of this table.
$_liveUserAuthAdmin
RSDLiveUserApplication::$_liveUserAuthAdmin in RSDLiveUserApplication.php
An instance of one of the LiveUser auth admin classes.
$_liveUserOptions
RSDLiveUserApplication::$_liveUserOptions in RSDLiveUserApplication.php
An multidimensional array of configuration options.
$_liveUserPermAdmin
RSDLiveUserApplication::$_liveUserPermAdmin in RSDLiveUserApplication.php
An instance of one of the LiveUser perm admin classes.
$_liveUserRights
RSDEngineDBTable::$_liveUserRights in RSDEngineDBTable.php
An array containing all LiveUser table options of this table.
$_prepareString
The prepare string.
$_selectIncludingMethodRelations
An array that holds each set of relations that was used to build a selectIncluding method.
$_tables
RSDApplication::$_tables in RSDApplication.php
Associative array that holds handels to all RSDTable object created. The table name is used as the key.
$_uniqueConstraints
An array of all unique constraints of this table. Each constraint is represented by an array holding all column names that build that constraint. New unique constraints are added by calling the method _addUniqueConstraint.
$_value
RSDColumnValue::$_value in RSDTable.php
Depending on $this->_prepareString $this->_value will be treaded differently.
$_warnings
RSDEngine::$_warnings in RSDEngine.php
The number of warnings that occurred.
_addColumn
RSDEngineDBTable::_addColumn() in RSDEngineDBTable.php
Adds an instance of RSDEngineColumn to the array $this->columns.
_addRelation
RSDEngineDBTable::_addRelation() in RSDEngineDBTable.php
Adds an instance of RSDRelation to the array $this->relations.
_addTable
RSDEngineDB::_addTable() in RSDEngineDB.php
Adds an instance of RSDEngineDBTable to the internal stack of RSDEngineDBTable object.
_addUniqueConstraint
Adds an array holding representing a unique constraint to the array $this->_uniqueConstraints.
_authorsToDocBook
Returns a string containing DocBook Tags for the authors passed as argument.
_checkColumnDuplicates
Produces warnings for columns that are not unique.
_checkRelations
Checks if all relations in the array passed as argument have existing starting points and destinations.
_collectRelations
Copies all RSDRelation objects hold by the RSDEngineDBTable instances in RSDEngineDBTable::realations to RSDEngine::relations.
_copySkelDir
RSDEngine::_copySkelDir() in RSDEngine.php
Copies a directory including all subdirectories and files.
_createCanDelete
RSDEngineDBTable::_createCanDelete() in RSDEngineDBTable.php
Creates the method 'canDelete';
_createCanSelect
RSDEngineDBTable::_createCanSelect() in RSDEngineDBTable.php
Creates the method 'canDelete';
_createCanUpdate
RSDEngineDBTable::_createCanUpdate() in RSDEngineDBTable.php
Creates the method 'canUpdate';
_createCanUpdateLiveUserRightMethods
Calls generateUpdateLiveUserRightMethods and generateCanUpdateLiveUserRightMethods on all RSDEngineColumn objects stored in $this->columns.
_createCheckUniqueConstraintsMethod
Creates the method 'checkUniqueConstrains'.
_createDeleteByMethods
Creates a deleteByCOLUMNNAME method for each column that is a primary or a foreign key.
_createDeleteMethod
Creates the method 'delete';
_createGetByMethods
Creates a getByCOLUMNNAME method for each column that is a primary or a foreign key.
_createGetIsValidMethodNameMethod
Creates just one method: getIsValidMethodName.
_createGetLabelColumnMethod
Creates just one method: getLabelColumn.
_createGetNextMethods
Calls generateGetNextMethod on all RSDEngineColumn objects stored in $this->columns.
_createGetSmartyHTMLOptionsArrayMethod
Creates just one method: getSmartyHTMLOptionsArray.
_createGetStoredMethods
Calls generateGetStoredMethod on all RSDEngineColumn objects stored in $this->columns.
_createInsertMethod
Creates the method 'insert';
_createIsValidMethods
Calls generateIsValidMethod on all RSDEngineColumn objects stored in $this->columns.
_createJoinFunctions
Calls createJoin _createJoinFunctionsForTable for each instance of RSDEngineDBTable.
_createJoinFunctionsForTable
Calls RSDEngineDBTable::createSelectIncludingMethod for each combination of relations valid for a table.
_createKeyMethods
Calls the method RSDEngineDBTable::createKeyMethods for all RSDEngineDBTable objects.
_createParseOptionsMethod
Creates the method '_parseOptions'.
_createRemoveStoredMethods
Calls generateRemoveStoredMethod on all RSDEngineColumn objects stored in $this->columns.
_createSelectMethod
Creates the method 'select';
_createStoreUploadedMethods
Calls generateStoreUploadedMethod on all RSDEngineColumn objects stored in $this->columns.
_createUpdateByMethods
Creates a updateByCOLUMNNAME method for each column that is a primary or a foreign key.
_createUpdateMethod
Creates the method 'update';
_done
RSDEngine::_done() in RSDEngine.php
_generateAssignment
Generates an SQL-assignment of a value to a column usable in a where clause.
_generateNameForCreateSelectIncludingMethod
Returns a name for a selectIncluding* method which is determinated by the relations passed as argument.
_getCommaSeperatedListOfColumnNames
Returns a string with all column names seperated by ", ".
_getCommaSeperatedListOfColumnNamesForVariableNames
Returns a string with all column names formatted for use as identifyers and prefixd with '$', seperated by ', ' and optionally quoted.
_getConstructorMethod
Creates just one method: the constructor.
_getFileOption
RSDEngineDBTable::_getFileOption() in RSDEngineDBTable.php
Returns the requested RSDEngineFileOption instance or the boolean value false if non-existing.
_getFileOptionDefaultProperty
_getRelationsByFromTable
Returns an Array containing all relations that have the table specified by the first argument as starting point.
_getRelationsRelatedToTable
Returns an Array or relations that start from the table $tableName or from the tables these relations point to.
_getSelectIncludingMethodName
Returns the name of the selectIncluding method that performs a join at least over all tables saved in $tableNames.
_isValidRelationCombination
Returns true if the combination of relations passed as array as second argument is valid for the table name passed as first argument.
_log
RSDEngine::_log() in RSDEngine.php
Logs the message passed as argument.
_parse
RSDEngineDB::_parse() in RSDEngineDB.php
Parses the provided SQL DDL stored in the property $this->sql and generates a RSDEngineDBTable object for each table, stores it in $this->tables.
_parse
RSDEngineDBTable::_parse() in RSDEngineDBTable.php
Parses the SQL DDL stored in $this->contents.
_parseAfterDeleteTableOption
Parses the afterDelete table option saved in $this->tableOptions.
_parseAfterInsertTableOption
Parses the afterInsert table option saved in $this->tableOptions.
_parseAfterUpdateTableOption
Parses the afterUpdate table option saved in $this->tableOptions.
_parseBeforeDeleteTableOption
Parses the beforeDelete table option saved in $this->tableOptions.
_parseBeforeInsertTableOption
Parses the beforeInsert table option saved in $this->tableOptions.
_parseBeforeUpdateTableOption
Parses the beforeUpdate table option saved in $this->tableOptions.
_parseBodyLine
RSDEngineDBTable::_parseBodyLine() in RSDEngineDBTable.php
Parses on line of SQL-Code.
_parseExcludeSelectMethodTableOptions
Parses the excludeSelectMethod table options saved in $this->tableOptions.
_parseFileTableOptions
Parses the file table options saved in $this->tableOptions.
_parseIncludeSelectMethodTableOptions
Parses the includeSelectMethod table options saved in $this->tableOptions.
_parseLabelTableOption
Parses the file table options saved in $this->tableOptions.
_parseLiveUserRightTableOptions
Parses the LiveUserEdit table options saved in $this->tableOptions.
_propertyToString
_removeTablePrefix
Strips the table prefix from a table name and returns it.
_setIsKeyForAllColumns
Set foreign/primary key related properties for all RSDEngineDBTable objects.
_setLiveUserRightSelectIncludingMethodName
Sets the property selectIncludingMethod for all LiveUserRight instances.
a
top
$allowUserOrderBy
Whether to allow the user to specify by which column the records should be ordered.
$app
RSDTable::$app in RSDTable.php
An instance of the generated Application Child Class
$auth
RSDApplication::$auth in RSDApplication.php
An instance of PEAR::Auth.
$authors
RSDEngineDB::$authors in RSDEngineDB.php
The authors, each stored as one array element. Gets set inside the constructor method.
$authors
RSDEngineDBTable::$authors in RSDEngineDBTable.php
The authors, each stored as one array element. Gets set inside the constructor method.
addLiveUserArea
RSDLiveUserApplication::addLiveUserArea() in RSDLiveUserApplication.php
Adds a LiveUser Area and Area Admins.
addLiveUserAreaAdmin
Adds an LiveUser area admin.
addLiveUserGroup
RSDLiveUserApplication::addLiveUserGroup() in RSDLiveUserApplication.php
Adds a LiveUser group and users to that group.
addLiveUserRight
RSDLiveUserApplication::addLiveUserRight() in RSDLiveUserApplication.php
Adds a LiveUser Right including users and groups that have this right.
addLiveUserUser
RSDLiveUserApplication::addLiveUserUser() in RSDLiveUserApplication.php
Adds a new user in the auth and the perm container.
addLiveUserUserToGroup
addMethod
RSDEngineDBTable::addMethod() in RSDEngineDBTable.php
Adds an instance of RSDEngineMethod to $this->methods.
addTable
RSDApplication::addTable() in RSDApplication.php
This method adds the table object passed as argument to the array $this->_tables.
b
top
$body
RSDEngineMethod::$body in RSDEngineDBTable.php
c
top
$className
RSDEngineClass::$className in RSDEngineClass.php
The name of the class to generate. Gets optionally set inside the constructor method.
$code
RSDEngineFile::$code in RSDEngineFile.php
The code of the file to create. Gets set inside the constructor method.
$code
RSDEngineClass::$code in RSDEngineClass.php
The code of the class to generate. Gets optionally set inside the constructor method.
$code
RSDEngineFunction::$code in RSDEngineFunction.php
The body of the function to generate. Gets optionally set inside the constructor method.
$columnName
$columnName
RSDEngineLiveUserRight::$columnName in RSDEngineDBTable.php
The name of the column that stores the rightId. This property is only used if $this->type is 'column' or 'table.column'.
$columnName
$columnName
$columnPrefix
RSDEngineColumn::$columnPrefix in RSDEngineDBTable.php
The prefix of this column name. Often f_. Providing a column prefix makes the generated code more readable because the prefix can be remove where appropriate.
$columnPrefix
RSDEngineDB::$columnPrefix in RSDEngineDB.php
The column prefix used for all columns in $this->sql. Often f_. Providing a column prefix makes the generated code more readable because the prefix can be remove where appropriate. Set in the construtor method.
$columnPrefix
RSDEngineDBTable::$columnPrefix in RSDEngineDBTable.php
The prefix all columns of this table. Often f_. Providing a column prefix makes the generated code more readable because the prefix can be remove where appropriate. Set in the construtor method.
$columns
RSDEngineDBTable::$columns in RSDEngineDBTable.php
An array that holds all RSDEngineColumn objects for this table. New columns are added by calling the method _addColumn.
$condition
$condition
$condition
$condition
RSDEngineLiveUserRight::$condition in RSDEngineDBTable.php
The PHP code to execute to get a boolean value that indicates if the user is allowed to perform this operation or not.
$config
RSDEngineClass::$config in RSDEngineClass.php
An associative array containing all configuration options. Gets set inside the constructor method.
$config
RSDEngineFunction::$config in RSDEngineFunction.php
An associative array containing all configuration options. Gets set inside the constructor method.
$config
RSDEngineDB::$config in RSDEngineDB.php
An associative array containing all configuration options. Gets set inside the constructor method.
$config
RSDEngineFile::$config in RSDEngineFile.php
An associative array containing all configuration options. Gets set inside the constructor method.
$config
RSDEngine::$config in RSDEngine.php
An associative array containing the configuration information. Each entry is represented by a key-value pair. The key is the name of the configuration option while the value is its value (!).
$contents
RSDEngineDBTable::$contents in RSDEngineDBTable.php
The SQL DDL for this table. Gets set inside the construtor method.
$copyright
RSDEngineDBTable::$copyright in RSDEngineDBTable.php
The copyright information. This string must not contain newlines. Gets set inside the constructor method.
$copyright
RSDEngineDB::$copyright in RSDEngineDB.php
The copyright information. This string must not contain newlines. Gets set inside the constructor method.
callLiveUserAuthAdminMethod
Calls a method of the LiveUser auth admin class with the specified arguments.
callLiveUserPermAdminMethod
Calls a method of the LiveUser perm admin class with the specified arguments.
canInsert
RSDTable::canInsert() in RSDTable.php
Returns whether the currently logged in user has the permission to perform an insert operation.
catch
RSDEngineErrorManager::catch() in RSDEngineErrorManager.php
Hands every error to onFatalError.
checkUniqueConstraints
Must be overwritten. Should return true if no unique constraints would be violated by using the array of assignments passed as argument for a INSERT or a UPDATE operation. Otherwise false should be returned.
columnExists
RSDEngineDBTable::columnExists() in RSDEngineDBTable.php
Returns true if a column with such a name exists, otherwise false is returned.
copySkel
RSDEngine::copySkel() in RSDEngine.php
count
RSDTable::count() in RSDTable.php
Returns an integer representing the number of records that matched the conditions passed as first argument.
countLiveUserAreaAdminsByAreaId
Returns the number of users that are admin of a certain area.
countLiveUserGroupsByRightId
Returns the number of users that have a certain right.
countLiveUserUsersByGroupId
countLiveUserUsersByRightId
Returns the number of users that have a certain right.
createKeyMethods
RSDEngineDBTable::createKeyMethods() in RSDEngineDBTable.php
Creates all methods that depend an a column that is a primary or a foreign key.
createSelectIncludingMethod
Creates a selectIncluding* method.
d
top
$db
RSDApplication::$db in RSDApplication.php
An instance of PEAR::DB
$db
RSDTable::$db in RSDTable.php
An instance of PEAR::DB
$defaultInsertValue
RSDEngineColumn::$defaultInsertValue in RSDEngineDBTable.php
If non-empty this value is used in the generated insert method. Is set in the construtor method.
$defaultUpdateValue
RSDEngineColumn::$defaultUpdateValue in RSDEngineDBTable.php
If non-empty this value is used in the generated update method. Is set in the construtor method.
$definition
RSDEngineColumn::$definition in RSDEngineDBTable.php
The sql definition of this column. Gets set inside the constructor.
$definition
RSDEngineLiveUserRight::$definition in RSDEngineDBTable.php
The definition of this LiveUser right as table option.
$dir
RSDEngineFile::$dir in RSDEngineFile.php
The directory to which to write the file.
$dir
RSDEngine::$dir in RSDEngine.php
The directory to which the geraration output should be saved. Gets set inside the constructor method.
$doNotInsert
RSDEngineColumn::$doNotInsert in RSDEngineDBTable.php
Whether no input filed should be generated for this column in the create template. Is set in the construtor method.
$doNotSelect
RSDEngineColumn::$doNotSelect in RSDEngineDBTable.php
Whether this columns should not be selected (displayed via a template). Is set in the construtor method.
$doNotUpdate
RSDEngineColumn::$doNotUpdate in RSDEngineDBTable.php
Whether no input filed should be generated for this column in the update template. Is set in the construtor method.
delete
RSDTable::delete() in RSDTable.php
Deletes records from this table.
e
top
$editLiveUserAreaOptions
If this property contains any elements the LiveUser area stored in this column by ID is made editable through a generated template and controller.
$editLiveUserGroupOptions
If this property contains any elements the LiveUser group stored in this column by ID is made editable through a generated template and controller.
$editLiveUserRightOptions
If this property contains any elements the LiveUser right stored in this column by ID is made editable through a generated template and controller.
$errorManager
RSDApplication::$errorManager in RSDApplication.php
An instance of RSErrorManager (or a child class).
exist
RSDTable::exist() in RSDTable.php
Whether records that matched the conditions passed as first argument exist.
f
top
$filename
RSDEngineFile::$filename in RSDEngineFile.php
The name of the file to create. Gets set inside the constructor method.
$footer
RSDEngineFileOption::$footer in RSDEngineDBTable.php
Whether to include a footer file.
$foreignKeyTarget
RSDEngineColumn::$foreignKeyTarget in RSDEngineDBTable.php
Where this column that is defined as a foreign key references to. If this column is not a foreign key this property is ignored.
$from
RSDEngineRelation::$from in RSDEngineDBTable.php
$fromColumn
RSDEngineRelation::$fromColumn in RSDEngineDBTable.php
$fromTable
RSDEngineRelation::$fromTable in RSDEngineDBTable.php
$functionName
RSDEngineFunction::$functionName in RSDEngineFunction.php
The name of the function to generate. Gets optionally set inside the constructor method.
factory
factory
factory
g
top
generate
RSDEngine::generate() in RSDEngine.php
Triggers the generation.
generateActivateGroupMethod
generateActivateGroupMethodName
generateAddAdminToAreaMethod
generateAddAdminToAreaMethodName
generateAddUserToGroupMethod
generateAddUserToGroupMethodName
generateCanActivateGroupMethodName
generateCanAddAdminToAreaMethodName
generateCanAddUserToGroupMethodName
generateCanDeactivateGroupMethodName
generateCanGrantRightToGroupMethodName
generateCanGrantRightToUserMethodName
generateCanRemoveAdminFromAreaMethodName
generateCanRemoveUserFromGroupMethodName
generateCanRevokeRightFromGroupMethodName
generateCanRevokeRightFromUserMethodName
generateCanUpdateAreaNameAndCommentMethodName
generateCanUpdateGroupNameAndCommentMethodName
generateCanUpdateLiveUserAreaMethods
generateCanUpdateLiveUserGroupMethods
generateCanUpdateLiveUserRightMethods
generateDeactivateGroupMethod
generateDeactivateGroupMethodName
generateGetNextMethod
Generates and Returns the getNext* method for this column.
generateGetNextMethodName
Returns the name of the getNext* method for this column.
generateGetStoredMethod
generateGetStoredMethodName
Returns the name of the getStored* method for this column.
generateGrantRightToGroupMethodName
generateGrantRightToUserMethodName
generateIsValidMethod
Generates and Returns the isValid* method for this column.
generateIsValidMethodName
Returns the name of the isValid* method for this column.
generateRemoveAdminFromAreaMethod
generateRemoveAdminFromAreaMethodName
generateRemoveStoredMethod
generateRemoveStoredMethodName
Returns the name of the removeStored* method for this column.
generateRemoveUserFromGroupMethod
generateRemoveUserFromGroupMethodName
generateRevokeRightFromGroupMethodName
generateRevokeRightFromUserMethodName
generateStoreUploadedMethod
generateStoreUploadedMethodName
Returns the name of the storeUploaded* method for this column.
generateUpdateAreaNameAndCommentMethod
generateUpdateAreaNameAndCommentMethodName
generateUpdateGroupNameAndCommentMethod
generateUpdateGroupNameAndCommentMethodName
generateUpdateLiveUserRightMethods
Generates the methods for granting a right to/revoking it from a user/group.
generateWhereClause
Returns a WHERE clause generated from the array passed as argument.
get
RSDTable::get() in RSDTable.php
Returns an associative Array with all records from the specified select matching the conditions passed as first arguement.
getAll
RSDTable::getAll() in RSDTable.php
Fetch all the rows returned from a query.
getAuthUserId
RSDLiveUserApplication::getAuthUserId() in RSDLiveUserApplication.php
getBaseClassName
RSDEngineSmartyClass::getBaseClassName() in RSDEngineSmartyClass.php
getChildClassCode
Returns the code for the child class.
getChildClassInstanceName
Returns a reasonalbe name for an instance created from the child class.
getChildClassName
Returns the name of generated child class.
getChildClassName
RSDEngineDBApplicationBaseClass::getChildClassName() in RSDEngineDBApplicationBaseClass.php
Returns the child class name.
getClasses
RSDEngineDB::getClasses() in RSDEngineDB.php
Generates and returns the base and the child class for each table defined in $this->sql.
getClassName
RSDEngineDBTable::getClassName() in RSDEngineDBTable.php
Returns the name of generated class.
getClassName
RSDEngineClass::getClassName() in RSDEngineClass.php
Returns the class name.
getClassName
RSDEngineDBApplicationBaseClass::getClassName() in RSDEngineDBApplicationBaseClass.php
Returns the class name.
getClassName
RSDEngineDBApplicationClass::getClassName() in RSDEngineDBApplicationClass.php
Returns the class name.
getClassName
RSDEngineSmartyClass::getClassName() in RSDEngineSmartyClass.php
Returns the class name.
getClassName
RSDEngineSmartyBaseClass::getClassName() in RSDEngineSmartyBaseClass.php
Returns the class name.
getClassName
RSDEngineErrorManagerClass::getClassName() in RSDEngineErrorManagerClass.php
Returns the class name.
getCode
RSDEngineDBControllerFileGetOne::getCode() in RSDEngineDBControllerFileGetOne.php
Returns the code for the controller file for selecting one record from a table.
getCode
RSDEngineDBTemplateFileUpdateRight::getCode() in RSDEngineDBTemplateFileUpdateRight.php
Returns the code for the template file for updating a LiveUser right.
getCode
RSDEngineDBControllerFileGet::getCode() in RSDEngineDBControllerFileGet.php
Returns the code for the controller file for selecting records from a table.
getCode
RSDEngineErrorManagerClass::getCode() in RSDEngineErrorManagerClass.php
Returns the code for this class.
getCode
RSDEngineDBControllerFileGetStored::getCode() in RSDEngineDBControllerFileGetStored.php
Returns the code for the controller file for viewing the contents of the one column of a singel record of a table.
getCode
RSDEngineDBTemplateFileUpdateGroup::getCode() in RSDEngineDBTemplateFileUpdateGroup.php
Returns the code for the template file for updating a LiveUser group.
getCode
RSDEngineSmartyClass::getCode() in RSDEngineSmartyClass.php
Returns the code for this class.
getCode
RSDEngineDBApplicationLogoutFile::getCode() in RSDEngineDBApplicationLogoutFile.php
Returns the code for the file logut.php.
getCode
RSDEngineDBApplicationPrivateInitFile::getCode() in RSDEngineDBApplicationPrivateInitFile.php
Returns the code of the private initialization file of the application.
getCode
RSDEngineDBControllerFileUpdate::getCode() in RSDEngineDBControllerFileUpdate.php
Returns the code for the controller file for inserting records into a table.
getCode
RSDEngineDBControllerFileSearch::getCode() in RSDEngineDBControllerFileSearch.php
Returns the code for the controller file for searching records in a table.
getCode
RSDEngineDBTemplateFileUpdateArea::getCode() in RSDEngineDBTemplateFileUpdateArea.php
Returns the code for the template file for updating a LiveUser area.
getCode
RSDEngineFile::getCode() in RSDEngineFile.php
Returns the code for this file.
getCode
RSDEngineDBControllerFileDelete::getCode() in RSDEngineDBControllerFileDelete.php
Returns the code for the controller file for deleting records from a table.
getCode
RSDEngineDBTemplateFileDelete::getCode() in RSDEngineDBTemplateFileDelete.php
Returns the code for the template file for deleting records from a table.
getCode
RSDEngineDBTemplateFileSearch::getCode() in RSDEngineDBTemplateFileSearch.php
Returns the code for the template file for searching records in a table.
getCode
RSDEngineDBTemplateFileGet::getCode() in RSDEngineDBTemplateFileGet.php
Returns the code for the template file for selecting all records from a table.
getCode
RSDEngineDBTemplateFileGetOne::getCode() in RSDEngineDBTemplateFileGetOne.php
Returns the code for the template file for selecting a single record from a table.
getCode
RSDEngineDBTemplateFileGetRecord::getCode() in RSDEngineDBTemplateFileGetRecord.php
Returns the code for smarty template file to be included by the get-template to display the records.
getCode
RSDEngineDBTemplateFileCreate::getCode() in RSDEngineDBTemplateFileCreate.php
Returns the code for the template file for inserting records into a table.
getCode
RSDEngineMethod::getCode() in RSDEngineDBTable.php
Returns the code of this method.
getCode
RSDEngineDBControllerFileCreate::getCode() in RSDEngineDBControllerFileCreate.php
Returns the code for the controller file for inserting records into a table.
getCode
RSDEngineDBTemplateFileSearchRecord::getCode() in RSDEngineDBTemplateFileSearchRecord.php
Returns the code for smarty template file to be included by the get-template to display the records.
getCode
RSDEngineSmartyBaseClass::getCode() in RSDEngineSmartyBaseClass.php
Returns the code for this class.
getCode
RSDEngineDBApplicationPublicInitFile::getCode() in RSDEngineDBApplicationPublicInitFile.php
Returns the code of the public initialization file.
getCode
RSDEngineDBTable::getCode() in RSDEngineDBTable.php
Returns the code for the base class.
getCode
RSDEngineTemplateFileFooter::getCode() in RSDEngineTemplateFileFooter.php
Returns the code for the footer template file.
getCode
RSDEngineFunction::getCode() in RSDEngineFunction.php
Returns the code for this function.
getCode
RSDEngineControllerFileFooter::getCode() in RSDEngineControllerFileFooter.php
Returns the code for the file that is included by the template file footer.tpl (created by RSDEngineTemplateFileFooter).
getCode
RSDEngineClass::getCode() in RSDEngineClass.php
Returns the code for this class.
getCode
RSDEngineDBTemplateFileUpdate::getCode() in RSDEngineDBTemplateFileUpdate.php
Returns the code for the template file for updating records in a table.
getCode
RSDEngineDBControllerFileUpdateArea::getCode() in RSDEngineDBControllerFileUpdateArea.php
Returns the code for the controller file for updating a LiveUser area.
getCode
RSDEngineControllerFileHeader::getCode() in RSDEngineControllerFileHeader.php
Returns the code for the file that is included by the template file header.tpl (created by RSDEngineTemplateFileHeader).
getCode
RSDEngineDBControllerFileUpdateRight::getCode() in RSDEngineDBControllerFileUpdateRight.php
Returns the code for the controller file for updating a LiveUser right.
getCode
RSDEngineTemplateFilePermissionDenied::getCode() in RSDEngineTemplateFilePermissionDenied.php
Returns the code for the template file for informig the user about a denied permission.
getCode
RSDEngineDBApplicationIndexFile::getCode() in RSDEngineDBApplicationIndexFile.php
Returns the code for the file index.php.
getCode
RSDEngineDBApplicationConfigFile::getCode() in RSDEngineDBApplicationConfigFile.php
Returns the code for the configuratin file.
getCode
RSDEngineDBControllerFileUpdateGroup::getCode() in RSDEngineDBControllerFileUpdateGroup.php
Returns the code for the controller file for updating a LiveUser group.
getCode
RSDEngineTemplateFileFatalError::getCode() in RSDEngineTemplateFileFatalError.php
Returns the code for the template file for viewing an occurred error.
getCode
RSDEngineTemplateFilePaging::getCode() in RSDEngineTemplateFilePaging.php
Returns the code for the template file for the paging feature.
getCode
RSDEngineDBApplicationBaseClass::getCode() in RSDEngineDBApplicationBaseClass.php
Returns the code for this class.
getCode
RSDEngineDBApplicationClass::getCode() in RSDEngineDBApplicationClass.php
Returns the code for this class.
getCode
RSDEngineTemplateFileHeader::getCode() in RSDEngineTemplateFileHeader.php
Returns the code for the header template file.
getCode
RSDEngineDBApplicationInitFile::getCode() in RSDEngineDBApplicationInitFile.php
Returns the code for the configuratin file of the application (for a database backended application).
getColumn
RSDEngineDBTable::getColumn() in RSDEngineDBTable.php
Returns the column named $columnName or an instance of RSError on failure.
getColumnNameForPartialMethodName
Returns the column name suitable for including it in a method name.
getColumnNameForVariableName
Returns the column name suitable for use as an identifyer name.
getColumnNameWithoutPrefix
Returns the column name without the prifix.
getColumnValue
Returns the value of what ever was specified as column value.
getControllerCreateFilename
Returns the filename of the controller that creates a record.
getControllerCreateFilename
Returns the filename of the controller that creates a record.
getControllerCreateFilename
Returns the filename of the controller that creates a record.
getControllerCreateFilename
Returns the filename of the controller that creates a record.
getControllerDeleteFilename
Returns the filename of the controller that deletes a record.
getControllerDeleteFilename
Returns the filename of the controller that deletes a record.
getControllerDeleteFilename
Returns the filename of the controller that deletes a record.
getControllerDeleteFilename
Returns the filename of the controller that deletes a record.
getControllerFilename
RSDEngineDBTemplateFileSearchRecord::getControllerFilename() in RSDEngineDBTemplateFileSearchRecord.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileUpdateGroup::getControllerFilename() in RSDEngineDBTemplateFileUpdateGroup.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileSearch::getControllerFilename() in RSDEngineDBTemplateFileSearch.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileUpdate::getControllerFilename() in RSDEngineDBTemplateFileUpdate.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileGetRecord::getControllerFilename() in RSDEngineDBTemplateFileGetRecord.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileCreate::getControllerFilename() in RSDEngineDBTemplateFileCreate.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileUpdateRight::getControllerFilename() in RSDEngineDBTemplateFileUpdateRight.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileUpdateArea::getControllerFilename() in RSDEngineDBTemplateFileUpdateArea.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileGetOne::getControllerFilename() in RSDEngineDBTemplateFileGetOne.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileGet::getControllerFilename() in RSDEngineDBTemplateFileGet.php
Returns the filename of the corresponding controller.
getControllerFilename
RSDEngineDBTemplateFileDelete::getControllerFilename() in RSDEngineDBTemplateFileDelete.php
Returns the filename of the corresponding controller.
getControllerFiles
getControllerGetFilename
RSDEngineDBControllerFileUpdateGroup::getControllerGetFilename() in RSDEngineDBControllerFileUpdateGroup.php
Returns the filename of the get controller.
getControllerGetFilename
RSDEngineDBControllerFileUpdateArea::getControllerGetFilename() in RSDEngineDBControllerFileUpdateArea.php
Returns the filename of the get controller.
getControllerGetFilename
Returns the filename of the controller that displays multiple records.
getControllerGetFilename
Returns the filename of the controller that displays multiple records.
getControllerGetFilename
RSDEngineDBControllerFileUpdateRight::getControllerGetFilename() in RSDEngineDBControllerFileUpdateRight.php
Returns the filename of the get controller.
getControllerGetFilename
Returns the filename of the controller that displays multiple records.
getControllerGetOneFilename
Returns the filename of the controller that displays just one record.
getControllerGetOneFilename
Returns the filename of the controller that displays just one record.
getControllerGetOneFilename
Returns the filename of the controller that displays just one record.
getControllerGetOneFilename
Returns the filename of the controller that displays just one record.
getControllerGetStorageFilename
Returns the filename of the getStorage* controller for a specific record.
getControllerGetStorageFilename
Returns the filename of the getStorage* controller for a specific record.
getControllerGetStorageFilename
Returns the filename of the getStorage* controller for a specific record.
getControllerGetStorageFilename
Returns the filename of the getStorage* controller for a specific record.
getControllerUpdateAreaFilename
Returns the filename of the controller that updates a LiveUser area.
getControllerUpdateAreaFilename
Returns the filename of the controller that updates a LiveUser area.
getControllerUpdateAreaFilename
Returns the filename of the controller that updates a LiveUser area.
getControllerUpdateAreaFilename
Returns the filename of the controller that updates a LiveUser area.
getControllerUpdateFilename
Returns the filename of the controller that updates a record.
getControllerUpdateFilename
Returns the filename of the controller that updates a record.
getControllerUpdateFilename
Returns the filename of the controller that updates a record.
getControllerUpdateFilename
Returns the filename of the controller that updates a record.
getControllerUpdateGroupFilename
Returns the filename of the controller that updates a LiveUser group.
getControllerUpdateGroupFilename
Returns the filename of the controller that updates a LiveUser group.
getControllerUpdateGroupFilename
Returns the filename of the controller that updates a LiveUser group.
getControllerUpdateGroupFilename
Returns the filename of the controller that updates a LiveUser group.
getControllerUpdateRightFilename
Returns the filename of the controller that updates a LiveUser right.
getControllerUpdateRightFilename
Returns the filename of the controller that updates a LiveUser right.
getControllerUpdateRightFilename
Returns the filename of the controller that updates a LiveUser right.
getControllerUpdateRightFilename
Returns the filename of the controller that updates a LiveUser right.
getDeleteByPrimaryKeyMethodName
Returns the name of the method that can be used to delete records by the primary key from this table.
getError
Returns the error stored in $this->_error or if no error occurred false.
getFilename
RSDEngineDBTemplateFileUpdateRight::getFilename() in RSDEngineDBTemplateFileUpdateRight.php
Returns the filename.
getFilename
RSDEngineDBControllerFileGet::getFilename() in RSDEngineDBControllerFileGet.php
Returns the filename.
getFilename
RSDEngineControllerFileHeader::getFilename() in RSDEngineControllerFileHeader.php
getFilename
RSDEngineDBControllerFileDelete::getFilename() in RSDEngineDBControllerFileDelete.php
Returns the filename.
getFilename
RSDEngineDBControllerFileGetOne::getFilename() in RSDEngineDBControllerFileGetOne.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileUpdateGroup::getFilename() in RSDEngineDBTemplateFileUpdateGroup.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileUpdate::getFilename() in RSDEngineDBTemplateFileUpdate.php
Returns the filename.
getFilename
RSDEngineDBControllerFileUpdate::getFilename() in RSDEngineDBControllerFileUpdate.php
Returns the filename.
getFilename
RSDEngineDBControllerFileSearch::getFilename() in RSDEngineDBControllerFileSearch.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileUpdateArea::getFilename() in RSDEngineDBTemplateFileUpdateArea.php
Returns the filename.
getFilename
RSDEngineDBControllerFileGetStored::getFilename() in RSDEngineDBControllerFileGetStored.php
Returns the filename.
getFilename
RSDEngineFile::getFilename() in RSDEngineFile.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileGetOne::getFilename() in RSDEngineDBTemplateFileGetOne.php
Returns the filename.
getFilename
RSDEngineTemplateFileFooter::getFilename() in RSDEngineTemplateFileFooter.php
getFilename
RSDEngineDBApplicationConfigFile::getFilename() in RSDEngineDBApplicationConfigFile.php
Returns the name of the configuration file of the application class.
getFilename
RSDEngineTemplateFileHeader::getFilename() in RSDEngineTemplateFileHeader.php
getFilename
RSDEngineTemplateFilePaging::getFilename() in RSDEngineTemplateFilePaging.php
getFilename
RSDEngineTemplateFilePermissionDenied::getFilename() in RSDEngineTemplateFilePermissionDenied.php
getFilename
RSDEngineTemplateFileFatalError::getFilename() in RSDEngineTemplateFileFatalError.php
getFilename
RSDEngineDBApplicationIndexFile::getFilename() in RSDEngineDBApplicationIndexFile.php
Returns the filename of this index file.
getFilename
RSDEngineDBApplicationPublicInitFile::getFilename() in RSDEngineDBApplicationPublicInitFile.php
Returns the name of the public initialization file.
getFilename
RSDEngineDBControllerFileCreate::getFilename() in RSDEngineDBControllerFileCreate.php
Returns the filename.
getFilename
RSDEngineDBApplicationPrivateInitFile::getFilename() in RSDEngineDBApplicationPrivateInitFile.php
Returns the name of the private initialization file.
getFilename
RSDEngineDBApplicationLogoutFile::getFilename() in RSDEngineDBApplicationLogoutFile.php
Returns the filename of this logout file.
getFilename
RSDEngineDBApplicationInitFile::getFilename() in RSDEngineDBApplicationInitFile.php
Returns the name of the initialization file of the application class.
getFilename
RSDEngineDBTemplateFileSearchRecord::getFilename() in RSDEngineDBTemplateFileSearchRecord.php
Returns the filename.
getFilename
RSDEngineControllerFileFooter::getFilename() in RSDEngineControllerFileFooter.php
getFilename
RSDEngineDBTemplateFileDelete::getFilename() in RSDEngineDBTemplateFileDelete.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileGetRecord::getFilename() in RSDEngineDBTemplateFileGetRecord.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileCreate::getFilename() in RSDEngineDBTemplateFileCreate.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileSearch::getFilename() in RSDEngineDBTemplateFileSearch.php
Returns the filename.
getFilename
RSDEngineDBControllerFileUpdateRight::getFilename() in RSDEngineDBControllerFileUpdateRight.php
Returns the filename.
getFilename
RSDEngineDBControllerFileUpdateArea::getFilename() in RSDEngineDBControllerFileUpdateArea.php
Returns the filename.
getFilename
RSDEngineDBTemplateFileGet::getFilename() in RSDEngineDBTemplateFileGet.php
Returns the filename.
getFilename
RSDEngineDBControllerFileUpdateGroup::getFilename() in RSDEngineDBControllerFileUpdateGroup.php
Returns the filename.
getFileOptionProperty
getForeignKeyTarget
Returns the value of the property foreignKeyTarget.
getFunctionName
RSDEngineFunction::getFunctionName() in RSDEngineFunction.php
Returns the function name.
getFunctions
RSDEngineDB::getFunctions() in RSDEngineDB.php
Returns the functions generated by RSDEngineDB in an associative array.
getGetByPrimaryKeyMethodName
Returns the name of the method that can be used to retrive records by the primary key from this table.
getHTMLInputTag
RSDEngineColumn::getHTMLInputTag() in RSDEngineDBTable.php
getInstanceName
RSDEngineDBApplicationClass::getInstanceName() in RSDEngineDBApplicationClass.php
Returns the name for an instance created from this class.
getInstanceName
RSDEngineDBApplicationBaseClass::getInstanceName() in RSDEngineDBApplicationBaseClass.php
Returns the name for an instance created from this class.
getInstanceName
RSDEngineSmartyClass::getInstanceName() in RSDEngineSmartyClass.php
Returns the name for an instance created from this class.
getInstanceName
RSDEngineSmartyBaseClass::getInstanceName() in RSDEngineSmartyBaseClass.php
Returns the name for an instance created from this class.
getInstanceName
RSDEngineDBTable::getInstanceName() in RSDEngineDBTable.php
Returns the name for identifyer that holds a newly created instance of the created class.
getInstanceName
RSDEngineClass::getInstanceName() in RSDEngineClass.php
Returns the instance name.
getInstanceName
RSDEngineErrorManagerClass::getInstanceName() in RSDEngineErrorManagerClass.php
Returns the name for an instance created from this class.
getIsValidFileOptions
Returns the validation options for this column if it was defined as isValid:file.
getIsValidMethodName
Returns the name of the method that checks if a value is valid for the column supplied as argument.
getLabelColumn
Returns an sql statement that can be used in a select query to retrieve a literal representation of this record.
getLiveUserAreaAdminsByAreaId
Returns all users that are admin of a certain area.
getLiveUserAreaAdminsByNegativeAreaId
Returns all users that are not admin of a certain area.
getLiveUserAreaById
RSDLiveUserApplication::getLiveUserAreaById() in RSDLiveUserApplication.php
getLiveUserGroupById
getLiveUserGroupsByNegativeRightId
Returns all groups that do not have a certain right.
getLiveUserGroupsByRightId
Returns all groups that have a certain right.
getLiveUserOptions
RSDLiveUserApplication::getLiveUserOptions() in RSDLiveUserApplication.php
Returns the property _liveUserOptions.
getLiveUserUsersByGroupid
Returns all users that are member of a certain group.
getLiveUserUsersByNegativeGroupId
Returns all users that are not admin of a certain area.
getLiveUserUsersByNegativeRightId
Returns all users that personally do not have a certain right.
getLiveUserUsersByRightId
Returns all users that personally have a certain right.
getOne
RSDTable::getOne() in RSDTable.php
Returns just one field of one record from this table.
getPage
RSDTable::getPage() in RSDTable.php
getPrepareString
Returns $this->_prepareString.
getPrimaryKeyColumn
Returns the first column defined as primary key
getRecordFilename
RSDEngineDBTemplateFileGet::getRecordFilename() in RSDEngineDBTemplateFileGet.php
Returns the name of the file for displaying the records.
getRecordFilename
RSDEngineDBTemplateFileSearch::getRecordFilename() in RSDEngineDBTemplateFileSearch.php
Returns the name of the file for displaying the records.
getRow
RSDTable::getRow() in RSDTable.php
Returns just one record from this table.
getSelectMethodColumns
Returns all columns that are returned from the method selectIncludingAll.
getSequenceNameForVariableName
Returns the sequence name suitable for use as an identifyer name.
getSmartyHTMLOptionsArray
Returns an array for use with a SMARTY {html_options} statement.
getTable
RSDEngineDB::getTable() in RSDEngineDB.php
Returns the table named $tableName or an instance of RSError on failure.
getTable
RSDApplication::getTable() in RSDApplication.php
getTableNameForVariableName
Returns the name of this table for use as a variable name.
getTableNameWithoutPrefix
Returns the name of this table without the prefix.
getTemplateFilename
RSDEngineDBControllerFileCreate::getTemplateFilename() in RSDEngineDBControllerFileCreate.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileUpdate::getTemplateFilename() in RSDEngineDBControllerFileUpdate.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileSearch::getTemplateFilename() in RSDEngineDBControllerFileSearch.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileUpdateArea::getTemplateFilename() in RSDEngineDBControllerFileUpdateArea.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileUpdateGroup::getTemplateFilename() in RSDEngineDBControllerFileUpdateGroup.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileUpdateRight::getTemplateFilename() in RSDEngineDBControllerFileUpdateRight.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileGetOne::getTemplateFilename() in RSDEngineDBControllerFileGetOne.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileGet::getTemplateFilename() in RSDEngineDBControllerFileGet.php
Returns the filename of the corresponding template.
getTemplateFilename
RSDEngineDBControllerFileDelete::getTemplateFilename() in RSDEngineDBControllerFileDelete.php
Returns the filename of the corresponding template.
getTemplateFiles
Returns an associative array containing instances of child classes of RSDEngineFile.
getUpdateByPrimaryKeyMethodName
Returns the name of the method that can be used to update records by the primary key in this table.
getUserId
RSDLiveUserApplication::getUserId() in RSDLiveUserApplication.php
getValue
Returns $this->_value.
grantLiveUserGroupRight
grantLiveUserUserRight
h
top
$header
RSDEngineFileOption::$header in RSDEngineDBTable.php
Whether to include a header file.
i
top
$ignore
RSDEngineDBTable::$ignore in RSDEngineDBTable.php
Whether to ignore this table. Is set inside the method _parse.
$indent
RSDEngineMethod::$indent in RSDEngineDBTable.php
$inputType
RSDEngineColumn::$inputType in RSDEngineDBTable.php
The input type for this column. Is set in the construtor method.
$inputTypeData
RSDEngineColumn::$inputTypeData in RSDEngineDBTable.php
The the input type data (e.g. the options for a select box) for this column. Is set in the construtor method.
$instanceName
RSDEngineClass::$instanceName in RSDEngineClass.php
The instance name of the class to generate. Gets optionally set inside the constructor method.
$isForeignKey
RSDEngineColumn::$isForeignKey in RSDEngineDBTable.php
If this column is a foreign key.
$isPrimaryKey
RSDEngineColumn::$isPrimaryKey in RSDEngineDBTable.php
If this column is a primary key.
$isUndefinedKey
RSDEngineColumn::$isUndefinedKey in RSDEngineDBTable.php
If this column is an undefined key.
$isValid
RSDEngineColumn::$isValid in RSDEngineDBTable.php
The isValid defintion of this column. Is set in the construtor method.
insert
RSDTable::insert() in RSDTable.php
Inserts a record into the table.
isAdmin
RSDLiveUserApplication::isAdmin() in RSDLiveUserApplication.php
isAnyKey
RSDEngineColumn::isAnyKey() in RSDEngineDBTable.php
Returns true if this column is a primary, foreign or undefined key.
isInGroup
RSDLiveUserApplication::isInGroup() in RSDLiveUserApplication.php
isLiveUserAreaAdmin
RSDLiveUserApplication::isLiveUserAreaAdmin() in RSDLiveUserApplication.php
Whether the current user is admin of the given area.
isValidColumnValue
Returns true if the value passed as second argument is valid for the column passed as first argument.
isValidForeignKey
Returns true if such a primary key exists in the specified table otherwise a new PEAR_Error.
l
top
$leftOperand
$leftOperand
$leftOperand
$liveUser
RSDLiveUserApplication::$liveUser in RSDLiveUserApplication.php
An instance of PEAR::LiveUser.
loadConfig
RSDEngine::loadConfig() in RSDEngine.php
Loads the configuration information of this version into the associative array $this->config.
logInfo
RSDEngine::logInfo() in RSDEngine.php
Logs the info message passed as argument.
logWarn
RSDEngine::logWarn() in RSDEngine.php
Logs the warning message passed as argument.
m
top
$methodComments
RSDEngineMethod::$methodComments in RSDEngineDBTable.php
$methods
RSDEngineDBTable::$methods in RSDEngineDBTable.php
An array that holds the RSDEngineMethod objects for the class to generate. New methods are added by calling addMethod.
n
top
$name
RSDTable::$name in RSDTable.php
The name of the table.
$name
RSDEngineMethod::$name in RSDEngineDBTable.php
$name
RSDEngineDBTable::$name in RSDEngineDBTable.php
The name of the table.
$name
RSDEngineColumn::$name in RSDEngineDBTable.php
The name of this column. Is set in the construtor method.
o
top
$operation
The name of the operation.
$operation
The name of the operation.
$operation
The name of the operation.
$operation
RSDEngineLiveUserRight::$operation in RSDEngineDBTable.php
The name of the operation this right is required for. Possible values are 'select', 'insert', 'update', 'delete' and 'undefined'.
$orderBy
RSDEngineFileOption::$orderBy in RSDEngineDBTable.php
The SQL expression by which the records should be ordered.
$overwriteExisting
RSDEngineDBTemplateFileSearch::$overwriteExisting in RSDEngineDBTemplateFileSearch.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileSearchRecord::$overwriteExisting in RSDEngineDBTemplateFileSearchRecord.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileGetRecord::$overwriteExisting in RSDEngineDBTemplateFileGetRecord.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileGetOne::$overwriteExisting in RSDEngineDBTemplateFileGetOne.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileUpdate::$overwriteExisting in RSDEngineDBTemplateFileUpdate.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileGet::$overwriteExisting in RSDEngineDBTemplateFileGet.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileUpdateArea::$overwriteExisting in RSDEngineDBTemplateFileUpdateArea.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineTemplateFileFatalError::$overwriteExisting in RSDEngineTemplateFileFatalError.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineTemplateFileFooter::$overwriteExisting in RSDEngineTemplateFileFooter.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineTemplateFileHeader::$overwriteExisting in RSDEngineTemplateFileHeader.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineTemplateFilePaging::$overwriteExisting in RSDEngineTemplateFilePaging.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineSmartyClass::$overwriteExisting in RSDEngineSmartyClass.php
Whether to overwrite an existing file. The default for this class is not to do so!
$overwriteExisting
RSDEngineSmartyBaseClass::$overwriteExisting in RSDEngineSmartyBaseClass.php
Whether to overwrite an existing file. The default for this class is to do so!
$overwriteExisting
RSDEngineDBTemplateFileUpdateGroup::$overwriteExisting in RSDEngineDBTemplateFileUpdateGroup.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileUpdateRight::$overwriteExisting in RSDEngineDBTemplateFileUpdateRight.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineErrorManagerClass::$overwriteExisting in RSDEngineErrorManagerClass.php
Whether to overwrite an existing file. The default for this class is not to do so!
$overwriteExisting
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBTemplateFileDelete::$overwriteExisting in RSDEngineDBTemplateFileDelete.php
Whether to overwrite an existing file.
$overwriteExisting
Whether to overwrite an existing class file.
$overwriteExisting
RSDEngineDBApplicationPublicInitFile::$overwriteExisting in RSDEngineDBApplicationPublicInitFile.php
Whether to overwrite an existing file. The default for this class is not to do so!
$overwriteExisting
RSDEngineDBControllerFileCreate::$overwriteExisting in RSDEngineDBControllerFileCreate.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileDelete::$overwriteExisting in RSDEngineDBControllerFileDelete.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBApplicationPrivateInitFile::$overwriteExisting in RSDEngineDBApplicationPrivateInitFile.php
Whether to overwrite an existing file. The default for this class is not to do so!
$overwriteExisting
RSDEngineDBApplicationInitFile::$overwriteExisting in RSDEngineDBApplicationInitFile.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineControllerFileFooter::$overwriteExisting in RSDEngineControllerFileFooter.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineControllerFileHeader::$overwriteExisting in RSDEngineControllerFileHeader.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBApplicationClass::$overwriteExisting in RSDEngineDBApplicationClass.php
Whether to overwrite an existing file. The default for this class is not to do so!
$overwriteExisting
RSDEngineDBTemplateFileCreate::$overwriteExisting in RSDEngineDBTemplateFileCreate.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileGet::$overwriteExisting in RSDEngineDBControllerFileGet.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileUpdateGroup::$overwriteExisting in RSDEngineDBControllerFileUpdateGroup.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileUpdateRight::$overwriteExisting in RSDEngineDBControllerFileUpdateRight.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineTemplateFilePermissionDenied::$overwriteExisting in RSDEngineTemplateFilePermissionDenied.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileUpdateArea::$overwriteExisting in RSDEngineDBControllerFileUpdateArea.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileUpdate::$overwriteExisting in RSDEngineDBControllerFileUpdate.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileGetOne::$overwriteExisting in RSDEngineDBControllerFileGetOne.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileGetStored::$overwriteExisting in RSDEngineDBControllerFileGetStored.php
Whether to overwrite an existing file.
$overwriteExisting
RSDEngineDBControllerFileSearch::$overwriteExisting in RSDEngineDBControllerFileSearch.php
Whether to overwrite an existing file.
onFatalError
RSDEngineErrorManager::onFatalError() in RSDEngineErrorManager.php
RSErrorManager:onFatalError is overwritten to customize the reaction on fatal errors.
overwrite
RSDEngineFileOption::overwrite() in RSDEngineDBTable.php
Updates all properties in with the values of the associative array passed as argument if the values are not null.
p
top
$paging
RSDEngineFileOption::$paging in RSDEngineDBTable.php
Whether to implement a paging feature
$parameters
RSDEngineMethod::$parameters in RSDEngineDBTable.php
$phpCode
$phpCode
RSDEngineLiveUserRight::$phpCode in RSDEngineDBTable.php
The PHP code to execute to get the rightId. This property is only used if $this->type is 'PHP_CODE'.
$phpCode
$phpCode
$preventWriting
RSDEngineClass::$preventWriting in RSDEngineClass.php
Whether to prevent writing this file.
$preventWriting
RSDEngineFile::$preventWriting in RSDEngineFile.php
Whether to prevent writing this file.
$projectName
RSDEngineDB::$projectName in RSDEngineDB.php
The project name. Gets set inside the constructor method.
$projectName
RSDEngineDBTable::$projectName in RSDEngineDBTable.php
The project name. Gets set inside the constructor method.
$public
RSDEngineFileOption::$public in RSDEngineDBTable.php
Whether this file (controller) is public (or private).
parseLiveUserOptions
This method will parse all editLiveUserRight, editLiveUserGroup and editLiveUserGroupOptions.
parseTableOptions
Parses the table options saved in $this->tableOptions.
prepareSelectIncludingMethod
Does some preparation for the method createSelectIncludingMethod.
q
top
$query
RSDEngineLiveUserRight::$query in RSDEngineDBTable.php
The SQL code to pass to the method $this->db->getOne to get the rightId. This property is only used if $this->type is 'SQL_QUERY'.
$query
$query
$query
r
top
$recordCondition
The PHP code to execute for every record to get a boolean value that indicates if the user is allowed to perform this operation on the specific record or not.
$recordsPerPage
RSDEngineFileOption::$recordsPerPage in RSDEngineDBTable.php
The number of records to display per page. This property is only relavant if $this->paging is set to true.
$relatedClasses
RSDEngineFile::$relatedClasses in RSDEngineFile.php
An associative array containing related files. A class that extends RSDEngineFile and overwrites the method getCode might need this to communicate with other classes that are created. Gets set inside the method setRelatedClasses.
$relatedFiles
RSDEngineFile::$relatedFiles in RSDEngineFile.php
An associative array containing related files. A class that extends RSDEngineFile and overwrites the method getCode might need this to communicate with other files that are created. Gets set inside the method setRelatedFiles.
$relatedFunctions
An associative array containing related files. A class that extends RSDEngineFile and overwrites the method getCode might need this to communicate with other functions that are created. Gets set inside the method setRelatedFunctions.
$relations
RSDEngineDBTable::$relations in RSDEngineDBTable.php
An array of all RSDRelation objects having this table as starting point. New relations are added by calling the method _addRelation.
$relations
RSDEngineDB::$relations in RSDEngineDB.php
An array containing instances of RSDEngineRelation.
$relationToSelectIncludingTable
The relation to the table (class) that contains the selectIncludingMethod.
$rightOperand
$rightOperand
$rightOperand
$rsdEngineColumn
The column for which this option was set.
$rsdEngineColumn
The column for which this option was set.
$rsdEngineColumn
The column for which this option was set.
$rsdEngineDB
RSDEngineDBTable::$rsdEngineDB in RSDEngineDBTable.php
Holds a handle to the RSDEngineDB instance that created this instance.
$rsdEngineDBTable
RSDEngineRelation::$rsdEngineDBTable in RSDEngineDBTable.php
The RSDEngineDBTable instance that created this instance.
$rsdEngineDBTable
The RSDEngineDBTable instance that created this instance.
$rsdEngineDBTable
RSDEngineColumn::$rsdEngineDBTable in RSDEngineDBTable.php
The RSDEngineDBTable instance that created this instance.
$rsdEngineDBTable
The RSDEngineDBTable instance that created this instance.
$rsdEngineDBTable
The RSDEngineDBTable instance that created this instance.
RSDApplication.php
RSDApplication.php in RSDApplication.php
RSDEngineClass.php
RSDEngineClass.php in RSDEngineClass.php
RSDEngineControllerFileFooter.php
RSDEngineControllerFileFooter.php in RSDEngineControllerFileFooter.php
RSDEngineControllerFileHeader.php
RSDEngineControllerFileHeader.php in RSDEngineControllerFileHeader.php
RSDEngineControllerFile.php
RSDEngineControllerFile.php in RSDEngineControllerFile.php
RSDEngineDBApplicationBaseClass.php
RSDEngineDBApplicationBaseClass.php in RSDEngineDBApplicationBaseClass.php
RSDEngineDBApplicationClass.php
RSDEngineDBApplicationClass.php in RSDEngineDBApplicationClass.php
RSDEngineDBApplicationConfigFile.php
RSDEngineDBApplicationConfigFile.php in RSDEngineDBApplicationConfigFile.php
RSDEngineDBApplicationIndexFile.php
RSDEngineDBApplicationIndexFile.php in RSDEngineDBApplicationIndexFile.php
RSDEngineDBApplicationInitFile.php
RSDEngineDBApplicationInitFile.php in RSDEngineDBApplicationInitFile.php
RSDEngineDBApplicationLogoutFile.php
RSDEngineDBApplicationLogoutFile.php in RSDEngineDBApplicationLogoutFile.php
RSDEngineDBApplicationPrivateInitFile.php
RSDEngineDBApplicationPrivateInitFile.php in RSDEngineDBApplicationPrivateInitFile.php
RSDEngineDBApplicationPublicInitFile.php
RSDEngineDBApplicationPublicInitFile.php in RSDEngineDBApplicationPublicInitFile.php
RSDEngineDBControllerFileCreate.php
RSDEngineDBControllerFileCreate.php in RSDEngineDBControllerFileCreate.php
RSDEngineDBControllerFileDelete.php
RSDEngineDBControllerFileDelete.php in RSDEngineDBControllerFileDelete.php
RSDEngineDBControllerFileGetOne.php
RSDEngineDBControllerFileGetOne.php in RSDEngineDBControllerFileGetOne.php
RSDEngineDBControllerFileGetStored.php
RSDEngineDBControllerFileGetStored.php in RSDEngineDBControllerFileGetStored.php
RSDEngineDBControllerFileGet.php
RSDEngineDBControllerFileGet.php in RSDEngineDBControllerFileGet.php
RSDEngineDBControllerFileSearch.php
RSDEngineDBControllerFileSearch.php in RSDEngineDBControllerFileSearch.php
RSDEngineDBControllerFileUpdateArea.php
RSDEngineDBControllerFileUpdateArea.php in RSDEngineDBControllerFileUpdateArea.php
RSDEngineDBControllerFileUpdateGroup.php
RSDEngineDBControllerFileUpdateGroup.php in RSDEngineDBControllerFileUpdateGroup.php
RSDEngineDBControllerFileUpdateRight.php
RSDEngineDBControllerFileUpdateRight.php in RSDEngineDBControllerFileUpdateRight.php
RSDEngineDBControllerFileUpdate.php
RSDEngineDBControllerFileUpdate.php in RSDEngineDBControllerFileUpdate.php
RSDEngineDBTable.php
RSDEngineDBTable.php in RSDEngineDBTable.php
RSDEngineDBTemplateFileCreate.php
RSDEngineDBTemplateFileCreate.php in RSDEngineDBTemplateFileCreate.php
RSDEngineDBTemplateFileDelete.php
RSDEngineDBTemplateFileDelete.php in RSDEngineDBTemplateFileDelete.php
RSDEngineDBTemplateFileGetOne.php
RSDEngineDBTemplateFileGetOne.php in RSDEngineDBTemplateFileGetOne.php
RSDEngineDBTemplateFileGetRecord.php
RSDEngineDBTemplateFileGetRecord.php in RSDEngineDBTemplateFileGetRecord.php
RSDEngineDBTemplateFileGet.php
RSDEngineDBTemplateFileGet.php in RSDEngineDBTemplateFileGet.php
RSDEngineDBTemplateFileSearchRecord.php
RSDEngineDBTemplateFileSearchRecord.php in RSDEngineDBTemplateFileSearchRecord.php
RSDEngineDBTemplateFileSearch.php
RSDEngineDBTemplateFileSearch.php in RSDEngineDBTemplateFileSearch.php
RSDEngineDBTemplateFileUpdateArea.php
RSDEngineDBTemplateFileUpdateArea.php in RSDEngineDBTemplateFileUpdateArea.php
RSDEngineDBTemplateFileUpdateGroup.php
RSDEngineDBTemplateFileUpdateGroup.php in RSDEngineDBTemplateFileUpdateGroup.php
RSDEngineDBTemplateFileUpdateRight.php
RSDEngineDBTemplateFileUpdateRight.php in RSDEngineDBTemplateFileUpdateRight.php
RSDEngineDBTemplateFileUpdate.php
RSDEngineDBTemplateFileUpdate.php in RSDEngineDBTemplateFileUpdate.php
RSDEngineDB.php
RSDEngineDB.php in RSDEngineDB.php
RSDEngineErrorManagerClass.php
RSDEngineErrorManagerClass.php in RSDEngineErrorManagerClass.php
RSDEngineErrorManager.php
RSDEngineErrorManager.php in RSDEngineErrorManager.php
RSDEngineFile.php
RSDEngineFile.php in RSDEngineFile.php
RSDEngineFunction.php
RSDEngineFunction.php in RSDEngineFunction.php
RSDEngineSmartyBaseClass.php
RSDEngineSmartyBaseClass.php in RSDEngineSmartyBaseClass.php
RSDEngineSmartyClass.php
RSDEngineSmartyClass.php in RSDEngineSmartyClass.php
RSDEngineTemplateFileFatalError.php
RSDEngineTemplateFileFatalError.php in RSDEngineTemplateFileFatalError.php
RSDEngineTemplateFileFooter.php
RSDEngineTemplateFileFooter.php in RSDEngineTemplateFileFooter.php
RSDEngineTemplateFileHeader.php
RSDEngineTemplateFileHeader.php in RSDEngineTemplateFileHeader.php
RSDEngineTemplateFilePaging.php
RSDEngineTemplateFilePaging.php in RSDEngineTemplateFilePaging.php
RSDEngineTemplateFilePermissionDenied.php
RSDEngineTemplateFilePermissionDenied.php in RSDEngineTemplateFilePermissionDenied.php
RSDEngineTemplateFile.php
RSDEngineTemplateFile.php in RSDEngineTemplateFile.php
RSDEngine.php
RSDEngine.php in RSDEngine.php
RSDLiveUserApplication.php
RSDLiveUserApplication.php in RSDLiveUserApplication.php
RSDTable.php
RSDTable.php in RSDTable.php
recordArrayToSmartyHTMLOptionsArray
Transforms an array of records to an array for use with a SMARTY {html_options} statement.
removeLiveUserAreaAdmin
Removes an LiveUser area admin.
removeLiveUserUser
RSDLiveUserApplication::removeLiveUserUser() in RSDLiveUserApplication.php
Removes a user from the auth and the perm container.
removeLiveUserUserFromGroup
revokeLiveUserGroupRight
revokeLiveUserUserRight
RSDApplication
RSDApplication in RSDApplication.php
RSDApplication is the base class for any application class.
RSDApplication
RSDApplication::RSDApplication() in RSDApplication.php
The constructor initializes the field db and errorManager.
RSDColumnValue
RSDColumnValue in RSDTable.php
This class can be used to express a value to be used in a SQL statement.
RSDColumnValue
The constructor method.
RSDEngine
RSDEngine::RSDEngine() in RSDEngine.php
Construtor method.
RSDEngine
RSDEngine in RSDEngine.php
Rapid and Secure Development Engine - generates classes for accessing the database schema provided by the developer.
RSDEngineClass
RSDEngineClass in RSDEngineClass.php
Helper class for generating a class.
RSDEngineClass
RSDEngineClass::RSDEngineClass() in RSDEngineClass.php
Constructor that does the initialization.
RSDEngineColumn
RSDEngineColumn::RSDEngineColumn() in RSDEngineDBTable.php
The constructor that initializes this instance.
RSDEngineColumn
RSDEngineColumn in RSDEngineDBTable.php
Holds all information for one column of an RSDEngineDBTable.
RSDEngineControllerFile
Constructor that does the initialization.
RSDEngineControllerFile
RSDEngineControllerFile in RSDEngineControllerFile.php
Helper class for creating template files.
RSDEngineControllerFileFooter
RSDEngineControllerFileFooter in RSDEngineControllerFileFooter.php
The generated file is included by the template file footer.tpl (created by RSDEngineTemplateFileFooter).
RSDEngineControllerFileHeader
RSDEngineControllerFileHeader in RSDEngineControllerFileHeader.php
The generated file is included by the template file header.tpl (created by RSDEngineTemplateFileHeader).
RSDEngineDB
RSDEngineDB in RSDEngineDB.php
This class provides the power of creating classes that simplify the acccess of database tables.
RSDEngineDB
RSDEngineDB::RSDEngineDB() in RSDEngineDB.php
Initializes this instance.
RSDEngineDBApplicationBaseClass
RSDEngineDBApplicationBaseClass in RSDEngineDBApplicationBaseClass.php
Generates the application base class (the main class) for database backended applications.
RSDEngineDBApplicationClass
RSDEngineDBApplicationClass in RSDEngineDBApplicationClass.php
Generates the Application class (the main class) for database backended applications.
RSDEngineDBApplicationConfigFile
RSDEngineDBApplicationConfigFile in RSDEngineDBApplicationConfigFile.php
Generates the configuration file for database backended applications.
RSDEngineDBApplicationIndexFile
RSDEngineDBApplicationIndexFile in RSDEngineDBApplicationIndexFile.php
Generates a file called index.php to be put in the code directory.
RSDEngineDBApplicationInitFile
RSDEngineDBApplicationInitFile in RSDEngineDBApplicationInitFile.php
Generates the init file.
RSDEngineDBApplicationLogoutFile
RSDEngineDBApplicationLogoutFile in RSDEngineDBApplicationLogoutFile.php
Generates a file called logout.php to be put in the code directory.
RSDEngineDBApplicationPrivateInitFile
RSDEngineDBApplicationPrivateInitFile in RSDEngineDBApplicationPrivateInitFile.php
Generates the private init file.
RSDEngineDBApplicationPublicInitFile
RSDEngineDBApplicationPublicInitFile in RSDEngineDBApplicationPublicInitFile.php
Generates the public init file.
RSDEngineDBControllerFileCreate
RSDEngineDBControllerFileCreate in RSDEngineDBControllerFileCreate.php
Generates the controller file for inserting records into a table.
RSDEngineDBControllerFileDelete
RSDEngineDBControllerFileDelete in RSDEngineDBControllerFileDelete.php
Generates the controller file for deleting records from a table.
RSDEngineDBControllerFileGet
RSDEngineDBControllerFileGet in RSDEngineDBControllerFileGet.php
Generates the controller file for selecting records from a table.
RSDEngineDBControllerFileGetOne
RSDEngineDBControllerFileGetOne in RSDEngineDBControllerFileGetOne.php
Generates the controller file for selecting one record from a table.
RSDEngineDBControllerFileGetStored
RSDEngineDBControllerFileGetStored in RSDEngineDBControllerFileGetStored.php
Generates the controller file for selecting one record from a table.
RSDEngineDBControllerFileSearch
RSDEngineDBControllerFileSearch in RSDEngineDBControllerFileSearch.php
Generates the controller file for searching records in a table.
RSDEngineDBControllerFileUpdate
RSDEngineDBControllerFileUpdate in RSDEngineDBControllerFileUpdate.php
Generates the controller file for inserting records into a table.
RSDEngineDBControllerFileUpdateArea
RSDEngineDBControllerFileUpdateArea in RSDEngineDBControllerFileUpdateArea.php
Generates the controller file for updating a LiveUser area.
RSDEngineDBControllerFileUpdateGroup
RSDEngineDBControllerFileUpdateGroup in RSDEngineDBControllerFileUpdateGroup.php
Generates the controller file for updating a LiveUser group.
RSDEngineDBControllerFileUpdateRight
RSDEngineDBControllerFileUpdateRight in RSDEngineDBControllerFileUpdateRight.php
Generates the controller file for updating a LiveUser right.
RSDEngineDBTable
RSDEngineDBTable in RSDEngineDBTable.php
Creates a class for accassing a database table.
RSDEngineDBTable
RSDEngineDBTable::RSDEngineDBTable() in RSDEngineDBTable.php
Constructor that initializes this instance and calls parse.
RSDEngineDBTemplateFileCreate
RSDEngineDBTemplateFileCreate in RSDEngineDBTemplateFileCreate.php
Generates the smarty template file for inserting records into a table.
RSDEngineDBTemplateFileDelete
RSDEngineDBTemplateFileDelete in RSDEngineDBTemplateFileDelete.php
Generates the smarty template file for deleting records from a table.
RSDEngineDBTemplateFileGet
RSDEngineDBTemplateFileGet in RSDEngineDBTemplateFileGet.php
Generates the smarty template file for selecting all records from a table.
RSDEngineDBTemplateFileGetOne
RSDEngineDBTemplateFileGetOne in RSDEngineDBTemplateFileGetOne.php
Generates the smarty template file for selecting a single record from a table.
RSDEngineDBTemplateFileGetRecord
RSDEngineDBTemplateFileGetRecord in RSDEngineDBTemplateFileGetRecord.php
Generates the smarty template file to be included by the get-template to display the records.
RSDEngineDBTemplateFileSearch
RSDEngineDBTemplateFileSearch in RSDEngineDBTemplateFileSearch.php
Generates the smarty template file for searching records from in table.
RSDEngineDBTemplateFileSearchRecord
RSDEngineDBTemplateFileSearchRecord in RSDEngineDBTemplateFileSearchRecord.php
Generates the smarty template file to be included by the search-template to display the records.
RSDEngineDBTemplateFileUpdate
RSDEngineDBTemplateFileUpdate in RSDEngineDBTemplateFileUpdate.php
Generates the smarty template file for updating records in a table.
RSDEngineDBTemplateFileUpdateArea
RSDEngineDBTemplateFileUpdateArea in RSDEngineDBTemplateFileUpdateArea.php
Generates the smarty template file for updating a LiveUser area.
RSDEngineDBTemplateFileUpdateGroup
RSDEngineDBTemplateFileUpdateGroup in RSDEngineDBTemplateFileUpdateGroup.php
Generates the smarty template file for updating a LiveUser group.
RSDEngineDBTemplateFileUpdateRight
RSDEngineDBTemplateFileUpdateRight in RSDEngineDBTemplateFileUpdateRight.php
Generates the smarty template file for updating a LiveUser right.
RSDEngineEditLiveUserAreaOption
RSDEngineEditLiveUserAreaOption in RSDEngineDBTable.php
An instance of this class is created for every editLiveUserArea option.
RSDEngineEditLiveUserAreaOption
RSDEngineEditLiveUserGroupOption
RSDEngineEditLiveUserGroupOption
RSDEngineEditLiveUserGroupOption in RSDEngineDBTable.php
An instance of this class is created for every editLiveUserGroup option.
RSDEngineEditLiveUserRightOption
RSDEngineEditLiveUserRightOption
RSDEngineEditLiveUserRightOption in RSDEngineDBTable.php
An instance of this class is created for every editLiveUserRight option.
RSDEngineErrorManager
Calls the parent constructor.
RSDEngineErrorManager
RSDEngineErrorManager in RSDEngineErrorManager.php
RSDEngineErrorManager implements an error management for the RSDEngine.
RSDEngineErrorManagerClass
RSDEngineErrorManagerClass in RSDEngineErrorManagerClass.php
Generates the Application class (the main class) for database backended applications.
RSDEngineFile
RSDEngineFile in RSDEngineFile.php
Helper class for creating source files.
RSDEngineFile
RSDEngineFile::RSDEngineFile() in RSDEngineFile.php
Constructor that does the initialization.
RSDEngineFileOption
The constructor method.
RSDEngineFileOption
RSDEngineFileOption in RSDEngineDBTable.php
This class represents a file table option that is used to define settings for individual files.
RSDEngineFunction
RSDEngineFunction in RSDEngineFunction.php
Helper class for generating a function.
RSDEngineFunction
Constructor that does the initialization.
RSDEngineLiveUserRight
The constructor method.
RSDEngineLiveUserRight
RSDEngineLiveUserRight in RSDEngineDBTable.php
This class represents a LiveUser table option that is used to define the rights the current user must have to perform certain operations.
RSDEngineMethod
RSDEngineMethod in RSDEngineDBTable.php
A class for generating an entire PHP-Class.
RSDEngineMethod
RSDEngineMethod::RSDEngineMethod() in RSDEngineDBTable.php
Constructor method that initializes this instance.
RSDEngineRelation
Constructor method that initializes this instance.
RSDEngineRelation
RSDEngineRelation in RSDEngineDBTable.php
Implements a relation between two database tables.
RSDEngineSmartyBaseClass
RSDEngineSmartyBaseClass in RSDEngineSmartyBaseClass.php
Generates a class extending the class Smarty.
RSDEngineSmartyClass
RSDEngineSmartyClass in RSDEngineSmartyClass.php
Generates a class extending the class Smarty.
RSDEngineTemplateFile
RSDEngineTemplateFile in RSDEngineTemplateFile.php
Helper class for creating template files.
RSDEngineTemplateFile
Constructor that does the initialization.
RSDEngineTemplateFileFatalError
RSDEngineTemplateFileFatalError in RSDEngineTemplateFileFatalError.php
Generates the smarty template file for viewing an occurred error.
RSDEngineTemplateFileFooter
RSDEngineTemplateFileFooter in RSDEngineTemplateFileFooter.php
Generates the smarty footer template.
RSDEngineTemplateFileHeader
RSDEngineTemplateFileHeader in RSDEngineTemplateFileHeader.php
Generates the smarty header template.
RSDEngineTemplateFilePaging
RSDEngineTemplateFilePaging in RSDEngineTemplateFilePaging.php
Generates the smarty template file for the paging feature.
RSDEngineTemplateFilePermissionDenied
RSDEngineTemplateFilePermissionDenied in RSDEngineTemplateFilePermissionDenied.php
Generates the smarty template file for informig the user about a denied permission.
RSDLiveUserApplication
RSDLiveUserApplication in RSDLiveUserApplication.php
RSDLiveUserApplication is the base class for any LiveUser application class.
RSDTable
RSDTable::RSDTable() in RSDTable.php
Constructor that calls the base class constructor PEAR().
RSDTable
RSDTable in RSDTable.php
This is the superclass for all RSDTable classes created for a specific table.
RSD_CHECK_UNIQUE_CONSTRAINTS
Pass this constant to the methods isValidColumnValueArray, isValidColumnValue or any other isValid* method to check also unique constraints (if existing).
RSD_HYPOTHETICAL
RSD_HYPOTHETICAL in RSDTable.php
Some generated methods accept this constant as argument. If passed the method will not perform the actual operation but will only check if the user has the right to do so. If she has the method will return true. Otherwise it will return a permission denied error.
RSD_NO_LIVEUSER_RIGHT_CHECK
Pass this constant to the methods select, update, create, delete and all selectIncluding* methods to prevent LiveUser from checking for any rights.
s
top
$selectIncludingMethod
$selectIncludingMethod
$selectIncludingMethod
$selectIncludingMethodName
The name of the selectIncluding* method used to perform the join over $tableName. This property is only used if $this->type is 'table.column'.
$selectMethodName
The name of the selectIncluding* method used to get the records.
$separateRecordTemplate
Whether to use a seperate template to display the records in the get/search template.
$sequenceName
RSDEngineColumn::$sequenceName in RSDEngineDBTable.php
The name of the sequence from which to fetch the next id. Pass an empty string if no sequence should be used. Is set in the construtor method.
$showKeyColumns
RSDEngineFileOption::$showKeyColumns in RSDEngineDBTable.php
Whether to display the columns defined as primary or foreing key in the templates.
$smarty
RSDApplication::$smarty in RSDApplication.php
An instance of Smarty.
$sql
RSDEngineDB::$sql in RSDEngineDB.php
The Database schema in SQL DDL. Gets set inside the constructor method.
saveConfig
RSDEngine::saveConfig() in RSDEngine.php
Saves the configuration information for this version.
select
RSDTable::select() in RSDTable.php
Returns a two-demensional Array of records. One record is hold by one array.
selectIncludingAll
This method should be overwritten in a child class. It should perform a join over all related tables.
selectIncludingDirectlyRelated
This method should be overwritten in a child class. It should perform a join over all tables that referenced by a foreign key define in this table.
setForeignKeyTarget
Sets the property foreignKeyTarget makes this column a foreign key.
setIndent
RSDEngineMethod::setIndent() in RSDEngineDBTable.php
Sets the property indent.
setIsValidFileOptions
Sets the validation options for this column that was defined as isValid:file.
setKey
RSDEngineColumn::setKey() in RSDEngineDBTable.php
Sets the properties isPrimaryKey, isForeignKey and isUndefinedKey based on the string passed as argument.
setLiveUserOptions
RSDLiveUserApplication::setLiveUserOptions() in RSDLiveUserApplication.php
Sets the property _liveUserOptions.
setOutputDirectory
Sets the output direcotry.
setRelatedClasses
Sets the related classes.
setRelatedFiles
Sets the related files.
setRelatedFunctions
Sets the related functions.
setWrite
RSDEngineFile::setWrite() in RSDEngineFile.php
Sets the properties preventWriting and overwriteExisting based on the string passed as argument
setWrite
RSDEngineClass::setWrite() in RSDEngineClass.php
Sets the properties preventWriting and overwriteExisting based on the string passed as argument
t
top
$table
RSDEngineColumn::$table in RSDEngineDBTable.php
The name of the table that contains this column. Is set in the construtor method.
$tableName
RSDEngineLiveUserRight::$tableName in RSDEngineDBTable.php
The name of the table that contains $columnName. This property is only used if $this->type is 'table.column'.
$tableName
$tableName
$tableName
$tableOptions
RSDEngineDBTable::$tableOptions in RSDEngineDBTable.php
An array holding all table options. These are defined between the table name and the opening brace.
$tablePrefix
RSDEngineDBTable::$tablePrefix in RSDEngineDBTable.php
The prefix of this table. Often t_ or an shorthand for the project name of the form prj_. Providing a table prefix makes the generated code more readable because the prefix can be remove where appropriate. Set in the construtor method.
$tablePrefix
RSDEngineDB::$tablePrefix in RSDEngineDB.php
The table prefix used for all tables in $this->sql. Often t_ or an shorthand for the project name of the form prj_. Providing a table prefix makes the generated code more readable because the prefix can be remove where appropriate. Set in the construtor method.
$tables
RSDEngineDB::$tables in RSDEngineDB.php
An array containing instances of RSDEngineDBTable.
$to
RSDEngineRelation::$to in RSDEngineDBTable.php
$toColumn
RSDEngineRelation::$toColumn in RSDEngineDBTable.php
$toTable
RSDEngineRelation::$toTable in RSDEngineDBTable.php
$type
$type
RSDEngineFileOption::$type in RSDEngineDBTable.php
The type of the file. Possible values are 'controller', 'view', 'childClass', 'baseClass', 'all'
$type
RSDEngineLiveUserRight::$type in RSDEngineDBTable.php
The type of LiveUserTableOption. Can be one of the following strings: 'column', 'table.column', 'SQL_QUERY' or 'PHP_CODE'.
$type
$type
tableExists
RSDEngineDB::tableExists() in RSDEngineDB.php
Returns true if the table specified by it's name passed as first argument exists.
toRSDFile
RSDEngineClass::toRSDFile() in RSDEngineClass.php
Returns a new instance of RSDEngineFile.
toRSDFile
RSDEngineFunction::toRSDFile() in RSDEngineFunction.php
Returns a new instance of RSDEngineFile.
toString
RSDEngineMethod::toString() in RSDEngineDBTable.php
Returns the method declaration.
toString
RSDEngineRelation::toString() in RSDEngineDBTable.php
Returns a literal representation of this relation.
toString
Return a literal representation of this instance.
toString
RSDEngineDBTable::toString() in RSDEngineDBTable.php
Returns a literal representation of this RSDEngineDBTable instance.
toString
RSDEngineColumn::toString() in RSDEngineDBTable.php
Returns a literal representation of this column.
toString
Return a literal representation of this instance.
toString
Return a literal representation of this instance.
toString
RSDEngineFileOption::toString() in RSDEngineDBTable.php
Return a literal representation of this instance.
toString
RSDEngineLiveUserRight::toString() in RSDEngineDBTable.php
Return a literal representation of this instance.
u
top
$unique
RSDEngineColumn::$unique in RSDEngineDBTable.php
Indicates whether the values for this column must be unique. Is set in the construtor method.
update
RSDTable::update() in RSDTable.php
Updates records in this table.
updateRow
RSDTable::updateRow() in RSDTable.php
userIsInGroup
RSDLiveUserApplication::userIsInGroup() in RSDLiveUserApplication.php
w
top
$write
RSDEngineFileOption::$write in RSDEngineDBTable.php
Whether to write (create) this file if non-existing, do not even try to create it or to overwrite it if existing. Valid values are 'true', 'false', 'overwrite'.
writeToDirectory
Writes the file to a directory.
a b c d e f g h i l m n o p q r s t u w _