Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
a
- add
- in file Criteria.php, method Criteria::add()
This method adds a new criterion to the list of criterias.
- addAlias
- in file Criteria.php, method Criteria::addAlias()
Allows one to specify an alias for a table that can be used in various parts of the SQL.
- addAnd
- in file Criteria.php, method Criterion::addAnd()
Append an AND Criterion onto this Criterion's list.
- addAnd
- in file Criteria.php, method Criteria::addAnd()
This method adds a new criterion to the list of criterias.
- addAscendingOrderByColumn
- in file Criteria.php, method Criteria::addAscendingOrderByColumn()
Add order by column name, explicitly specifying ascending.
- addAsColumn
- in file Criteria.php, method Criteria::addAsColumn()
Add an AS clause to the select columns. Usage:
- addColumn
- in file TableMap.php, method TableMap::addColumn()
Add a column to the table.
- addConfiguredColumn
- in file TableMap.php, method TableMap::addConfiguredColumn()
Add a pre-created column to this table. It will replace any existing column.
- addDescendingOrderByColumn
- in file Criteria.php, method Criteria::addDescendingOrderByColumn()
Add order by column name, explicitly specifying descending.
- addForeignKey
- in file TableMap.php, method TableMap::addForeignKey()
Add a foreign key column to the table.
- addForeignPrimaryKey
- in file TableMap.php, method TableMap::addForeignPrimaryKey()
Add a foreign primary key column to the table.
- addGroupByColumn
- in file Criteria.php, method Criteria::addGroupByColumn()
Add group by column name.
- addHaving
- in file Criteria.php, method Criteria::addHaving()
This method adds a prepared Criterion object to the Criteria as a having clause.
- addJoin
- in file Criteria.php, method Criteria::addJoin()
This is the way that you should add a straight (inner) join of two tables. For example:
- addOr
- in file Criteria.php, method Criterion::addOr()
Append an OR Criterion onto this Criterion's list.
- addOr
- in file Criteria.php, method Criteria::addOr()
This method adds a new criterion to the list of criterias.
- addPrimaryKey
- in file TableMap.php, method TableMap::addPrimaryKey()
Add a primary key column to this Table.
- addSelectColumn
- in file Criteria.php, method Criteria::addSelectColumn()
Add select column.
- addTable
- in file DatabaseMap.php, method DatabaseMap::addTable()
Add a new table to the database by name.
- addTableBuilder
- in file DatabaseMap.php, method DatabaseMap::addTableBuilder()
Add a new table builder (MapBuilder) to the database by name.
- addValidator
- in file ColumnMap.php, method ColumnMap::addValidator()
- addValidator
- in file TableMap.php, method TableMap::addValidator()
Add a validator to a table's column
- alert
- in file BasicLogger.php, method BasicLogger::alert()
A convenience function for logging an alert event.
- alert
- in file MojaviLogAdapter.php, method MojaviLogAdapter::alert()
A convenience function for logging an alert event.
- ALL
- in file Criteria.php, class constant Criteria::ALL
Comparison type.
- ALT_NOT_EQUAL
- in file Criteria.php, class constant Criteria::ALT_NOT_EQUAL
Comparison type.
- appendPsTo
- in file Criteria.php, method Criterion::appendPsTo()
Appends a Prepared Statement representation of the Criterion onto the buffer.
- applyLimit
- in file DBMySQL.php, method DBMySQL::applyLimit()
- applyLimit
- in file DBMSSQL.php, method DBMSSQL::applyLimit()
Simulated Limit/Offset This rewrites the $sql query to apply the offset and limit.
- applyLimit
- in file DBAdapter.php, method DBAdapter::applyLimit()
Modifies the passed-in SQL to add LIMIT and/or OFFSET.
- applyLimit
- in file DBOracle.php, method DBOracle::applyLimit()
- applyLimit
- in file DBPostgres.php, method DBPostgres::applyLimit()
- applyLimit
- in file DBSQLite.php, method DBSQLite::applyLimit()
- ASC
- in file Criteria.php, class constant Criteria::ASC
"Order by" qualifier - ascending
- atFirstPage
- in file PropelPager.php, method PropelPager::atFirstPage()
Convenience method to indicate whether current page is the first page.
- atLastPage
- in file PropelPager.php, method PropelPager::atLastPage()
Convenience method to indicate whether current page is the last page.
- autoload
- in file Propel.php, method Propel::autoload()
Autoload function for loading propel dependencies.
top
b
- BaseObject
- in file BaseObject.php, class BaseObject
This class contains attributes and methods that are used by all business objects within the system.
- BasePeer
- in file BasePeer.php, class BasePeer
This is a utility class for all generated Peer classes in the system.
- BasicLogger
- in file BasicLogger.php, class BasicLogger
This is a minimalistic interface that any logging class must implement for Propel.
- BasicValidator
- in file BasicValidator.php, class BasicValidator
Basic Validator interface.
- beginTransaction
- in file PropelPDO.php, method PropelPDO::beginTransaction()
Overrides PDO::beginTransaction() to prevent errors due to already-in-progress transaction.
- BIGINT
- in file PropelColumnTypes.php, class constant PropelColumnTypes::BIGINT
- BINARY
- in file PropelColumnTypes.php, class constant PropelColumnTypes::BINARY
- BINARY_AND
- in file Criteria.php, class constant Criteria::BINARY_AND
Binary math operator: AND
- BINARY_OR
- in file Criteria.php, class constant Criteria::BINARY_OR
Binary math operator: OR
- BLOB
- in file PropelColumnTypes.php, class constant PropelColumnTypes::BLOB
- BOOLEAN
- in file PropelColumnTypes.php, class constant PropelColumnTypes::BOOLEAN
- BU_DATE
- in file PropelColumnTypes.php, class constant PropelColumnTypes::BU_DATE
- BU_TIMESTAMP
- in file PropelColumnTypes.php, class constant PropelColumnTypes::BU_TIMESTAMP
- BasicLogger.php
- procedural page BasicLogger.php
- BaseObject.php
- procedural page BaseObject.php
- BasePeer.php
- procedural page BasePeer.php
- BasicValidator.php
- procedural page BasicValidator.php
top
c
- $cause
- in file PropelException.php, variable PropelException::$cause
The nested "cause" exception.
- $curNode
- in file NestedSetRecursiveIterator.php, variable NestedSetRecursiveIterator::$curNode
- CHAR
- in file PropelColumnTypes.php, class constant PropelColumnTypes::CHAR
- clear
- in file Criteria.php, method Criteria::clear()
Brings this criteria back to its initial state, so that it can be reused as if it was new. Except if the criteria has grown in capacity, it is left at the current capacity.
- clearGroupByColumns
- in file Criteria.php, method Criteria::clearGroupByColumns()
Clear the group-by columns.
- clearOrderByColumns
- in file Criteria.php, method Criteria::clearOrderByColumns()
Clear the order-by columns.
- clearSelectColumns
- in file Criteria.php, method Criteria::clearSelectColumns()
Clears current select columns.
- CLOB
- in file PropelColumnTypes.php, class constant PropelColumnTypes::CLOB
- close
- in file Propel.php, method Propel::close()
Closes any associated resource handles.
- ColumnMap
- in file ColumnMap.php, class ColumnMap
ColumnMap is used to model a column of a table in a database.
- commit
- in file PropelPDO.php, method PropelPDO::commit()
Overrides PDO::commit() to only commit the transaction if we are in the outermost transaction nesting level.
- concatString
- in file DBOracle.php, method DBOracle::concatString()
Returns SQL which concatenates the second string to the first.
- concatString
- in file DBNone.php, method DBNone::concatString()
Returns SQL which concatenates the second string to the first.
- concatString
- in file DBPostgres.php, method DBPostgres::concatString()
Returns SQL which concatenates the second string to the first.
- concatString
- in file DBSQLite.php, method DBSQLite::concatString()
Returns SQL which concatenates the second string to the first.
- concatString
- in file DBSybase.php, method DBSybase::concatString()
Returns SQL which concatenates the second string to the first.
- concatString
- in file DBMySQL.php, method DBMySQL::concatString()
Returns SQL which concatenates the second string to the first.
- concatString
- in file DBAdapter.php, method DBAdapter::concatString()
Returns SQL which concatenates the second string to the first.
- configure
- in file Propel.php, method Propel::configure()
Configure Propel using an INI or PHP (array) config file.
- configureLogging
- in file Propel.php, method Propel::configureLogging()
Configure the logging system, if config is specified in the runtime configuration.
- containsColumn
- in file TableMap.php, method TableMap::containsColumn()
Does this table contain the specified column?
- containsKey
- in file Criteria.php, method Criteria::containsKey()
Does this Criteria object contain the specified key?
- containsTable
- in file DatabaseMap.php, method DatabaseMap::containsTable()
Does this database contain this specific table?
- createRoot
- in file NodePeer.php, method NodePeer::createRoot()
Creates the supplied node as the root node.
- createSelectSql
- in file BasePeer.php, method BasePeer::createSelectSql()
Method to create an SQL query based on values in a Criteria.
- crit
- in file MojaviLogAdapter.php, method MojaviLogAdapter::crit()
A convenience function for logging a critical event.
- crit
- in file BasicLogger.php, method BasicLogger::crit()
A convenience function for logging a critical event.
- Criteria
- in file Criteria.php, class Criteria
This is a utility class for holding criteria information for a query.
- Criterion
- in file Criteria.php, class Criterion
This is an "inner" class that describes an object in the criteria.
- CriterionIterator
- in file Criteria.php, class CriterionIterator
Class that implements SPL Iterator interface. This allows foreach () to be used w/ Criteria objects. Probably there is no performance advantage to doing it this way, but it makes sense -- and simpler code.
- current
- in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::current()
- current
- in file Criteria.php, method CriterionIterator::current()
- current
- in file PreOrderNodeIterator.php, method PreOrderNodeIterator::current()
- CURRENT_DATE
- in file Criteria.php, class constant Criteria::CURRENT_DATE
"CURRENT_DATE" ANSI SQL function
- CURRENT_TIME
- in file Criteria.php, class constant Criteria::CURRENT_TIME
"CURRENT_TIME" ANSI SQL function
- CURRENT_TIMESTAMP
- in file Criteria.php, class constant Criteria::CURRENT_TIMESTAMP
"CURRENT_TIMESTAMP" ANSI SQL function
- CUSTOM
- in file Criteria.php, class constant Criteria::CUSTOM
Comparison type.
- ColumnMap.php
- procedural page ColumnMap.php
- Criteria.php
- procedural page Criteria.php
top
d
- DBAdapter.php
- procedural page DBAdapter.php
- DBMSSQL.php
- procedural page DBMSSQL.php
- DBMySQL.php
- procedural page DBMySQL.php
- DBNone.php
- procedural page DBNone.php
- DBOracle.php
- procedural page DBOracle.php
- DBPostgres.php
- procedural page DBPostgres.php
- DBSQLite.php
- procedural page DBSQLite.php
- DBSybase.php
- procedural page DBSybase.php
- DatabaseMap
- in file DatabaseMap.php, class DatabaseMap
DatabaseMap is used to model a database.
- DATE
- in file PropelColumnTypes.php, class constant PropelColumnTypes::DATE
- DBAdapter
- in file DBAdapter.php, class DBAdapter
DBAdapter</code> defines the interface for a Propel database adapter.
- DBMSSQL
- in file DBMSSQL.php, class DBMSSQL
This is used to connect to a MSSQL database. For now, this class simply extends the adaptor for Sybase.
- DBMySQL
- in file DBMySQL.php, class DBMySQL
This is used in order to connect to a MySQL database.
- DBNone
- in file DBNone.php, class DBNone
This DatabaseHandler is used when you do not have a database installed.
- DBOracle
- in file DBOracle.php, class DBOracle
Oracle adapter.
- DBPostgres
- in file DBPostgres.php, class DBPostgres
This is used to connect to PostgresQL databases.
- DBSQLite
- in file DBSQLite.php, class DBSQLite
This is used in order to connect to a SQLite database.
- DBSybase
- in file DBSybase.php, class DBSybase
This is used to connect to a Sybase database.
- debug
- in file MojaviLogAdapter.php, method MojaviLogAdapter::debug()
A convenience function for logging a debug event.
- debug
- in file BasicLogger.php, method BasicLogger::debug()
A convenience function for logging a debug event.
- DECIMAL
- in file PropelColumnTypes.php, class constant PropelColumnTypes::DECIMAL
- decrementNestedTransactionCount
- in file PropelPDO.php, method PropelPDO::decrementNestedTransactionCount()
Decrements the current transaction depth by one.
- DEFAULT_NAME
- in file Propel.php, class constant Propel::DEFAULT_NAME
A constant for default
.
- delete
- in file NodeObject.php, method NodeObject::delete()
Delete node and descendants
- delete
- in file Persistent.php, method Persistent::delete()
Deletes the object.
- deleteDescendants
- in file NodePeer.php, method NodePeer::deleteDescendants()
Deletes $node and all of its descendants
- deleteNode
- in file NodePeer.php, method NodePeer::deleteNode()
Delete $dest node
- deleteRoot
- in file NodePeer.php, method NodePeer::deleteRoot()
Delete root node
- DESC
- in file Criteria.php, class constant Criteria::DESC
"Order by" qualifier - descending
- disableInstancePooling
- in file Propel.php, method Propel::disableInstancePooling()
Disable instance pooling.
- DISTINCT
- in file Criteria.php, class constant Criteria::DISTINCT
Comparison type.
- doBuild
- in file MapBuilder.php, method MapBuilder::doBuild()
Build up the database mapping.
- doDelete
- in file BasePeer.php, method BasePeer::doDelete()
Method to perform deletes based on values and keys in a Criteria.
- doDeleteAll
- in file BasePeer.php, method BasePeer::doDeleteAll()
Method to deletes all contents of specified table.
- doInsert
- in file BasePeer.php, method BasePeer::doInsert()
Method to perform inserts based on values and keys in a Criteria.
- doSelect
- in file BasePeer.php, method BasePeer::doSelect()
Executes query build by createSelectSql() and returns ResultSet.
- DOUBLE
- in file PropelColumnTypes.php, class constant PropelColumnTypes::DOUBLE
- doUpdate
- in file BasePeer.php, method BasePeer::doUpdate()
Method used to update rows in the DB. Rows are selected based on selectCriteria and updated using values in updateValues.
- doValidate
- in file BasePeer.php, method BasePeer::doValidate()
Applies any validators that were defined in the schema to the specified columns.
- DatabaseMap.php
- procedural page DatabaseMap.php
top
e
- enableInstancePooling
- in file Propel.php, method Propel::enableInstancePooling()
Enable instance pooling (enabled by default).
- EQUAL
- in file Criteria.php, class constant Criteria::EQUAL
Comparison type.
- equals
- in file Criteria.php, method Criterion::equals()
This method checks another Criteria to see if they contain the same attributes and hashtable entries.
- equals
- in file Criteria.php, method Criteria::equals()
This method checks another Criteria to see if they contain the same attributes and hashtable entries.
- equals
- in file BaseObject.php, method BaseObject::equals()
Compares this with another
instance. If obj
is an instance of
, delegates to
. Otherwise, returns false
.
- err
- in file BasicLogger.php, method BasicLogger::err()
A convenience function for logging an error event.
- err
- in file MojaviLogAdapter.php, method MojaviLogAdapter::err()
A convenience function for logging an error event.
top
f
- factory
- in file DBAdapter.php, method DBAdapter::factory()
Creates a new instance of the database adapter associated with the specified Creole driver.
- FLOAT
- in file PropelColumnTypes.php, class constant PropelColumnTypes::FLOAT
top
g
- get
- in file Criteria.php, method Criteria::get()
An alias to getValue() -- exposing a Hashtable-like interface.
- getAllTables
- in file Criteria.php, method Criterion::getAllTables()
Get all tables from nested criterion objects
- getAsColumns
- in file Criteria.php, method Criteria::getAsColumns()
Get the column aliases.
- getAttachedCriterion
- in file Criteria.php, method Criterion::getAttachedCriterion()
get an array of all criterion attached to this
- getCause
- in file PropelException.php, method PropelException::getCause()
- getChildren
- in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::getChildren()
- getChildren
- in file NodeObject.php, method NodeObject::getChildren()
Gets the children for the node
- getClass
- in file ValidatorMap.php, method ValidatorMap::getClass()
- getClassname
- in file TableMap.php, method TableMap::getClassname()
Get the Classname of the Propel-Classes belonging to this table.
- getColumn
- in file TableMap.php, method TableMap::getColumn()
Get a ColumnMap for the named table.
- getColumn
- in file ValidatorMap.php, method ValidatorMap::getColumn()
- getColumn
- in file Criteria.php, method Criterion::getColumn()
Get the column name.
- getColumn
- in file ValidationFailed.php, method ValidationFailed::getColumn()
Gets the column name.
- getColumnForAs
- in file Criteria.php, method Criteria::getColumnForAs()
Returns the column name associated with an alias (AS-column).
- getColumnName
- in file ValidatorMap.php, method ValidatorMap::getColumnName()
- getColumnName
- in file Criteria.php, method Criteria::getColumnName()
Method to return a String table name.
- getColumnName
- in file ColumnMap.php, method ColumnMap::getColumnName()
Gets column name (DEPRECATED).
- getColumns
- in file TableMap.php, method TableMap::getColumns()
Get a ColumnMap[] of the columns in this table.
- getComparison
- in file Criteria.php, method Criteria::getComparison()
Method to return a comparison String.
- getComparison
- in file Criteria.php, method Criterion::getComparison()
Get the comparison.
- getConfiguration
- in file Propel.php, method Propel::getConfiguration()
Get the configuration for this component.
- getConjunctions
- in file Criteria.php, method Criterion::getConjunctions()
Get the list of conjunctions in this Criterion
- getConnection
- in file Propel.php, method Propel::getConnection()
Gets an already-opened PDO connection or opens a new one for passed-in db name.
- getCriteria
- in file PropelPager.php, method PropelPager::getCriteria()
Return the Criteria object for this pager.
- getCriterion
- in file Criteria.php, method Criteria::getCriterion()
Method to return criteria related to columns in a table.
- getDatabaseMap
- in file TableMap.php, method TableMap::getDatabaseMap()
Get the DatabaseMap containing this TableMap.
- getDatabaseMap
- in file MapBuilder.php, method MapBuilder::getDatabaseMap()
Gets the database mapping this map builder built.
- getDatabaseMap
- in file Propel.php, method Propel::getDatabaseMap()
Returns the database map information. Name relates to the name of the connection pool to associate with the map.
- getDateFormatter
- in file DBAdapter.php, method DBAdapter::getDateFormatter()
Returns date formatter string for use in date() function.
- getDB
- in file Propel.php, method Propel::getDB()
Returns database adapter for a specific datasource.
- getDB
- in file Criteria.php, method Criterion::getDB()
Get the value of db.
- getDbName
- in file Criteria.php, method Criteria::getDbName()
Get the Database(Map) name.
- getDefaultDB
- in file Propel.php, method Propel::getDefaultDB()
Returns the name of the default database.
- getDefaultValue
- in file ColumnMap.php, method ColumnMap::getDefaultValue()
Gets the default value for this column.
- getDescendants
- in file NodeObject.php, method NodeObject::getDescendants()
Gets the descendants for the node
- getFieldnames
- in file BasePeer.php, method BasePeer::getFieldnames()
- getFirstPage
- in file PropelPager.php, method PropelPager::getFirstPage()
Get the first page
- getFullyQualifiedName
- in file ColumnMap.php, method ColumnMap::getFullyQualifiedName()
Get the table name + column name.
- getGroupByColumns
- in file Criteria.php, method Criteria::getGroupByColumns()
Get group by columns.
- getHaving
- in file Criteria.php, method Criteria::getHaving()
Get Having Criterion.
- getId
- in file DBPostgres.php, method DBPostgres::getId()
Gets ID for specified sequence name.
- getId
- in file DBAdapter.php, method DBAdapter::getId()
Gets the generated ID (either last ID for autoincrement or next sequence ID).
- getId
- in file DBOracle.php, method DBOracle::getId()
- getIdMethod
- in file DBPostgres.php, method DBPostgres::getIdMethod()
- getIdMethod
- in file DBOracle.php, method DBOracle::getIdMethod()
- getIdMethod
- in file DBAdapter.php, method DBAdapter::getIdMethod()
Returns the native ID method for this RDBMS.
- getIterator
- in file Criteria.php, method Criteria::getIterator()
Implementing SPL IteratorAggregate interface. This allows you to foreach () over a Criteria object.
- getJoins
- in file Criteria.php, method Criteria::getJoins()
Get the array of Joins.
- getJoinType
- in file Criteria.php, method Join::getJoinType()
- getLastPage
- in file PropelPager.php, method PropelPager::getLastPage()
Get last page
- getLeftColumn
- in file Criteria.php, method Join::getLeftColumn()
- getLeftColumnName
- in file Criteria.php, method Join::getLeftColumnName()
- getLeftTableName
- in file Criteria.php, method Join::getLeftTableName()
- getLevel
- in file NodeObject.php, method NodeObject::getLevel()
Gets the level if set, otherwise calculates this and returns it
- getLevel
- in file NodePeer.php, method NodePeer::getLevel()
Gets level for the given node
- getLimit
- in file Criteria.php, method Criteria::getLimit()
Get limit.
- getMap
- in file Criteria.php, method Criteria::getMap()
Get the criteria map.
- getMessage
- in file ValidationFailed.php, method ValidationFailed::getMessage()
Gets the message for the validation failure.
- getMessage
- in file ValidatorMap.php, method ValidatorMap::getMessage()
- getModifiedColumns
- in file BaseObject.php, method BaseObject::getModifiedColumns()
Get the columns that have been modified in this object.
- getName
- in file TableMap.php, method TableMap::getName()
Get the name of the Table.
- getName
- in file DatabaseMap.php, method DatabaseMap::getName()
Get the name of this database.
- getName
- in file ColumnMap.php, method ColumnMap::getName()
Get the name of a column.
- getName
- in file ValidatorMap.php, method ValidatorMap::getName()
- getNestedTransactionCount
- in file PropelPDO.php, method PropelPDO::getNestedTransactionCount()
Gets the current transaction depth.
- getNewCriterion
- in file Criteria.php, method Criteria::getNewCriterion()
Method to return criterion that is not added automatically to this Criteria. This can be used to chain the Criterions to form a more complex where clause.
- getNext
- in file PropelPager.php, method PropelPager::getNext()
get next id
- getNextLinks
- in file PropelPager.php, method PropelPager::getNextLinks()
get an array of next id's
- getNode
- in file NodePeer.php, method NodePeer::getNode()
Returns a node given its primary key or the node itself
- getNumberOfChildren
- in file NodePeer.php, method NodePeer::getNumberOfChildren()
Gets number of direct children for given node
- getNumberOfChildren
- in file NodeObject.php, method NodeObject::getNumberOfChildren()
Gets the number of children for the node (direct descendants)
- getNumberOfDescendants
- in file NodeObject.php, method NodeObject::getNumberOfDescendants()
Gets the total number of desceandants for the node
- getNumberOfDescendants
- in file NodePeer.php, method NodePeer::getNumberOfDescendants()
Gets number of descendants for given node
- getOffset
- in file Criteria.php, method Criteria::getOffset()
Get offset.
- getOrderByColumns
- in file Criteria.php, method Criteria::getOrderByColumns()
Get order by columns.
- getPage
- in file PropelPager.php, method PropelPager::getPage()
Get current page.
- getPath
- in file NodePeer.php, method NodePeer::getPath()
Returns path to a specific node as an array, useful to create breadcrumbs
- getPath
- in file NodeObject.php, method NodeObject::getPath()
Get the path to the node in the tree
- getPdoType
- in file PropelColumnTypes.php, method PropelColumnTypes::getPdoType()
Resturns the PDO type (PDO::PARAM_* constant) value for the Propel type provided.
- getPdoType
- in file ColumnMap.php, method ColumnMap::getPdoType()
Get the PDO type of this column.
- getPeerClass
- in file PropelPager.php, method PropelPager::getPeerClass()
Return the Peer Classname.
- getPeerCountMethod
- in file PropelPager.php, method PropelPager::getPeerCountMethod()
Return the Peer count method.
- getPeerMethod
- in file PropelPager.php, method PropelPager::getPeerMethod()
Return the Peer select method.
- getPeerSelectMethod
- in file PropelPager.php, method PropelPager::getPeerSelectMethod()
Return the Peer select method.
- getPhpName
- in file ColumnMap.php, method ColumnMap::getPhpName()
Get the name of a column.
- getPhpName
- in file TableMap.php, method TableMap::getPhpName()
Get the PHP name of the Table.
- getPrefix
- in file TableMap.php, method TableMap::getPrefix()
Get table prefix name.
- getPrev
- in file PropelPager.php, method PropelPager::getPrev()
get previous id
- getPrevLinks
- in file PropelPager.php, method PropelPager::getPrevLinks()
get an array of previous id's
- getPrimaryKey
- in file Persistent.php, method Persistent::getPrimaryKey()
getter for the object primaryKey.
- getPrimaryKeyColumns
- in file TableMap.php, method TableMap::getPrimaryKeyColumns()
Returns array of ColumnMap objects that make up the primary key for this table.
- getPrimaryKeyMethodInfo
- in file TableMap.php, method TableMap::getPrimaryKeyMethodInfo()
Get the information used to generate a primary key
- getRelatedColumnName
- in file ColumnMap.php, method ColumnMap::getRelatedColumnName()
Get the column name that this column is related to.
- getRelatedName
- in file ColumnMap.php, method ColumnMap::getRelatedName()
Get the table.column that this column is related to.
- getRelatedTableName
- in file ColumnMap.php, method ColumnMap::getRelatedTableName()
Get the table name that this column is related to.
- getResult
- in file PropelPager.php, method PropelPager::getResult()
Get the paged resultset
- getRightColumn
- in file Criteria.php, method Join::getRightColumn()
- getRightColumnName
- in file Criteria.php, method Join::getRightColumnName()
- getRightTableName
- in file Criteria.php, method Join::getRightTableName()
- getRowsPerPage
- in file PropelPager.php, method PropelPager::getRowsPerPage()
Get number of rows per page.
- getScopeIdValue
- in file NodeObject.php, method NodeObject::getScopeIdValue()
Wraps the getter for the scope value
- getSelectColumns
- in file Criteria.php, method Criteria::getSelectColumns()
Get select columns.
- getSelectModifiers
- in file Criteria.php, method Criteria::getSelectModifiers()
Get select modifiers.
- getSize
- in file ColumnMap.php, method ColumnMap::getSize()
Get the size of this column.
- getStringDelimiter
- in file DBAdapter.php, method DBAdapter::getStringDelimiter()
Returns the character used to indicate the beginning and end of a piece of text used in a SQL statement (generally a single quote).
- getTable
- in file DatabaseMap.php, method DatabaseMap::getTable()
Get a TableMap for the table by name.
- getTable
- in file Criteria.php, method Criterion::getTable()
Get the table name.
- getTable
- in file ColumnMap.php, method ColumnMap::getTable()
Get the table map this column belongs to.
- getTableForAlias
- in file Criteria.php, method Criteria::getTableForAlias()
Returns the table name associated with an alias.
- getTableName
- in file Criteria.php, method Criteria::getTableName()
Method to return a String table name.
- getTableName
- in file ColumnMap.php, method ColumnMap::getTableName()
Get the name of the table this column is in.
- getTables
- in file DatabaseMap.php, method DatabaseMap::getTables()
Get a TableMap[] of all of the tables in the database.
- getTablesColumns
- in file Criteria.php, method Criteria::getTablesColumns()
Shortcut method to get an array of columns indexed by table.
- getTimeFormatter
- in file DBAdapter.php, method DBAdapter::getTimeFormatter()
Returns time formatter string for use in date() function.
- getTimeFormatter
- in file DBPostgres.php, method DBPostgres::getTimeFormatter()
Returns timestamp formatter string for use in date() function.
- getTimestampFormatter
- in file DBPostgres.php, method DBPostgres::getTimestampFormatter()
Returns timestamp formatter string for use in date() function.
- getTimestampFormatter
- in file DBAdapter.php, method DBAdapter::getTimestampFormatter()
Returns timestamp formatter string for use in date() function.
- getTotalPages
- in file PropelPager.php, method PropelPager::getTotalPages()
get total pages
- getTotalRecordCount
- in file PropelPager.php, method PropelPager::getTotalRecordCount()
Gets the total number of (un-LIMITed) records.
- getType
- in file ColumnMap.php, method ColumnMap::getType()
Get the Propel type of this column.
- getValidator
- in file BasePeer.php, method BasePeer::getValidator()
This function searches for the given validator $name under propel/validator/$name.php, imports and caches it.
- getValidator
- in file ValidationFailed.php, method ValidationFailed::getValidator()
Gets the validator object that caused this to fail.
- getValidators
- in file ColumnMap.php, method ColumnMap::getValidators()
- getValue
- in file Criteria.php, method Criterion::getValue()
Get the value.
- getValue
- in file ValidatorMap.php, method ValidatorMap::getValue()
- getValue
- in file Criteria.php, method Criteria::getValue()
Method to return the value that was added to Criteria.
- GREATER_EQUAL
- in file Criteria.php, class constant Criteria::GREATER_EQUAL
Comparison type.
- GREATER_THAN
- in file Criteria.php, class constant Criteria::GREATER_THAN
Comparison type.
top
h
- hasChildren
- in file NodePeer.php, method NodePeer::hasChildren()
Tests if $node has children
- hasChildren
- in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::hasChildren()
- hasChildren
- in file NodeObject.php, method NodeObject::hasChildren()
Determines if the node has children / descendants
- hashCode
- in file BaseObject.php, method BaseObject::hashCode()
If the primary key is not null
, return the hashcode of the primary key. Otherwise calls Object.hashCode()
.
- hashCode
- in file Criteria.php, method Criterion::hashCode()
Returns a hash code value for the object.
- hasLogger
- in file Propel.php, method Propel::hasLogger()
Returns true if a logger, for example PEAR::Log, has been configured, otherwise false.
- hasNextSibling
- in file NodeObject.php, method NodeObject::hasNextSibling()
Determines if the node has next sibling
- hasNextSibling
- in file NodePeer.php, method NodePeer::hasNextSibling()
Tests if $node has next sibling
- hasParent
- in file NodePeer.php, method NodePeer::hasParent()
Tests if $node has an ancestor
- hasParent
- in file NodeObject.php, method NodeObject::hasParent()
Tests if object has an ancestor
- hasPrevSibling
- in file NodeObject.php, method NodeObject::hasPrevSibling()
Determines if the node has previous sibling
- hasPrevSibling
- in file NodePeer.php, method NodePeer::hasPrevSibling()
Tests if $node has prev sibling
- hasValidators
- in file ColumnMap.php, method ColumnMap::hasValidators()
top
i
- ID_METHOD_AUTOINCREMENT
- in file DBAdapter.php, class constant DBAdapter::ID_METHOD_AUTOINCREMENT
- ID_METHOD_NONE
- in file DBAdapter.php, class constant DBAdapter::ID_METHOD_NONE
- ID_METHOD_SEQUENCE
- in file DBAdapter.php, class constant DBAdapter::ID_METHOD_SEQUENCE
- ignoreCase
- in file DBSQLite.php, method DBSQLite::ignoreCase()
This method is used to ignore case.
- ignoreCase
- in file DBPostgres.php, method DBPostgres::ignoreCase()
This method is used to ignore case.
- ignoreCase
- in file DBAdapter.php, method DBAdapter::ignoreCase()
This method is used to ignore case.
- ignoreCase
- in file DBMySQL.php, method DBMySQL::ignoreCase()
This method is used to ignore case.
- ignoreCase
- in file DBOracle.php, method DBOracle::ignoreCase()
This method is used to ignore case.
- ignoreCase
- in file DBSybase.php, method DBSybase::ignoreCase()
This method is used to ignore case.
- ignoreCase
- in file DBNone.php, method DBNone::ignoreCase()
This method is used to ignore case.
- ignoreCase
- in file ColumnMap.php, method ColumnMap::ignoreCase()
Performs DB-specific ignore case, but only if the column type necessitates it.
- ignoreCaseInOrderBy
- in file DBAdapter.php, method DBAdapter::ignoreCaseInOrderBy()
This method is used to ignore case in an ORDER BY clause.
- ILIKE
- in file Criteria.php, class constant Criteria::ILIKE
PostgreSQL comparison type
- IN
- in file Criteria.php, class constant Criteria::IN
Comparison type.
- incrementNestedTransactionCount
- in file PropelPDO.php, method PropelPDO::incrementNestedTransactionCount()
Increments the current transaction depth by one.
- info
- in file BasicLogger.php, method BasicLogger::info()
A convenience function for logging an critical event.
- info
- in file MojaviLogAdapter.php, method MojaviLogAdapter::info()
A convenience function for logging an critical event.
- init
- in file Propel.php, method Propel::init()
Initialization of Propel with an INI or PHP (array) configuration file.
- init
- in file DBNone.php, method DBNone::init()
- init
- in file Criteria.php, method Criterion::init()
Init some properties with the help of outer class
- initConnection
- in file DBAdapter.php, method DBAdapter::initConnection()
This method is called after a connection was created to run necessary post-initialization queries or code.
- initConnection
- in file DBMySQL.php, method DBMySQL::initConnection()
This method is called after a connection was created to run necessary post-initialization queries or code.
- initialize
- in file Propel.php, method Propel::initialize()
Initializes Propel
- INNER_JOIN
- in file Criteria.php, class constant Criteria::INNER_JOIN
"INNER JOIN" SQL statement
- insertAsFirstChildOf
- in file NodeObject.php, method NodeObject::insertAsFirstChildOf()
Inserts as first child of destination node $parent
- insertAsFirstChildOf
- in file NodePeer.php, method NodePeer::insertAsFirstChildOf()
Inserts $child as first child of destination node $parent
- insertAsLastChildOf
- in file NodeObject.php, method NodeObject::insertAsLastChildOf()
Inserts as last child of destination node $parent
- insertAsLastChildOf
- in file NodePeer.php, method NodePeer::insertAsLastChildOf()
Inserts $child as last child of destination node $parent
- insertAsNextSiblingOf
- in file NodeObject.php, method NodeObject::insertAsNextSiblingOf()
Inserts node as next sibling to destination node $dest
- insertAsNextSiblingOf
- in file NodePeer.php, method NodePeer::insertAsNextSiblingOf()
Inserts $sibling as next sibling to destination node $node
- insertAsParentOf
- in file NodeObject.php, method NodeObject::insertAsParentOf()
Inserts node as parent of given node.
- insertAsParentOf
- in file NodePeer.php, method NodePeer::insertAsParentOf()
Inserts $parent as parent of given $node.
- insertAsPrevSiblingOf
- in file NodeObject.php, method NodeObject::insertAsPrevSiblingOf()
Inserts node as previous sibling to destination node $dest
- insertAsPrevSiblingOf
- in file NodePeer.php, method NodePeer::insertAsPrevSiblingOf()
Inserts $sibling as previous sibling to destination node $node
- insertRoot
- in file NodePeer.php, method NodePeer::insertRoot()
Inserts $node as root node
- INTEGER
- in file PropelColumnTypes.php, class constant PropelColumnTypes::INTEGER
- isBuilt
- in file MapBuilder.php, method MapBuilder::isBuilt()
Tells us if the database mapping is built so that we can avoid re-building it repeatedly.
- isChildOf
- in file NodePeer.php, method NodePeer::isChildOf()
Tests if $child is a child of $parent
- isColumnModified
- in file BaseObject.php, method BaseObject::isColumnModified()
Has specified column been modified?
- isColumnModified
- in file Persistent.php, method Persistent::isColumnModified()
Has specified column been modified?
- isDeleted
- in file BaseObject.php, method BaseObject::isDeleted()
Whether this object has been deleted.
- isDeleted
- in file Persistent.php, method Persistent::isDeleted()
Whether this object has been deleted.
- isEpochTemporal
- in file ColumnMap.php, method ColumnMap::isEpochTemporal()
Whether this is a DATE/TIME/TIMESTAMP column that is post-epoch (1970).
- isEqualTo
- in file NodePeer.php, method NodePeer::isEqualTo()
Tests if $node1 is equal to $node2
- isEqualTo
- in file NodeObject.php, method NodeObject::isEqualTo()
Tests if object is equal to $node
- isForeignKey
- in file ColumnMap.php, method ColumnMap::isForeignKey()
Is this column a foreign key?
- isGetIdAfterInsert
- in file DBAdapter.php, method DBAdapter::isGetIdAfterInsert()
Whether this adapter uses an ID generation system that requires getting ID _before_ performing INSERT.
- isGetIdBeforeInsert
- in file DBAdapter.php, method DBAdapter::isGetIdBeforeInsert()
Whether this adapter uses an ID generation system that requires getting ID _before_ performing INSERT.
- isIgnoreCase
- in file Criteria.php, method Criterion::isIgnoreCase()
Is ignore case on or off?
- isIgnoreCase
- in file Criteria.php, method Criteria::isIgnoreCase()
Is ignore case on or off?
- isInit
- in file Propel.php, method Propel::isInit()
Determine whether Propel has already been initialized.
- isInstancePoolingEnabled
- in file Propel.php, method Propel::isInstancePoolingEnabled()
the instance pooling behaviour. True by default.
- isInTransaction
- in file PropelPDO.php, method PropelPDO::isInTransaction()
Is this PDO connection currently in-transaction? This is equivalent to asking whether the current nested transaction count is greater than 0.
- isLastPageComplete
- in file PropelPager.php, method PropelPager::isLastPageComplete()
Returns whether last page is complete
- isLeaf
- in file NodePeer.php, method NodePeer::isLeaf()
Tests if node is a leaf
- isLeaf
- in file NodeObject.php, method NodeObject::isLeaf()
Determines if the node is a leaf node
- isLob
- in file ColumnMap.php, method ColumnMap::isLob()
Whether this is a BLOB, LONGVARBINARY, or VARBINARY.
- isModified
- in file Persistent.php, method Persistent::isModified()
Returns whether the object has been modified, since it was last retrieved from storage.
- isModified
- in file BaseObject.php, method BaseObject::isModified()
Returns whether the object has been modified.
- isNew
- in file Persistent.php, method Persistent::isNew()
Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
- isNew
- in file BaseObject.php, method BaseObject::isNew()
Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
- ISNOTNULL
- in file Criteria.php, class constant Criteria::ISNOTNULL
"IS NOT NULL" null comparison
- isNotNull
- in file ColumnMap.php, method ColumnMap::isNotNull()
Is null value allowed ?
- ISNULL
- in file Criteria.php, class constant Criteria::ISNULL
"IS NULL" null comparison
- isNumeric
- in file ColumnMap.php, method ColumnMap::isNumeric()
Whether this column is numeric (int, decimal, bigint etc).
- isPrimaryKey
- in file ColumnMap.php, method ColumnMap::isPrimaryKey()
Is this column a primary key?
- isRoot
- in file NodeObject.php, method NodeObject::isRoot()
Determines if the node is the root node
- isRoot
- in file NodePeer.php, method NodePeer::isRoot()
Tests if node is a root
- isSingleRecord
- in file Criteria.php, method Criteria::isSingleRecord()
Is single record?
- isTemporal
- in file ColumnMap.php, method ColumnMap::isTemporal()
Whether this is a DATE/TIME/TIMESTAMP column.
- isText
- in file ColumnMap.php, method ColumnMap::isText()
Whether this column is a text column (varchar, char, longvarchar).
- isUseIdGenerator
- in file TableMap.php, method TableMap::isUseIdGenerator()
Whether to use Id generator for primary key.
- isUseTransaction
- in file Criteria.php, method Criteria::isUseTransaction()
Whether the sql command specified by this criteria must be wrapped in a transaction.
- isValid
- in file RequiredValidator.php, method RequiredValidator::isValid()
- isValid
- in file ValidValuesValidator.php, method ValidValuesValidator::isValid()
- isValid
- in file UniqueValidator.php, method UniqueValidator::isValid()
- isValid
- in file MinLengthValidator.php, method MinLengthValidator::isValid()
- isValid
- in file MaxLengthValidator.php, method MaxLengthValidator::isValid()
- isValid
- in file MaxValueValidator.php, method MaxValueValidator::isValid()
- isValid
- in file MatchValidator.php, method MatchValidator::isValid()
Whether the passed string matches regular expression.
- isValid
- in file MinValueValidator.php, method MinValueValidator::isValid()
- isValid
- in file NotMatchValidator.php, method NotMatchValidator::isValid()
Whether the passed string matches regular expression.
- isValid
- in file NodePeer.php, method NodePeer::isValid()
Tests if node is valid
- isValid
- in file BasicValidator.php, method BasicValidator::isValid()
Determine whether a value meets the criteria specified
top
j
- Join
- in file Criteria.php, class Join
Data object to describe a join between two tables, for example
- JOIN
- in file Criteria.php, class constant Criteria::JOIN
Comparison type.
top
top
l
- LEFT_JOIN
- in file Criteria.php, class constant Criteria::LEFT_JOIN
"LEFT JOIN" SQL statement
- LESS_EQUAL
- in file Criteria.php, class constant Criteria::LESS_EQUAL
Comparison type.
- LESS_THAN
- in file Criteria.php, class constant Criteria::LESS_THAN
Comparison type.
- LIKE
- in file Criteria.php, class constant Criteria::LIKE
Comparison type.
- lockTable
- in file DBMySQL.php, method DBMySQL::lockTable()
Locks the specified table.
- log
- in file Propel.php, method Propel::log()
Logs a message If a logger has been configured, the logger will be used, otherwrise the logging message will be discarded without any further action
- log
- in file MojaviLogAdapter.php, method MojaviLogAdapter::log()
Primary method to handle logging.
- log
- in file BaseObject.php, method BaseObject::log()
Logs a message using Propel::log().
- log
- in file BasicLogger.php, method BasicLogger::log()
Primary method to handle logging.
- logger
- in file Propel.php, method Propel::logger()
Get the configured logger.
- LOG_ALERT
- in file Propel.php, class constant Propel::LOG_ALERT
A constant defining 'Immediate action required' logging level
- LOG_CRIT
- in file Propel.php, class constant Propel::LOG_CRIT
A constant defining 'Critical conditions' logging level
- LOG_DEBUG
- in file Propel.php, class constant Propel::LOG_DEBUG
A constant defining 'Debug-level messages' logging level
- LOG_EMERG
- in file Propel.php, class constant Propel::LOG_EMERG
A constant defining 'System is unusuable' logging level
- LOG_ERR
- in file Propel.php, class constant Propel::LOG_ERR
A constant defining 'Error conditions' logging level
- LOG_INFO
- in file Propel.php, class constant Propel::LOG_INFO
A constant defining 'Informational' logging level
- LOG_NOTICE
- in file Propel.php, class constant Propel::LOG_NOTICE
A constant defining 'Normal but significant' logging level
- LOG_WARNING
- in file Propel.php, class constant Propel::LOG_WARNING
A constant defining 'Warning conditions' logging level
- LONGVARBINARY
- in file PropelColumnTypes.php, class constant PropelColumnTypes::LONGVARBINARY
- LONGVARCHAR
- in file PropelColumnTypes.php, class constant PropelColumnTypes::LONGVARCHAR
top
m
- $max
- in file PropelPager.php, variable PropelPager::$max
- $modifiedColumns
- in file BaseObject.php, variable BaseObject::$modifiedColumns
The columns that have been modified in current object.
- MojaviLogAdapter.php
- procedural page MojaviLogAdapter.php
- makeRoot
- in file NodeObject.php, method NodeObject::makeRoot()
Sets node properties to make it a root node.
- MapBuilder.php
- procedural page MapBuilder.php
- MapBuilder
- in file MapBuilder.php, class MapBuilder
MapBuilders are classes that construct a model of a database at runtime.
- MatchValidator
- in file MatchValidator.php, class MatchValidator
A validator for regular expressions.
- MaxLengthValidator
- in file MaxLengthValidator.php, class MaxLengthValidator
A validator for maximum string length.
- MaxValueValidator
- in file MaxValueValidator.php, class MaxValueValidator
A validator for maximum values.
- MinLengthValidator
- in file MinLengthValidator.php, class MinLengthValidator
A validator for minimum string length.
- MinValueValidator
- in file MinValueValidator.php, class MinValueValidator
A validator for minimum values.
- MojaviLogAdapter
- in file MojaviLogAdapter.php, class MojaviLogAdapter
Mojavi logging adapter for propel
- moveToFirstChildOf
- in file NodePeer.php, method NodePeer::moveToFirstChildOf()
Moves $child to be first child of $parent
- moveToFirstChildOf
- in file NodeObject.php, method NodeObject::moveToFirstChildOf()
Moves node to be first child of $parent
- moveToLastChildOf
- in file NodePeer.php, method NodePeer::moveToLastChildOf()
Moves $node to be last child of $dest
- moveToLastChildOf
- in file NodeObject.php, method NodeObject::moveToLastChildOf()
Moves node to be last child of $parent
- moveToNextSiblingOf
- in file NodePeer.php, method NodePeer::moveToNextSiblingOf()
Moves $node to be next sibling to $dest
- moveToNextSiblingOf
- in file NodeObject.php, method NodeObject::moveToNextSiblingOf()
Moves node to be next sibling to $dest
- moveToPrevSiblingOf
- in file NodePeer.php, method NodePeer::moveToPrevSiblingOf()
Moves $node to be prev sibling to $dest
- moveToPrevSiblingOf
- in file NodeObject.php, method NodeObject::moveToPrevSiblingOf()
Moves node to be prev sibling to $dest
- MatchValidator.php
- procedural page MatchValidator.php
- MaxLengthValidator.php
- procedural page MaxLengthValidator.php
- MaxValueValidator.php
- procedural page MaxValueValidator.php
- MinLengthValidator.php
- procedural page MinLengthValidator.php
- MinValueValidator.php
- procedural page MinValueValidator.php
top
n
- $nestedTransactionCount
- in file PropelPDO.php, variable PropelPDO::$nestedTransactionCount
The current transaction depth.
- NestedSetRecursiveIterator
- in file NestedSetRecursiveIterator.php, class NestedSetRecursiveIterator
Pre-order node iterator for Node objects.
- newInstance
- in file PropelDateTime.php, method PropelDateTime::newInstance()
Convenience method to enable a more fluent API.
- next
- in file Criteria.php, method CriterionIterator::next()
- next
- in file PreOrderNodeIterator.php, method PreOrderNodeIterator::next()
- next
- in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::next()
- NodeObject
- in file NodeObject.php, class NodeObject
This interface defines methods that must be implemented by all business objects within the system to handle Node object.
- NodePeer
- in file NodePeer.php, class NodePeer
This is a utility interface for all generated NodePeer classes in the system.
- notice
- in file BasicLogger.php, method BasicLogger::notice()
A convenience function for logging an critical event.
- notice
- in file MojaviLogAdapter.php, method MojaviLogAdapter::notice()
A convenience function for logging an critical event.
- NotMatchValidator
- in file NotMatchValidator.php, class NotMatchValidator
A validator for regular expressions.
- NOT_EQUAL
- in file Criteria.php, class constant Criteria::NOT_EQUAL
Comparison type.
- NOT_ILIKE
- in file Criteria.php, class constant Criteria::NOT_ILIKE
PostgreSQL comparison type
- NOT_IN
- in file Criteria.php, class constant Criteria::NOT_IN
Comparison type.
- NOT_LIKE
- in file Criteria.php, class constant Criteria::NOT_LIKE
Comparison type.
- NUMERIC
- in file PropelColumnTypes.php, class constant PropelColumnTypes::NUMERIC
- NestedSetRecursiveIterator.php
- procedural page NestedSetRecursiveIterator.php
- NodeObject.php
- procedural page NodeObject.php
- NodePeer.php
- procedural page NodePeer.php
- NotMatchValidator.php
- procedural page NotMatchValidator.php
top
top
p
- Persistent.php
- procedural page Persistent.php
- PreOrderNodeIterator.php
- procedural page PreOrderNodeIterator.php
- Persistent
- in file Persistent.php, class Persistent
This interface defines methods related to saving an object
- PreOrderNodeIterator
- in file PreOrderNodeIterator.php, class PreOrderNodeIterator
Pre-order node iterator for Node objects.
- prepare
- in file PropelPDO.php, method PropelPDO::prepare()
Overrides PDO::prepare() to add logging.
- Propel
- in file Propel.php, class Propel
Propel's main resource pool and initialization & configuration class.
- Propel.php
- procedural page Propel.php
- PropelColumnTypes
- in file PropelColumnTypes.php, class PropelColumnTypes
Enumeration of Propel types.
- PropelDateTime
- in file PropelDateTime.php, class PropelDateTime
DateTime subclass which supports serialization.
- PropelException
- in file PropelException.php, class PropelException
The base class of all exceptions thrown by Propel.
- PropelException.php
- procedural page PropelException.php
- PropelPager
- in file PropelPager.php, class PropelPager
PropelPager
- PropelPDO
- in file PropelPDO.php, class PropelPDO
PDO connection subclass that provides some enhanced functionality needed by Propel.
- put
- in file Criteria.php, method Criteria::put()
Overrides Hashtable put, so that this object is returned instead of the value previously in the Criteria object.
- putAll
- in file Criteria.php, method Criteria::putAll()
Copies all of the mappings from the specified Map to this Criteria These mappings will replace any mappings that this Criteria had for any of the keys currently in the specified Map.
- PropelColumnTypes.php
- procedural page PropelColumnTypes.php
- PropelDateTime.php
- procedural page PropelDateTime.php
- PropelPager.php
- procedural page PropelPager.php
- PropelPDO.php
- procedural page PropelPDO.php
top
top
r
- random
- in file DBMySQL.php, method DBMySQL::random()
- random
- in file DBOracle.php, method DBOracle::random()
- random
- in file DBSQLite.php, method DBSQLite::random()
- random
- in file DBSybase.php, method DBSybase::random()
- random
- in file DBMSSQL.php, method DBMSSQL::random()
- random
- in file DBPostgres.php, method DBPostgres::random()
- random
- in file DBAdapter.php, method DBAdapter::random()
- REAL
- in file PropelColumnTypes.php, class constant PropelColumnTypes::REAL
- remove
- in file Criteria.php, method Criteria::remove()
Remove an object from the criteria.
- removeUnderScores
- in file TableMap.php, method TableMap::removeUnderScores()
Removes the PREFIX, removes the underscores and makes first letter caps.
- RequiredValidator
- in file RequiredValidator.php, class RequiredValidator
A validator for required fields.
- resetModified
- in file BaseObject.php, method BaseObject::resetModified()
Sets the modified state for the object to be false.
- resetModified
- in file Persistent.php, method Persistent::resetModified()
Resets (to false) the "modified" state for this object.
- retrieveBranch
- in file NodePeer.php, method NodePeer::retrieveBranch()
Retrieves the entire tree from parent $node
- retrieveChildren
- in file NodePeer.php, method NodePeer::retrieveChildren()
Gets direct children for the node
- retrieveDescendants
- in file NodePeer.php, method NodePeer::retrieveDescendants()
Gets all descendants for the node
- retrieveFirstChild
- in file NodeObject.php, method NodeObject::retrieveFirstChild()
Gets first child if it exists
- retrieveFirstChild
- in file NodePeer.php, method NodePeer::retrieveFirstChild()
Gets first child for the given node if it exists
- retrieveLastChild
- in file NodePeer.php, method NodePeer::retrieveLastChild()
Gets last child for the given node if it exists
- retrieveLastChild
- in file NodeObject.php, method NodeObject::retrieveLastChild()
Gets last child if it exists
- retrieveNextSibling
- in file NodeObject.php, method NodeObject::retrieveNextSibling()
Gets next sibling for the given node if it exists
- retrieveNextSibling
- in file NodePeer.php, method NodePeer::retrieveNextSibling()
Gets next sibling for the given node if it exists
- retrieveParent
- in file NodeObject.php, method NodeObject::retrieveParent()
Gets ancestor for the given node if it exists
- retrieveParent
- in file NodePeer.php, method NodePeer::retrieveParent()
Gets ancestor for the given node if it exists
- retrievePrevSibling
- in file NodePeer.php, method NodePeer::retrievePrevSibling()
Gets prev sibling for the given node if it exists
- retrievePrevSibling
- in file NodeObject.php, method NodeObject::retrievePrevSibling()
Gets prev sibling for the given node if it exists
- retrieveRoot
- in file NodePeer.php, method NodePeer::retrieveRoot()
Returns the root node for a given scope id
- retrieveSiblings
- in file NodePeer.php, method NodePeer::retrieveSiblings()
Gets all siblings for the node
- retrieveTree
- in file NodePeer.php, method NodePeer::retrieveTree()
Retrieves the entire tree from root
- rewind
- in file PreOrderNodeIterator.php, method PreOrderNodeIterator::rewind()
- rewind
- in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::rewind()
- rewind
- in file Criteria.php, method CriterionIterator::rewind()
- RIGHT_JOIN
- in file Criteria.php, class constant Criteria::RIGHT_JOIN
"RIGHT JOIN" SQL statement
- rollback
- in file PropelPDO.php, method PropelPDO::rollback()
Overrides PDO::rollback() to only rollback the transaction if we are in the outermost transaction nesting level.
- RequiredValidator.php
- procedural page RequiredValidator.php
top
s
- $start
- in file PropelPager.php, variable PropelPager::$start
- save
- in file Persistent.php, method Persistent::save()
Saves the object.
- save
- in file NodeObject.php, method NodeObject::save()
If object is saved without left/right values, set them as undefined (0)
- setAll
- in file Criteria.php, method Criteria::setAll()
Adds "ALL" modifier to the SQL statement.
- setChildren
- in file NodeObject.php, method NodeObject::setChildren()
Sets the children array of the node in the tree
- setClass
- in file ValidatorMap.php, method ValidatorMap::setClass()
- setClassname
- in file TableMap.php, method TableMap::setClassname()
Set the Classname of the Table. Could be useful for calling Peer and Object methods dynamically.
- setColumn
- in file ValidationFailed.php, method ValidationFailed::setColumn()
Set the column name.
- setConfiguration
- in file Propel.php, method Propel::setConfiguration()
Sets the configuration for Propel and all dependencies.
- setConnection
- in file Propel.php, method Propel::setConnection()
Sets the connection to use for specified datasource.
- setCriteria
- in file PropelPager.php, method PropelPager::setCriteria()
Set the criteria for this pager.
- setDatabaseMap
- in file Propel.php, method Propel::setDatabaseMap()
Sets the database map object to use for specified datasource.
- setDatabaseMapClass
- in file Propel.php, method Propel::setDatabaseMapClass()
Set your own class-name for Database-Mapping. Then you can change the whole TableMap-Model, but keep its functionality for Criteria.
- setDB
- in file Criteria.php, method Criterion::setDB()
Set the value of db.
- setDB
- in file Propel.php, method Propel::setDB()
Sets a database adapter for specified datasource.
- setDbName
- in file Criteria.php, method Criteria::setDbName()
Set the DatabaseMap name. If null
is supplied, uses value provided by
.
- setDeleted
- in file Persistent.php, method Persistent::setDeleted()
Specify whether this object has been deleted.
- setDeleted
- in file BaseObject.php, method BaseObject::setDeleted()
Specify whether this object has been deleted.
- setDistinct
- in file Criteria.php, method Criteria::setDistinct()
Adds "DISTINCT" modifier to the SQL statement.
- setForeignKey
- in file ColumnMap.php, method ColumnMap::setForeignKey()
Set the foreign key for this column.
- setIgnoreCase
- in file Criteria.php, method Criteria::setIgnoreCase()
Sets ignore case.
- setIgnoreCase
- in file Criteria.php, method Criterion::setIgnoreCase()
Sets ignore case.
- setLevel
- in file NodeObject.php, method NodeObject::setLevel()
Sets the level of the node in the tree
- setLimit
- in file Criteria.php, method Criteria::setLimit()
Set limit.
- setLogger
- in file Propel.php, method Propel::setLogger()
Override the configured logger.
- setMax
- in file PropelPager.php, method PropelPager::setMax()
Sets max rows (limit).
- setMessage
- in file ValidatorMap.php, method ValidatorMap::setMessage()
- setMessage
- in file ValidationFailed.php, method ValidationFailed::setMessage()
Set the message for the validation failure.
- setName
- in file ValidatorMap.php, method ValidatorMap::setName()
- setNestedTransactionCount
- in file PropelPDO.php, method PropelPDO::setNestedTransactionCount()
Set the current transaction depth.
- setNew
- in file BaseObject.php, method BaseObject::setNew()
Setter for the isNew attribute. This method will be called by Propel-generated children and Peers.
- setNew
- in file Persistent.php, method Persistent::setNew()
Setter for the isNew attribute. This method will be called by Propel-generated children and Peers.
- setNextSibling
- in file NodeObject.php, method NodeObject::setNextSibling()
Sets the next sibling of the node in the tree
- setNotNull
- in file ColumnMap.php, method ColumnMap::setNotNull()
Set if this column may be null.
- setOffset
- in file Criteria.php, method Criteria::setOffset()
Set offset.
- setPage
- in file PropelPager.php, method PropelPager::setPage()
Set the current page number (First page is 1).
- setParentNode
- in file NodeObject.php, method NodeObject::setParentNode()
Sets the parentNode of the node in the tree
- setPeerClass
- in file PropelPager.php, method PropelPager::setPeerClass()
Set the Peer Classname
- setPeerCountMethod
- in file PropelPager.php, method PropelPager::setPeerCountMethod()
Sets the Count method.
- setPeerMethod
- in file PropelPager.php, method PropelPager::setPeerMethod()
Set the Peer select method.
- setPeerSelectMethod
- in file PropelPager.php, method PropelPager::setPeerSelectMethod()
Set the Peer select method.
- setPhpName
- in file ColumnMap.php, method ColumnMap::setPhpName()
Set the php anme of this column.
- setPhpName
- in file TableMap.php, method TableMap::setPhpName()
Set the PHP name of the Table.
- setPrefix
- in file TableMap.php, method TableMap::setPrefix()
Set table prefix name.
- setPrevSibling
- in file NodeObject.php, method NodeObject::setPrevSibling()
Sets the previous sibling of the node in the tree
- setPrimaryKey
- in file Persistent.php, method Persistent::setPrimaryKey()
Sets the PrimaryKey for the object.
- setPrimaryKey
- in file ColumnMap.php, method ColumnMap::setPrimaryKey()
Set if this column is a primary key or not.
- setPrimaryKeyMethodInfo
- in file TableMap.php, method TableMap::setPrimaryKeyMethodInfo()
Sets the pk information needed to generate a key
- setRowsPerPage
- in file PropelPager.php, method PropelPager::setRowsPerPage()
Set the number of rows per page.
- setScopeIdValue
- in file NodeObject.php, method NodeObject::setScopeIdValue()
Set the value of scope column
- setSingleRecord
- in file Criteria.php, method Criteria::setSingleRecord()
Set single record? Set this to true
if you expect the query
- setSize
- in file ColumnMap.php, method ColumnMap::setSize()
Set the size of this column.
- setStart
- in file PropelPager.php, method PropelPager::setStart()
Sets the start row or offset.
- setTable
- in file Criteria.php, method Criterion::setTable()
Set the table name.
- setType
- in file ColumnMap.php, method ColumnMap::setType()
Set the Propel type of this column.
- setUseIdGenerator
- in file TableMap.php, method TableMap::setUseIdGenerator()
Set whether or not to use Id generator for primary key.
- setUseTransaction
- in file Criteria.php, method Criteria::setUseTransaction()
Will force the sql represented by this criteria to be executed within a transaction. This is here primarily to support the oid type in postgresql. Though it can be used to require any single sql statement to use a transaction.
- setValidator
- in file ValidationFailed.php, method ValidationFailed::setValidator()
Set the validator object that caused this to fail.
- setValue
- in file ValidatorMap.php, method ValidatorMap::setValue()
- size
- in file Criteria.php, method Criteria::size()
Returns the size (count) of this criteria.
- SMALLINT
- in file PropelColumnTypes.php, class constant PropelColumnTypes::SMALLINT
- strLength
- in file DBSQLite.php, method DBSQLite::strLength()
Returns SQL which calculates the length (in chars) of a string.
- strLength
- in file DBOracle.php, method DBOracle::strLength()
Returns SQL which calculates the length (in chars) of a string.
- strLength
- in file DBNone.php, method DBNone::strLength()
Returns SQL which calculates the length (in chars) of a string.
- strLength
- in file DBMySQL.php, method DBMySQL::strLength()
Returns SQL which calculates the length (in chars) of a string.
- strLength
- in file DBAdapter.php, method DBAdapter::strLength()
Returns SQL which calculates the length (in chars) of a string.
- strLength
- in file DBSybase.php, method DBSybase::strLength()
Returns SQL which calculates the length (in chars) of a string.
- strLength
- in file DBPostgres.php, method DBPostgres::strLength()
Returns SQL which calculates the length (in chars) of a string.
- subString
- in file DBPostgres.php, method DBPostgres::subString()
Returns SQL which extracts a substring.
- subString
- in file DBSQLite.php, method DBSQLite::subString()
Returns SQL which extracts a substring.
- subString
- in file DBNone.php, method DBNone::subString()
Returns SQL which extracts a substring.
- subString
- in file DBAdapter.php, method DBAdapter::subString()
Returns SQL which extracts a substring.
- subString
- in file DBMySQL.php, method DBMySQL::subString()
Returns SQL which extracts a substring.
- subString
- in file DBSybase.php, method DBSybase::subString()
Returns SQL which extracts a substring.
- subString
- in file DBOracle.php, method DBOracle::subString()
Returns SQL which extracts a substring.
top
t
- $tables
- in file DatabaseMap.php, variable DatabaseMap::$tables
Name of the tables in the database.
- $topNode
- in file NestedSetRecursiveIterator.php, variable NestedSetRecursiveIterator::$topNode
- TableMap.php
- procedural page TableMap.php
- TableMap
- in file TableMap.php, class TableMap
TableMap is used to model a table in a database.
- TIME
- in file PropelColumnTypes.php, class constant PropelColumnTypes::TIME
- TIMESTAMP
- in file PropelColumnTypes.php, class constant PropelColumnTypes::TIMESTAMP
- TINYINT
- in file PropelColumnTypes.php, class constant PropelColumnTypes::TINYINT
- toString
- in file Criteria.php, method Criteria::toString()
Build a string representation of the Criteria.
- toString
- in file Criteria.php, method Join::toString()
returns a String representation of the class,
- toUpperCase
- in file DBSQLite.php, method DBSQLite::toUpperCase()
This method is used to ignore case.
- toUpperCase
- in file DBPostgres.php, method DBPostgres::toUpperCase()
This method is used to ignore case.
- toUpperCase
- in file DBSybase.php, method DBSybase::toUpperCase()
This method is used to ignore case.
- toUpperCase
- in file DBMySQL.php, method DBMySQL::toUpperCase()
This method is used to ignore case.
- toUpperCase
- in file DBOracle.php, method DBOracle::toUpperCase()
This method is used to ignore case.
- toUpperCase
- in file DBAdapter.php, method DBAdapter::toUpperCase()
This method is used to ignore case.
- toUpperCase
- in file DBNone.php, method DBNone::toUpperCase()
This method is used to ignore case.
- translateFieldname
- in file BasePeer.php, method BasePeer::translateFieldname()
- TYPE_COLNAME
- in file BasePeer.php, class constant BasePeer::TYPE_COLNAME
column (peer) name type
- TYPE_FIELDNAME
- in file BasePeer.php, class constant BasePeer::TYPE_FIELDNAME
column fieldname type
- TYPE_NUM
- in file BasePeer.php, class constant BasePeer::TYPE_NUM
num type
- TYPE_PHPNAME
- in file BasePeer.php, class constant BasePeer::TYPE_PHPNAME
phpname type
- TYPE_STUDLYPHPNAME
- in file BasePeer.php, class constant BasePeer::TYPE_STUDLYPHPNAME
studlyphpname type
top
top
top
top
_
- __construct
- in file PropelException.php, method PropelException::__construct()
- __construct
- in file ColumnMap.php, method ColumnMap::__construct()
Constructor.
- __construct
- in file PropelPager.php, method PropelPager::__construct()
Create a new Propel Pager.
- __construct
- in file TableMap.php, method TableMap::__construct()
Construct a new TableMap.
- __construct
- in file ValidatorMap.php, method ValidatorMap::__construct()
- __construct
- in file ValidationFailed.php, method ValidationFailed::__construct()
Construct a new ValidationFailed object.
- __construct
- in file NestedSetRecursiveIterator.php, method NestedSetRecursiveIterator::__construct()
- __construct
- in file PreOrderNodeIterator.php, method PreOrderNodeIterator::__construct()
- __construct
- in file Criteria.php, method CriterionIterator::__construct()
- __construct
- in file Criteria.php, method Criterion::__construct()
Create a new instance.
- __construct
- in file Criteria.php, method Criteria::__construct()
Creates a new instance with the default capacity which corresponds to the specified database.
- __construct
- in file MojaviLogAdapter.php, method MojaviLogAdapter::__construct()
constructor for setting up Mojavi log adapter
- __construct
- in file Criteria.php, method Join::__construct()
Constructor
- __construct
- in file DatabaseMap.php, method DatabaseMap::__construct()
Constructor.
- __sleep
- in file PropelDateTime.php, method PropelDateTime::__sleep()
PHP "magic" function called when object is serialized.
- __toString
- in file ValidationFailed.php, method ValidationFailed::__toString()
"magic" method to get string represenation of object.
- __wakeup
- in file PropelDateTime.php, method PropelDateTime::__wakeup()
PHP "magic" function called when object is restored from serialized state.
top
|
|