PHPonTraxTest
[ class tree: PHPonTraxTest ] [ index: PHPonTraxTest ] [ all elements ]

Element index for package PHPonTraxTest

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

_

_BCsequence
in file DB.php, method DB_mysql::_BCsequence()
    Backwards compatibility with old sequence emulation implementation (clean up the dupes)
_convertNullArrayValuesToEmpty
in file DB.php, method DB_common::_convertNullArrayValuesToEmpty()
    Converts all null values in an array to empty strings
_rtrimArrayValues
in file DB.php, method DB_common::_rtrimArrayValues()
    Right-trims all strings in an array
__autoload
in file TraxGeneratorTest.php, function __autoload()
    When a class is referenced, get it from app/models
__construct
in file HelpersTest.php, method ExtHelpers::__construct()
__sleep
in file DB.php, method DB_common::__sleep()
    Automatically indicates which properties should be saved when PHP's serialize() function is called
__toString
in file DB.php, method DB_common::__toString()
    Automatic string conversion for PHP 5
__wakeup
in file DB.php, method DB_common::__wakeup()
    Automatically reconnects to the database when PHP's unserialize() function is called
top

a

ActionController
in file action_controller.php, class ActionController
    Mock ActionController class for testing
ActionControllerErrorTest
in file ActionControllerErrorTest.php, class ActionControllerErrorTest
    Test class for ActionControllerError.
ActionControllerTest
in file ActionControllerTest.php, class ActionControllerTest
    Test class for ActionController.
ActionMailerTest
in file ActionMailerTest.php, class ActionMailerTest
    Test class for ActionMailer.
ActiveRecord
in file active_record.php, class ActiveRecord
    Mock ActiveRecord class for testing
ActiveRecordErrorTest
in file ActiveRecordErrorTest.php, class ActiveRecordErrorTest
    Test class for ActiveRecordError.
ActiveRecordHelperTest
in file ActiveRecordHelperTest.php, class ActiveRecordHelperTest
    Test class for ActiveRecordHelper.
ActiveRecordTest
in file ActiveRecordTest.php, class ActiveRecordTest
    Test class for ActiveRecord
affectedRows
in file DB.php, method DB_common::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file DB.php, method DB_mysql::affectedRows()
    Determines the number of rows affected by a data maniuplation query
apiVersion
in file DB.php, method DB::apiVersion()
    Return the DB API version
ApplicationControllerTest
in file ApplicationControllerTest.php, class ApplicationControllerTest
    Test class for ApplicationController.
ApplicationMailerTest
in file ApplicationMailerTest.php, class ApplicationMailerTest
    Test class for ApplicationMailer.
AssetTagHelperTest
in file AssetTagHelperTest.php, class AssetTagHelperTest
    Test class for AssetTagHelper.
autoCommit
in file DB.php, method DB_common::autoCommit()
    Enables or disables automatic commits
autoCommit
in file DB.php, method DB_mysql::autoCommit()
    Enables or disables automatic commits
autoExecute
in file DB.php, method DB_common::autoExecute()
    Automaticaly generates an insert or update query and call prepare() and execute() with it
autoPrepare
in file DB.php, method DB_common::autoPrepare()
    Automaticaly generates an insert or update query and pass it to prepare()
ActionControllerErrorTest.php
procedural page ActionControllerErrorTest.php
ActionControllerTest.php
procedural page ActionControllerTest.php
ActionMailerTest.php
procedural page ActionMailerTest.php
ActiveRecordErrorTest.php
procedural page ActiveRecordErrorTest.php
ActiveRecordHelperTest.php
procedural page ActiveRecordHelperTest.php
ActiveRecordTest.php
procedural page ActiveRecordTest.php
ApplicationControllerTest.php
procedural page ApplicationControllerTest.php
ApplicationMailerTest.php
procedural page ApplicationMailerTest.php
AssetTagHelperTest.php
procedural page AssetTagHelperTest.php
application.php
procedural page application.php
action_controller.php
procedural page action_controller.php
active_record.php
procedural page active_record.php
top

b

boolean_attribute
in file HelpersTest.php, method ExtHelpers::boolean_attribute()
buildManipSQL
in file DB.php, method DB_common::buildManipSQL()
    Produces an SQL query string for autoPrepare()
top

c

CatalogController
in file catalog_controller.php, class CatalogController
    Test catalog controller
commit
in file DB.php, method DB_mysql::commit()
    Commits the current transaction
commit
in file DB.php, method DB_common::commit()
    Commits the current transaction
connect
in file DB.php, method DB_mysql::connect()
    Connect to the database server, log in and open the database
connect
in file DB.php, method DB::connect()
    Create a new DB object including a connection to the specified database
convert_options
in file HelpersTest.php, method ExtHelpers::convert_options()
createSequence
in file DB.php, method DB_mysql::createSequence()
    Creates a new sequence
createSequence
in file DB.php, method DB_common::createSequence()
    Creates a new sequence
catalog_controller.php
procedural page catalog_controller.php
top

d

$data
in file ActiveRecordTest.php, variable DB_find_all_result::$data
$database
in file DB.php, variable DB_common::$database
    Mock Database
DataType
in file ActiveRecordHelperTest.php, class DataType
DateHelperTest
in file DateHelperTest.php, class DateHelperTest
    Test class for DateHelper.
DB
in file DB.php, class DB
    Mock DB class for testing
DB_AUTOQUERY_INSERT
in file DB.php, constant DB_AUTOQUERY_INSERT
    The type of query to create with the automatic query building methods.
DB_AUTOQUERY_UPDATE
in file DB.php, constant DB_AUTOQUERY_UPDATE
DB_BINMODE_CONVERT
in file DB.php, constant DB_BINMODE_CONVERT
    Converts the data to hex format before returning it
DB_BINMODE_PASSTHRU
in file DB.php, constant DB_BINMODE_PASSTHRU
    Sends the fetched data straight through to output
DB_BINMODE_RETURN
in file DB.php, constant DB_BINMODE_RETURN
    Lets you return data as usual
DB_common
in file DB.php, method DB_common::DB_common()
    This constructor calls $this->PEAR('DB_Error')
DB_common
in file DB.php, class DB_common
    Mock DB_common for testing
DB_ERROR
in file DB.php, constant DB_ERROR
    Unkown error
DB_Error
in file DB.php, method DB_Error::DB_Error()
    DB_Error constructor
DB_Error
in file DB.php, class DB_Error
    Mock DB_Error
DB_ERROR_ACCESS_VIOLATION
in file DB.php, constant DB_ERROR_ACCESS_VIOLATION
    The present user has inadequate permissions to perform the task requestd
DB_ERROR_ALREADY_EXISTS
in file DB.php, constant DB_ERROR_ALREADY_EXISTS
    Tried to create a duplicate object
DB_ERROR_CANNOT_CREATE
in file DB.php, constant DB_ERROR_CANNOT_CREATE
    Could not create the object requested
DB_ERROR_CANNOT_DROP
in file DB.php, constant DB_ERROR_CANNOT_DROP
    Could not drop the database requested because it does not exist
DB_ERROR_CONNECT_FAILED
in file DB.php, constant DB_ERROR_CONNECT_FAILED
    Could not connect to the database
DB_ERROR_CONSTRAINT
in file DB.php, constant DB_ERROR_CONSTRAINT
    Tried to insert a duplicate value into a primary or unique index
DB_ERROR_CONSTRAINT_NOT_NULL
in file DB.php, constant DB_ERROR_CONSTRAINT_NOT_NULL
    Tried to insert a null value into a column that doesn't allow nulls
DB_ERROR_DIVZERO
in file DB.php, constant DB_ERROR_DIVZERO
    Attempt to divide something by zero
DB_ERROR_EXTENSION_NOT_FOUND
in file DB.php, constant DB_ERROR_EXTENSION_NOT_FOUND
    The PHP extension needed for this DBMS could not be found
DB_ERROR_INVALID
in file DB.php, constant DB_ERROR_INVALID
    A literal submitted did not match the data type expected
DB_ERROR_INVALID_DATE
in file DB.php, constant DB_ERROR_INVALID_DATE
    A literal date submitted did not match the data type expected
DB_ERROR_INVALID_DSN
in file DB.php, constant DB_ERROR_INVALID_DSN
    The DSN submitted has problems
DB_ERROR_INVALID_NUMBER
in file DB.php, constant DB_ERROR_INVALID_NUMBER
    A literal number submitted did not match the data type expected
DB_ERROR_MISMATCH
in file DB.php, constant DB_ERROR_MISMATCH
    The number of parameters does not match the number of placeholders
DB_ERROR_NEED_MORE_DATA
in file DB.php, constant DB_ERROR_NEED_MORE_DATA
    The data submitted to the method was inappropriate
DB_ERROR_NODBSELECTED
in file DB.php, constant DB_ERROR_NODBSELECTED
    A database needs to be selected
DB_ERROR_NOSUCHDB
in file DB.php, constant DB_ERROR_NOSUCHDB
    The database requested does not exist
DB_ERROR_NOSUCHFIELD
in file DB.php, constant DB_ERROR_NOSUCHFIELD
    An identifier in the query refers to a non-existant column
DB_ERROR_NOSUCHTABLE
in file DB.php, constant DB_ERROR_NOSUCHTABLE
    An identifier in the query refers to a non-existant table
DB_ERROR_NOT_CAPABLE
in file DB.php, constant DB_ERROR_NOT_CAPABLE
    The current DBMS does not support the action you attempted
DB_ERROR_NOT_FOUND
in file DB.php, constant DB_ERROR_NOT_FOUND
    An identifier in the query refers to a non-existant object
DB_ERROR_NOT_LOCKED
in file DB.php, constant DB_ERROR_NOT_LOCKED
    The attempt to lock the table failed
DB_ERROR_SYNTAX
in file DB.php, constant DB_ERROR_SYNTAX
    Syntax error
DB_ERROR_TRUNCATED
in file DB.php, constant DB_ERROR_TRUNCATED
    A literal submitted was too long so the end of it was removed
DB_ERROR_UNSUPPORTED
in file DB.php, constant DB_ERROR_UNSUPPORTED
    The current driver does not support the action you attempted
DB_ERROR_VALUE_COUNT_ON_ROW
in file DB.php, constant DB_ERROR_VALUE_COUNT_ON_ROW
    The number of columns doesn't match the number of values
DB_FETCHMODE_ASSOC
in file DB.php, constant DB_FETCHMODE_ASSOC
DB_FETCHMODE_DEFAULT
in file DB.php, constant DB_FETCHMODE_DEFAULT
    Fetchmode constants
DB_FETCHMODE_FLIPPED
in file DB.php, constant DB_FETCHMODE_FLIPPED
    For multi-dimensional results, make the column name the first level of the array and put the row number in the second level of the array
DB_FETCHMODE_OBJECT
in file DB.php, constant DB_FETCHMODE_OBJECT
DB_FETCHMODE_ORDERED
in file DB.php, constant DB_FETCHMODE_ORDERED
DB_find_all_result
in file ActiveRecordTest.php, class DB_find_all_result
    Mock DB_result
DB_GETMODE_ASSOC
in file DB.php, constant DB_GETMODE_ASSOC
DB_GETMODE_FLIPPED
in file DB.php, constant DB_GETMODE_FLIPPED
DB_GETMODE_ORDERED
in file DB.php, constant DB_GETMODE_ORDERED
    Old fetch modes. Left here for compatibility.
DB_mysql
in file DB.php, method DB_mysql::DB_mysql()
    This constructor calls $this->DB_common()
DB_mysql
in file DB.php, class DB_mysql
    Mock DB_mysql class
DB_OK
in file DB.php, constant DB_OK
    The code returned by many methods upon success
DB_PARAM_MISC
in file DB.php, constant DB_PARAM_MISC
    Indicates a misc (!) placeholder was used
DB_PARAM_OPAQUE
in file DB.php, constant DB_PARAM_OPAQUE
    Indicates an opaque (&) placeholder was used
DB_PARAM_SCALAR
in file DB.php, constant DB_PARAM_SCALAR
    Indicates a scalar (?) placeholder was used
DB_PORTABILITY_ALL
in file DB.php, constant DB_PORTABILITY_ALL
    Turn on all portability features
DB_PORTABILITY_DELETE_COUNT
in file DB.php, constant DB_PORTABILITY_DELETE_COUNT
    Force reporting the number of rows deleted
DB_PORTABILITY_ERRORS
in file DB.php, constant DB_PORTABILITY_ERRORS
    Makes certain error messages in certain drivers compatible with those from other DBMS's
DB_PORTABILITY_LOWERCASE
in file DB.php, constant DB_PORTABILITY_LOWERCASE
    Convert names of tables and fields to lower case
DB_PORTABILITY_NONE
in file DB.php, constant DB_PORTABILITY_NONE
    Turn off all portability features
DB_PORTABILITY_NULL_TO_EMPTY
in file DB.php, constant DB_PORTABILITY_NULL_TO_EMPTY
    Convert null values to empty strings in data output by
DB_PORTABILITY_NUMROWS
in file DB.php, constant DB_PORTABILITY_NUMROWS
    Enable hack that makes numRows() work in Oracle
DB_PORTABILITY_RTRIM
in file DB.php, constant DB_PORTABILITY_RTRIM
    Right trim the data output by get*() and fetch*()
DB_result
in file DB.php, class DB_result
    Mock DB_result
DB_result
in file DB.php, method DB_result::DB_result()
    This constructor sets the object's properties
DB_row
in file DB.php, method DB_row::DB_row()
    The constructor places a row's data into properties of this object
DB_row
in file DB.php, class DB_row
    Mock DB_row
DB_TABLEINFO_FULL
in file DB.php, constant DB_TABLEINFO_FULL
DB_TABLEINFO_ORDER
in file DB.php, constant DB_TABLEINFO_ORDER
    The type of information to return from the tableInfo() method.
DB_TABLEINFO_ORDERTABLE
in file DB.php, constant DB_TABLEINFO_ORDERTABLE
disconnect
in file DB.php, method DB_mysql::disconnect()
    Disconnects from the database server
DispatcherTest
in file DispatcherTest.php, class DispatcherTest
    Test class for Dispatcher.
dropSequence
in file DB.php, method DB_mysql::dropSequence()
    Deletes a sequence
dropSequence
in file DB.php, method DB_common::dropSequence()
    Deletes a sequence
DummyController
in file HelpersTest.php, class DummyController
    Dummy controller object
DateHelperTest.php
procedural page DateHelperTest.php
DispatcherTest.php
procedural page DispatcherTest.php
DB.php
procedural page DB.php
top

e

$expected_list
in file DB.php, variable DB_common::$expected_list
    List of expected queries and returns
$expected_list_cursor
in file DB.php, variable DB_common::$expected_list_cursor
    Cursor in list of expected queries and returns
$expected_query
in file DB.php, variable DB_common::$expected_query
    Expected query
$expected_query
in file active_record.php, variable ActiveRecord::$expected_query
    Expected query
$expected_result
in file active_record.php, variable ActiveRecord::$expected_result
    Expected result
$expected_result
in file DB.php, variable DB_common::$expected_result
    Result to be returned from expected query
errorCode
in file DB.php, method DB_common::errorCode()
    Maps native error codes to DB's portable ones
errorMessage
in file DB.php, method DB_common::errorMessage()
    Maps a DB error code to a textual message
errorMessage
in file DB.php, method DB::errorMessage()
    Return a textual error message for a DB error code
errorNative
in file DB.php, method DB_mysql::errorNative()
    Gets the DBMS' native error code produced by the last query
errorNative
in file DB.php, method DB_common::errorNative()
    Gets the DBMS' native error code produced by the last query
escapeSimple
in file DB.php, method DB_mysql::escapeSimple()
    Escapes a string according to the current DBMS's standards
escapeSimple
in file DB.php, method DB_common::escapeSimple()
    Escapes a string according to the current DBMS's standards
ExDateHelper
in file DateHelperTest.php, class ExDateHelper
    Extend the DateHelper class so we can access protected stuff
execute
in file DB.php, method DB_common::execute()
    Executes a DB statement prepared with prepare()
executeEmulateQuery
in file DB.php, method DB_common::executeEmulateQuery()
    Emulates executing prepared statements if the DBMS not support them
executeMultiple
in file DB.php, method DB_common::executeMultiple()
    Performs several execute() calls on the same statement handle
expect_queries
in file DB.php, method DB_common::expect_queries()
    Set list of expected queries and returns
expect_query
in file DB.php, method DB_common::expect_query()
    Set expected query and return
expect_query
in file active_record.php, method ActiveRecord::expect_query()
    Set expected query and return
ExtHelpers
in file HelpersTest.php, class ExtHelpers
    Extend Helpers class to test protected methods
top

f

factory
in file DB.php, method DB::factory()
    Create a new DB object for the specified database type but don't connect to the database
fetchInto
in file DB.php, method DB_result::fetchInto()
    Fetch a row of data into an array which is passed by reference
fetchInto
in file DB.php, method DB_mysql::fetchInto()
    Places a row from the result set into the given array
fetchRow
in file ActiveRecordTest.php, method DB_find_all_result::fetchRow()
fetchRow
in file DB.php, method DB_result::fetchRow()
    Fetch a row of data and return it by reference into an array
FormHelperTest
in file FormHelperTest.php, class FormHelperTest
    Test class for FormHelper.
FormOptionsHelperTest
in file FormOptionsHelperTest.php, class FormOptionsHelperTest
    Test class for FormOptionsHelper.
FormTagHelperTest
in file FormTagHelperTest.php, class FormTagHelperTest
    Test class for FormTagHelper.
free
in file DB.php, method DB_result::free()
    Frees the resources allocated for this result set
freePrepared
in file DB.php, method DB_common::freePrepared()
    Frees the internal resources associated with a prepared query
freeResult
in file DB.php, method DB_mysql::freeResult()
    Deletes the result set and frees the memory occupied by the result set
FormHelperTest.php
procedural page FormHelperTest.php
FormOptionsHelperTest.php
procedural page FormOptionsHelperTest.php
FormTagHelperTest.php
procedural page FormTagHelperTest.php
top

g

getAll
in file DB.php, method DB_common::getAll()
    Fetches all of the rows from a query result
getAssoc
in file DB.php, method DB_common::getAssoc()
    Fetches an entire query result and returns it as an associative array using the first column as the key
getCol
in file DB.php, method DB_common::getCol()
    Fetches a single column from a query result and returns it as an indexed array
getListOf
in file DB.php, method DB_common::getListOf()
    Lists internal database information
getOne
in file DB.php, method DB_common::getOne()
    Fetches the first column of the first row from a query result
getOption
in file DB.php, method DB_common::getOption()
    Returns the value of an option
getQuery
in file DB.php, method DB_result::getQuery()
    Determine the query string that created this result
getRow
in file DB.php, method DB_common::getRow()
    Fetches the first row of data returned from a query result
getRowCounter
in file DB.php, method DB_result::getRowCounter()
    Tells which row number is currently being processed
getSequenceName
in file DB.php, method DB_common::getSequenceName()
    Generates the name used inside the database for a sequence
getSpecialQuery
in file DB.php, method DB_common::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file DB.php, method DB_mysql::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
top

h

HelpersTest
in file HelpersTest.php, class HelpersTest
    Test class for Helpers.
HelpersTest.php
procedural page HelpersTest.php
top

i

InflectorTest
in file InflectorTest.php, class InflectorTest
    Test class for Inflector.
InputFilterTest
in file InputFilterTest.php, class InputFilterTest
    Test class for InputFilter.
isConnection
in file DB.php, method DB::isConnection()
    Determines if a value is a DB_<driver> object
isError
in file DB.php, method DB::isError()
    Determines if a variable is a DB_Error object
isManip
in file DB.php, method DB::isManip()
    Tell whether a query is a data manipulation or data definition query
InflectorTest.php
procedural page InflectorTest.php
InputFilterTest.php
procedural page InputFilterTest.php
top

j

JavaScriptHelperTest
in file JavaScriptHelperTest.php, class JavaScriptHelperTest
    Test class for JavaScriptHelper.
JavaScriptHelperTest.php
procedural page JavaScriptHelperTest.php
top

l

limitQuery
in file DB.php, method DB_common::limitQuery()
    Generates and executes a LIMIT query
top

m

main
in file FormHelperTest.php, method FormHelperTest::main()
    Runs the test methods of this class.
main
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::main()
    Runs the test methods of this class.
main
in file DispatcherTest.php, method DispatcherTest::main()
    Runs the test methods of this class.
main
in file ActionControllerErrorTest.php, method ActionControllerErrorTest::main()
    Runs the test methods of this class.
main
in file UrlHelperTest.php, method UrlHelperTest::main()
    Runs the test methods of this class.
main
in file FormTagHelperTest.php, method FormTagHelperTest::main()
    Runs the test methods of this class.
main
in file HelpersTest.php, method HelpersTest::main()
    Runs the test methods of this class.
main
in file RouterTest.php, method RouterTest::main()
    Runs the test methods of this class.
main
in file JavaScriptHelperTest.php, method JavaScriptHelperTest::main()
    Runs the test methods of this class.
main
in file InputFilterTest.php, method InputFilterTest::main()
    Runs the test methods of this class.
main
in file InflectorTest.php, method InflectorTest::main()
    Runs the test methods of this class.
main
in file TraxErrorTest.php, method TraxErrorTest::main()
    Runs the test methods of this class.
main
in file TraxGeneratorTest.php, method TraxGeneratorTest::main()
    Runs the test methods of this class.
main
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::main()
    Runs the test methods of this class.
main
in file ActiveRecordErrorTest.php, method ActiveRecordErrorTest::main()
    Runs the test methods of this class.
main
in file ActionMailerTest.php, method ActionMailerTest::main()
    Runs the test methods of this class.
main
in file ActionControllerTest.php, method ActionControllerTest::main()
    Runs the test methods of this class.
main
in file ActiveRecordTest.php, method ActiveRecordTest::main()
    Runs the test methods of this class.
main
in file ApplicationControllerTest.php, method ApplicationControllerTest::main()
    Runs the test methods of this class.
main
in file SessionTest.php, method SessionTest::main()
    Runs the test methods of this class.
main
in file DateHelperTest.php, method DateHelperTest::main()
    Runs the test methods of this class.
main
in file AssetTagHelperTest.php, method AssetTagHelperTest::main()
    Runs the test methods of this class.
main
in file ApplicationMailerTest.php, method ApplicationMailerTest::main()
    Runs the test methods of this class.
main
in file ScaffoldControllerTest.php, method ScaffoldControllerTest::main()
    Runs the test methods of this class.
modifyLimitQuery
in file DB.php, method DB_mysql::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyLimitQuery
in file DB.php, method DB_common::modifyLimitQuery()
    Adds LIMIT clauses to a query string according to current DBMS standards
modifyQuery
in file DB.php, method DB_mysql::modifyQuery()
    Changes a query string for various DBMS specific reasons
modifyQuery
in file DB.php, method DB_common::modifyQuery()
    Changes a query string for various DBMS specific reasons
mysqlRaiseError
in file DB.php, method DB_mysql::mysqlRaiseError()
    Produces a DB_Error object regarding the current problem
top

n

new_obj
in file ActiveRecordTest.php, method PersonName::new_obj()
nextId
in file DB.php, method DB_mysql::nextId()
    Returns the next free id in a sequence
nextId
in file DB.php, method DB_common::nextId()
    Returns the next free id in a sequence
nextResult
in file DB.php, method DB_mysql::nextResult()
    Move the internal mysql result pointer to the next available result
nextResult
in file DB.php, method DB_result::nextResult()
    Get the next result if a batch of queries was executed
numCols
in file DB.php, method DB_result::numCols()
    Get the the number of columns in a result set
numCols
in file DB.php, method DB_mysql::numCols()
    Gets the number of columns in a result set
numRows
in file DB.php, method DB_result::numRows()
    Get the number of rows in a result set
numRows
in file DB.php, method DB_common::numRows()
    Determines the number of rows in a query result
numRows
in file DB.php, method DB_mysql::numRows()
    Gets the number of rows in a result set
noclass_controller.php
procedural page noclass_controller.php
top

o

$object_name
in file action_controller.php, variable ActionController::$object_name
$options
in file DB.php, variable DB_common::$options
    Run-time configuration options
object
in file HelpersTest.php, method ExtHelpers::object()
top

p

parseDSN
in file DB.php, method DB::parseDSN()
    Parse a data source name
PersonName
in file ActiveRecordTest.php, class PersonName
    Regression tester for the ActiveRecord class
PHPUnit2_MAIN_METHOD
in file FormOptionsHelperTest.php, constant PHPUnit2_MAIN_METHOD
prepare
in file DB.php, method DB_common::prepare()
    Prepares a query for multiple execution with execute()
provides
in file DB.php, method DB_common::provides()
    Tells whether the present driver supports a given feature
top

q

query
in file DB.php, method DB_common::query()
    Sends a query to the database server
quoteIdentifier
in file DB.php, method DB_mysql::quoteIdentifier()
    Quotes a string so it can be safely used as a table or column name
quoteIdentifier
in file DB.php, method DB_common::quoteIdentifier()
    Quotes a string so it can be safely used as a table or column name
quoteSmart
in file DB.php, method DB_common::quoteSmart()
    Formats input so it can be safely used in a query
top

r

$row_num
in file ActiveRecordTest.php, variable DB_find_all_result::$row_num
raiseError
in file DB.php, method DB_common::raiseError()
    Communicates an error and invoke error callbacks, etc
rmrfdir
in file TraxGeneratorTest.php, method TraxGeneratorTest::rmrfdir()
    Remove all the contents of a directory
rollback
in file DB.php, method DB_mysql::rollback()
    Reverts the current transaction
rollback
in file DB.php, method DB_common::rollback()
    Reverts the current transaction
RouterTest
in file RouterTest.php, class RouterTest
    Test class for Router.
routes.php
procedural page routes.php
RouterTest.php
procedural page RouterTest.php
runtests.php
procedural page runtests.php
top

s

$scaffold
in file catalog_controller.php, variable CatalogController::$scaffold
$some_attr
in file HelpersTest.php, variable DummyController::$some_attr
ScaffoldControllerTest
in file ScaffoldControllerTest.php, class ScaffoldControllerTest
    Test class for ScaffoldController.
send
in file active_record.php, method ActiveRecord::send()
    Get contents of one column of record selected by id and table
SessionTest
in file SessionTest.php, class SessionTest
    Test class for Session.
setFetchMode
in file DB.php, method DB_common::setFetchMode()
    Sets the fetch mode that should be used by default for query results
setOption
in file DB.php, method DB_result::setOption()
    Set options for the DB_result object
setOption
in file DB.php, method DB_common::setOption()
    Sets run-time configuration options for PEAR DB
setUp
in file HelpersTest.php, method HelpersTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file InputFilterTest.php, method InputFilterTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file InflectorTest.php, method InflectorTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file RouterTest.php, method RouterTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file TraxGeneratorTest.php, method TraxGeneratorTest::setUp()
    Set up dummy Trax work area
setUp
in file UrlHelperTest.php, method UrlHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file TraxErrorTest.php, method TraxErrorTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file SessionTest.php, method SessionTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file FormTagHelperTest.php, method FormTagHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ScaffoldControllerTest.php, method ScaffoldControllerTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file JavaScriptHelperTest.php, method JavaScriptHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file FormHelperTest.php, method FormHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ActiveRecordTest.php, method ActiveRecordTest::setUp()
    Set the environment ActiveRecord expects
setUp
in file ApplicationControllerTest.php, method ApplicationControllerTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ActiveRecordErrorTest.php, method ActiveRecordErrorTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ActionControllerTest.php, method ActionControllerTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ActionMailerTest.php, method ActionMailerTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ApplicationMailerTest.php, method ApplicationMailerTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ActionControllerErrorTest.php, method ActionControllerErrorTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file DispatcherTest.php, method DispatcherTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file DateHelperTest.php, method DateHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file AssetTagHelperTest.php, method AssetTagHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
simpleQuery
in file DB.php, method DB_mysql::simpleQuery()
    Sends a query to the database server
ScaffoldControllerTest.php
procedural page ScaffoldControllerTest.php
SessionTest.php
procedural page SessionTest.php
top

t

tableInfo
in file DB.php, method DB_common::tableInfo()
    Returns information about a table or a result set
tableInfo
in file DB.php, method DB_mysql::tableInfo()
    Returns information about a table or a result set
tally_queries
in file DB.php, method DB_common::tally_queries()
    Verify that all expected queries have been received
tearDown
in file ActiveRecordTest.php, method ActiveRecordTest::tearDown()
    This method is called after a test is executed.
tearDown
in file ActionMailerTest.php, method ActionMailerTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file AssetTagHelperTest.php, method AssetTagHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file RouterTest.php, method RouterTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file TraxErrorTest.php, method TraxErrorTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file UrlHelperTest.php, method UrlHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file HelpersTest.php, method HelpersTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file JavaScriptHelperTest.php, method JavaScriptHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ActiveRecordErrorTest.php, method ActiveRecordErrorTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file InputFilterTest.php, method InputFilterTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ScaffoldControllerTest.php, method ScaffoldControllerTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file SessionTest.php, method SessionTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file InflectorTest.php, method InflectorTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file TraxGeneratorTest.php, method TraxGeneratorTest::tearDown()
    Remove the dummy Trax work area
tearDown
in file FormTagHelperTest.php, method FormTagHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ApplicationMailerTest.php, method ApplicationMailerTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file DispatcherTest.php, method DispatcherTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file DateHelperTest.php, method DateHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ActionControllerErrorTest.php, method ActionControllerErrorTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ActionControllerTest.php, method ActionControllerTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ApplicationControllerTest.php, method ApplicationControllerTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file FormHelperTest.php, method FormHelperTest::tearDown()
    Tears down the fixture, for example, close a network connection.
testAdd_after_filter
in file ActionControllerTest.php, method ActionControllerTest::testAdd_after_filter()
testAdd_attachment
in file ActionMailerTest.php, method ActionMailerTest::testAdd_attachment()
testAdd_bcc_address
in file ActionMailerTest.php, method ActionMailerTest::testAdd_bcc_address()
testAdd_before_filter
in file ActionControllerTest.php, method ActionControllerTest::testAdd_before_filter()
testAdd_cc_address
in file ActionMailerTest.php, method ActionMailerTest::testAdd_cc_address()
testAdd_default_name_and_id_function
in file FormHelperTest.php, method FormHelperTest::testAdd_default_name_and_id_function()
    Test add_default_name_and_id() function
testAdd_default_name_and_id_method
in file FormHelperTest.php, method FormHelperTest::testAdd_default_name_and_id_method()
    Test add_default_name_and_id() method
testAdd_error
in file ActiveRecordTest.php, method ActiveRecordTest::testAdd_error()
    Test the add_error() method
testAdd_helper
in file ActionControllerTest.php, method ActionControllerTest::testAdd_helper()
testAdd_options
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testAdd_options()
testAdd_replyto_address
in file ActionMailerTest.php, method ActionMailerTest::testAdd_replyto_address()
testAdd_to_address
in file ActionMailerTest.php, method ActionMailerTest::testAdd_to_address()
testAfter_create
in file ActiveRecordTest.php, method ActiveRecordTest::testAfter_create()
    Test the after_create() method
testAfter_delete
in file ActiveRecordTest.php, method ActiveRecordTest::testAfter_delete()
    Test the after_delete() method
testAfter_save
in file ActiveRecordTest.php, method ActiveRecordTest::testAfter_save()
    Test the after_save() method
testAfter_update
in file ActiveRecordTest.php, method ActiveRecordTest::testAfter_update()
    Test the after_update() method
testAfter_validation
in file ActiveRecordTest.php, method ActiveRecordTest::testAfter_validation()
    Test the after_validation() method
testAfter_validation_on_create
in file ActiveRecordTest.php, method ActiveRecordTest::testAfter_validation_on_create()
    Test the after_validation_on_create() method
testAfter_validation_on_update
in file ActiveRecordTest.php, method ActiveRecordTest::testAfter_validation_on_update()
    Test the after_validation_on_update() method
testAll_input_tags
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testAll_input_tags()
testAuto_discovery_link_tag_function
in file AssetTagHelperTest.php, method AssetTagHelperTest::testAuto_discovery_link_tag_function()
testAuto_discovery_link_tag_method
in file AssetTagHelperTest.php, method AssetTagHelperTest::testAuto_discovery_link_tag_method()
testAvg_all
in file ActiveRecordTest.php, method ActiveRecordTest::testAvg_all()
    Test the avg_all() method
testBefore_create
in file ActiveRecordTest.php, method ActiveRecordTest::testBefore_create()
    Test the before_create() method
testBefore_delete
in file ActiveRecordTest.php, method ActiveRecordTest::testBefore_delete()
    Test the before_delete() method
testBefore_save
in file ActiveRecordTest.php, method ActiveRecordTest::testBefore_save()
    Test the before_save() method
testBefore_update
in file ActiveRecordTest.php, method ActiveRecordTest::testBefore_update()
    Test the before_update() method
testBefore_validation
in file ActiveRecordTest.php, method ActiveRecordTest::testBefore_validation()
    Test the before_validation() method
testBefore_validation_on_create
in file ActiveRecordTest.php, method ActiveRecordTest::testBefore_validation_on_create()
    Test the before_validation_on_create() method
testBefore_validation_on_update
in file ActiveRecordTest.php, method ActiveRecordTest::testBefore_validation_on_update()
    Test the before_validation_on_update() method
testBegin
in file ActiveRecordTest.php, method ActiveRecordTest::testBegin()
    Test the begin() method
testBoolean_attribute
in file HelpersTest.php, method HelpersTest::testBoolean_attribute()
    Test boolean_attribute().
testBuild_route_regexp
in file RouterTest.php, method RouterTest::testBuild_route_regexp()
    Test build_route_regexp().
testButton_to_function
in file UrlHelperTest.php, method UrlHelperTest::testButton_to_function()
    Test button_to() function
testButton_to_method
in file UrlHelperTest.php, method UrlHelperTest::testButton_to_method()
    Test button_to() method
testCamelize
in file InflectorTest.php, method InflectorTest::testCamelize()
    Test Inflector::camelize()
testCdata_section
in file HelpersTest.php, method HelpersTest::testCdata_section()
    Test cdata_section().
testClassify
in file InflectorTest.php, method InflectorTest::testClassify()
    Test Inflector::classify()
testCollection_select
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testCollection_select()
testColumn_attribute_exists
in file ActiveRecordTest.php, method ActiveRecordTest::testColumn_attribute_exists()
    Test the column_attribute_exists() method
testColumn_for_attribute
in file ActiveRecordTest.php, method ActiveRecordTest::testColumn_for_attribute()
    Test the column_for_attribute() method
testColumn_type
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testColumn_type()
testCommit
in file ActiveRecordTest.php, method ActiveRecordTest::testCommit()
    Test the commit() method
testConstruct
in file DateHelperTest.php, method DateHelperTest::testConstruct()
    Test __construct()
testContent_tag
in file HelpersTest.php, method HelpersTest::testContent_tag()
    Test content_tag()
testContent_tag
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testContent_tag()
testContent_tag_without_error_wrapping
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testContent_tag_without_error_wrapping()
testController_help
in file TraxGeneratorTest.php, method TraxGeneratorTest::testController_help()
    Verify that controller_help() outputs a "Usage" message
testConvert_boolean_attributes
in file UrlHelperTest.php, method UrlHelperTest::testConvert_boolean_attributes()
    Test convert_boolean_attributes() method
testConvert_confirm_option_to_javascript
in file UrlHelperTest.php, method UrlHelperTest::testConvert_confirm_option_to_javascript()
    Test convert_confirm_option_to_javascript() method
testConvert_options
in file HelpersTest.php, method HelpersTest::testConvert_options()
    Test convert_options().
testCountry_options_for_select
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testCountry_options_for_select()
testCountry_select
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testCountry_select()
testCount_all
in file ActiveRecordTest.php, method ActiveRecordTest::testCount_all()
    Test the count_all() method
testCreate
in file ActiveRecordTest.php, method ActiveRecordTest::testCreate()
    Test the create() method
testDatetime_select_function
in file DateHelperTest.php, method DateHelperTest::testDatetime_select_function()
    Test datetime_select() function
testDatetime_select_method
in file DateHelperTest.php, method DateHelperTest::testDatetime_select_method()
    Test datetime_select() method
testDate_select_function
in file DateHelperTest.php, method DateHelperTest::testDate_select_function()
    Test date_select() function
testDate_select_method
in file DateHelperTest.php, method DateHelperTest::testDate_select_method()
    Test date_select_method()
testDefault_code
in file ActiveRecordErrorTest.php, method ActiveRecordErrorTest::testDefault_code()
    Test exception with default value of code
testDefault_code
in file TraxErrorTest.php, method TraxErrorTest::testDefault_code()
    Test exception with default value of code
testDefault_code
in file ActionControllerErrorTest.php, method ActionControllerErrorTest::testDefault_code()
    Test exception with default value of code
testDefault_input_block
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testDefault_input_block()
testDefault_route
in file RouterTest.php, method RouterTest::testDefault_route()
    Test default route table
testDelete
in file ActiveRecordTest.php, method ActiveRecordTest::testDelete()
    Test the delete() method
testDelete_all
in file ActiveRecordTest.php, method ActiveRecordTest::testDelete_all()
    Test the delete_all() method
testDestroy_session
in file SessionTest.php, method SessionTest::testDestroy_session()
testDetermine_layout
in file ActionControllerTest.php, method ActionControllerTest::testDetermine_layout()
    FIXME: need controllers with layout undefined, layout=null,
testDispatch
in file DispatcherTest.php, method DispatcherTest::testDispatch()
testEmpty
in file JavaScriptHelperTest.php, method JavaScriptHelperTest::testEmpty()
    Empty test to prevent failure
testEmpty
in file ApplicationMailerTest.php, method ApplicationMailerTest::testEmpty()
    Empty test to prevent failure
testEmpty
in file FormTagHelperTest.php, method FormTagHelperTest::testEmpty()
    Empty test to prevent failure
testEmpty
in file ApplicationControllerTest.php, method ApplicationControllerTest::testEmpty()
    Empty test to prevent failure
testEmpty
in file ScaffoldControllerTest.php, method ScaffoldControllerTest::testEmpty()
    Empty test to prevent failure
testEmpty_route
in file RouterTest.php, method RouterTest::testEmpty_route()
    Test route table with route with empty path
testError_message
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testError_message()
testError_messages_for_function
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testError_messages_for_function()
testError_messages_for_method
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testError_messages_for_method()
testError_message_on_function
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testError_message_on_function()
testError_message_on_method
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testError_message_on_method()
testError_wrapping
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testError_wrapping()
testError_wrapping_function
in file FormHelperTest.php, method FormHelperTest::testError_wrapping_function()
    Test error_wrapping() function
testError_wrapping_method
in file FormHelperTest.php, method FormHelperTest::testError_wrapping_method()
    Test error_wrapping() method
testEstablish_connection
in file ActiveRecordTest.php, method ActiveRecordTest::testEstablish_connection()
    Test the establish_connection() method
testExecute_after_filters
in file ActionControllerTest.php, method ActionControllerTest::testExecute_after_filters()
testExecute_before_filters
in file ActionControllerTest.php, method ActionControllerTest::testExecute_before_filters()
testExpiration_date_select
in file DateHelperTest.php, method DateHelperTest::testExpiration_date_select()
    Test the expiration_date_select() method
testExpiration_date_select_function
in file DateHelperTest.php, method DateHelperTest::testExpiration_date_select_function()
    Test expiration_date_select() function
testFind
in file ActiveRecordTest.php, method ActiveRecordTest::testFind()
    Test the find() method
testFind_all
in file ActiveRecordTest.php, method ActiveRecordTest::testFind_all()
    Test the find_all() method
testFind_by
in file ActiveRecordTest.php, method ActiveRecordTest::testFind_by()
    Test the find_by_*() and find_all_by_*() methods
testFind_by_sql
in file ActiveRecordTest.php, method ActiveRecordTest::testFind_by_sql()
    Test the find_by_sql() method
testFind_first
in file ActiveRecordTest.php, method ActiveRecordTest::testFind_first()
    Test the find_first() method
testFix_php_brackets
in file TraxGeneratorTest.php, method TraxGeneratorTest::testFix_php_brackets()
    Test fix_php_brackets()
testForeign_key
in file InflectorTest.php, method InflectorTest::testForeign_key()
    Test Inflector::foreign_key()
testFormat_address
in file ActionMailerTest.php, method ActionMailerTest::testFormat_address()
testForm_function
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testForm_function()
testForm_method
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testForm_method()
testGenerate_controller
in file TraxGeneratorTest.php, method TraxGeneratorTest::testGenerate_controller()
    Verify that generate_controller() generates a controller
testGenerate_model
in file TraxGeneratorTest.php, method TraxGeneratorTest::testGenerate_model()
    Verify that generate_model() generates a model
testGenerate_scaffold1
in file TraxGeneratorTest.php, method TraxGeneratorTest::testGenerate_scaffold1()
    Verify that generate_scaffold() generates a model and controller
testGenerate_scaffold2
in file TraxGeneratorTest.php, method TraxGeneratorTest::testGenerate_scaffold2()
    Verify that generate_scaffold() defaults controller from model
testGenerate_scaffold3
in file TraxGeneratorTest.php, method TraxGeneratorTest::testGenerate_scaffold3()
    Verify generate_scaffold() with additional views
testGenerate_scaffold4
in file TraxGeneratorTest.php, method TraxGeneratorTest::testGenerate_scaffold4()
    Verify generate_scaffold() with the controller in a subdirectory
testGenerator_help
in file TraxGeneratorTest.php, method TraxGeneratorTest::testGenerator_help()
    Verify that generator_help() outputs a "Usage" message
testGet
in file SessionTest.php, method SessionTest::testGet()
testGet_association
in file ActiveRecordTest.php, method ActiveRecordTest::testGet_association()
    Test the get_association() method
testGet_attributes
in file ActiveRecordTest.php, method ActiveRecordTest::testGet_attributes()
    Test the get_attributes() method
testGet_errors
in file ActiveRecordTest.php, method ActiveRecordTest::testGet_errors()
    Test the get_errors() method
testGet_errors_as_string
in file ActiveRecordTest.php, method ActiveRecordTest::testGet_errors_as_string()
    Test the get_errors_as_string() method
testGet_hash
in file SessionTest.php, method SessionTest::testGet_hash()
testGet_insert_id
in file ActiveRecordTest.php, method ActiveRecordTest::testGet_insert_id()
    Test the get_insert_id() method
testGet_primary_key_conditions
in file ActiveRecordTest.php, method ActiveRecordTest::testGet_primary_key_conditions()
    Test the get_primary_key_conditions() method
testGet_updates_sql
in file ActiveRecordTest.php, method ActiveRecordTest::testGet_updates_sql()
    Test the get_updates_sql() method
testHumanize
in file InflectorTest.php, method InflectorTest::testHumanize()
    Test Inflector::humanize()
testImage_path
in file AssetTagHelperTest.php, method AssetTagHelperTest::testImage_path()
    Test image_path() method
testImage_tag_function
in file AssetTagHelperTest.php, method AssetTagHelperTest::testImage_tag_function()
    Test the image_tag() function
testImage_tag_method
in file AssetTagHelperTest.php, method AssetTagHelperTest::testImage_tag_method()
    Test image_tag() method
testInput
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testInput()
testInput_function
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testInput_function()
testInput_method
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testInput_method()
testInput_scaffolding_function
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testInput_scaffolding_function()
testInput_scaffolding_method
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testInput_scaffolding_method()
testIsset_flash
in file SessionTest.php, method SessionTest::testIsset_flash()
testIsset_var
in file SessionTest.php, method SessionTest::testIsset_var()
testIs_aol_host
in file SessionTest.php, method SessionTest::testIs_aol_host()
testIs_error
in file ActiveRecordTest.php, method ActiveRecordTest::testIs_error()
    Test the is_error() method
testIs_new_record
in file ActiveRecordTest.php, method ActiveRecordTest::testIs_new_record()
    Test the is_new_record() method
testIs_valid_host
in file SessionTest.php, method SessionTest::testIs_valid_host()
testJavascript_include_tag_function
in file AssetTagHelperTest.php, method AssetTagHelperTest::testJavascript_include_tag_function()
    Test the javascript_include_tag() function
testJavascript_include_tag_method
in file AssetTagHelperTest.php, method AssetTagHelperTest::testJavascript_include_tag_method()
    Test javascript_include_tag() method
testJavascript_path
in file AssetTagHelperTest.php, method AssetTagHelperTest::testJavascript_path()
    Test javascript_path() method
testLimit_select
in file ActiveRecordTest.php, method ActiveRecordTest::testLimit_select()
    Test the limit_select() method
testLink_image_to_function
in file UrlHelperTest.php, method UrlHelperTest::testLink_image_to_function()
    Test link_image_to() function
testLink_image_to_method
in file UrlHelperTest.php, method UrlHelperTest::testLink_image_to_method()
    Test link_image_to() method
testLink_to_function
in file UrlHelperTest.php, method UrlHelperTest::testLink_to_function()
    Test link_to() function
testLink_to_method
in file UrlHelperTest.php, method UrlHelperTest::testLink_to_method()
    Test link_to() method
testLoad
in file ActiveRecordTest.php, method ActiveRecordTest::testLoad()
    Test the load() method
testLog_query
in file ActiveRecordTest.php, method ActiveRecordTest::testLog_query()
    Test the log_query() method
testMax_all
in file ActiveRecordTest.php, method ActiveRecordTest::testMax_all()
    Test the max_all() method
testMin_all
in file ActiveRecordTest.php, method ActiveRecordTest::testMin_all()
    Test the min_all() method
testModel_help
in file TraxGeneratorTest.php, method TraxGeneratorTest::testModel_help()
    Verify that model_help() outputs a "Usage" message
testObject
in file HelpersTest.php, method HelpersTest::testObject()
    Test object()
testOptions_for_select_function
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testOptions_for_select_function()
    Test options_for_select() function
testOptions_for_select_method
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testOptions_for_select_method()
    Test the options_for_select() method
testOptions_from_collection_for_select
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testOptions_from_collection_for_select()
testPage_list
in file ActiveRecordTest.php, method ActiveRecordTest::testPage_list()
    Test the page_list() method
testPluralize
in file InflectorTest.php, method InflectorTest::testPluralize()
    Test Inflector::pluralize()
testProcess
in file InputFilterTest.php, method InputFilterTest::testProcess()
    Test the process() method
testProcess_all
in file InputFilterTest.php, method InputFilterTest::testProcess_all()
    Test process_all() method
testProcess_route_missing_class
in file ActionControllerTest.php, method ActionControllerTest::testProcess_route_missing_class()
    Test process_route() with missing controller class
testProcess_route_missing_controller
in file ActionControllerTest.php, method ActionControllerTest::testProcess_route_missing_controller()
    Test process_route() with missing controller file
testProcess_route_unrecognized
in file ActionControllerTest.php, method ActionControllerTest::testProcess_route_unrecognized()
    Test process_route() with an unrecognized route
testProcess_with_exception
in file ActionControllerTest.php, method ActionControllerTest::testProcess_with_exception()
testQuery
in file ActiveRecordTest.php, method ActiveRecordTest::testQuery()
    Test the query() method
testQuoted_attributes
in file ActiveRecordTest.php, method ActiveRecordTest::testQuoted_attributes()
    Test the quoted_attributes() method
testRaise
in file ActiveRecordTest.php, method ActiveRecordTest::testRaise()
    Test the raise() method
testRaise_default_code
in file ActionControllerTest.php, method ActionControllerTest::testRaise_default_code()
    Test raise() with default value of code
testRecognize_route
in file ActionControllerTest.php, method ActionControllerTest::testRecognize_route()
    Test recognize_route().
testRedirect_to
in file ActionControllerTest.php, method ActionControllerTest::testRedirect_to()
testRegexp_route
in file RouterTest.php, method RouterTest::testRegexp_route()
    Test route table with one regexp entry besides default
testReload
in file ActiveRecordTest.php, method ActiveRecordTest::testReload()
    Test the reload() method
testRender_partial
in file ActionControllerTest.php, method ActionControllerTest::testRender_partial()
testRollback
in file ActiveRecordTest.php, method ActiveRecordTest::testRollback()
    Test the rollback() method
testRun
in file TraxGeneratorTest.php, method TraxGeneratorTest::testRun()
testSafeSQL
in file InputFilterTest.php, method InputFilterTest::testSafeSQL()
    Test saveSQL()
testSave
in file ActiveRecordTest.php, method ActiveRecordTest::testSave()
    Test the save() method
testSave_without_validation
in file ActiveRecordTest.php, method ActiveRecordTest::testSave_without_validation()
    Test the save_without_validation() method
testScaffold_help
in file TraxGeneratorTest.php, method TraxGeneratorTest::testScaffold_help()
    Verify that scaffold_help() outputs a "Usage" message
testSelect
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testSelect()
testSelect_datetime_function
in file DateHelperTest.php, method DateHelperTest::testSelect_datetime_function()
    Test select_datetime() function
testSelect_datetime_method
in file DateHelperTest.php, method DateHelperTest::testSelect_datetime_method()
    Test select_datetime() method
testSelect_date_function
in file DateHelperTest.php, method DateHelperTest::testSelect_date_function()
    Test select_date() function
testSelect_date_method
in file DateHelperTest.php, method DateHelperTest::testSelect_date_method()
    Test select_date() method
testSelect_day_function
in file DateHelperTest.php, method DateHelperTest::testSelect_day_function()
    Test select_day() function
testSelect_day_method
in file DateHelperTest.php, method DateHelperTest::testSelect_day_method()
    Test select_day() method
testSelect_expiration_date_function
in file DateHelperTest.php, method DateHelperTest::testSelect_expiration_date_function()
    Test select_expiration_date() function
testSelect_expiration_date_method
in file DateHelperTest.php, method DateHelperTest::testSelect_expiration_date_method()
    Test select_expiration_date() method
testSelect_hour
in file DateHelperTest.php, method DateHelperTest::testSelect_hour()
    Test select_hour()
testSelect_minute
in file DateHelperTest.php, method DateHelperTest::testSelect_minute()
    Test select_minute()
testSelect_month_function
in file DateHelperTest.php, method DateHelperTest::testSelect_month_function()
    Test select_month() function
testSelect_month_method
in file DateHelperTest.php, method DateHelperTest::testSelect_month_method()
    Test select_month() method
testSelect_second
in file DateHelperTest.php, method DateHelperTest::testSelect_second()
    Test select_second()
testSelect_time
in file DateHelperTest.php, method DateHelperTest::testSelect_time()
    Test select_time()
testSelect_year
in file DateHelperTest.php, method DateHelperTest::testSelect_year()
    Test select_year() method
testSend
in file ActionMailerTest.php, method ActionMailerTest::testSend()
testSend
in file ActiveRecordTest.php, method ActiveRecordTest::testSend()
    Test the send() method
testSet
in file SessionTest.php, method SessionTest::testSet()
testSet_content_columns
in file ActiveRecordTest.php, method ActiveRecordTest::testSet_content_columns()
    Test the set_content_columns() method
testSet_from_address
in file ActionMailerTest.php, method ActionMailerTest::testSet_from_address()
testSet_headers
in file ActionMailerTest.php, method ActionMailerTest::testSet_headers()
testSet_header_line
in file ActionMailerTest.php, method ActionMailerTest::testSet_header_line()
testSet_html_body
in file ActionMailerTest.php, method ActionMailerTest::testSet_html_body()
testSet_paths
in file ActionControllerTest.php, method ActionControllerTest::testSet_paths()
testSet_subject
in file ActionMailerTest.php, method ActionMailerTest::testSet_subject()
testSet_table_name_using_class_name
in file ActiveRecordTest.php, method ActiveRecordTest::testSet_table_name_using_class_name()
    Test the set_table_name_using_class_name() method
testSet_text_body
in file ActionMailerTest.php, method ActionMailerTest::testSet_text_body()
testSimple_route
in file RouterTest.php, method RouterTest::testSimple_route()
    Test route table with one simple entry besides default
testSingularize
in file InflectorTest.php, method InflectorTest::testSingularize()
    Test Inflector::singularize()
testSpecified_code
in file TraxErrorTest.php, method TraxErrorTest::testSpecified_code()
    Test exception with specified of code
testSpecified_code
in file ActionControllerErrorTest.php, method ActionControllerErrorTest::testSpecified_code()
    Test exception with specified of code
testSpecified_code
in file ActionControllerTest.php, method ActionControllerTest::testSpecified_code()
    Test raise() with specified of code
testSpecified_code
in file ActiveRecordErrorTest.php, method ActiveRecordErrorTest::testSpecified_code()
    Test exception with specified of code
testStart
in file SessionTest.php, method SessionTest::testStart()
testStylesheet_link_tag_function
in file AssetTagHelperTest.php, method AssetTagHelperTest::testStylesheet_link_tag_function()
    Test stylesheet_link_tag() function
testStylesheet_link_tag_method
in file AssetTagHelperTest.php, method AssetTagHelperTest::testStylesheet_link_tag_method()
    Test stylesheet_link_tag() method
testStylesheet_path
in file AssetTagHelperTest.php, method AssetTagHelperTest::testStylesheet_path()
    Test stylesheet_path() method
testSum_all
in file ActiveRecordTest.php, method ActiveRecordTest::testSum_all()
    Test the sum_all() method
testTableize
in file InflectorTest.php, method InflectorTest::testTableize()
    Test Inflector::tableize()
testTag
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTag()
testTag
in file HelpersTest.php, method HelpersTest::testTag()
    Test tag()
testTag_id_function
in file FormHelperTest.php, method FormHelperTest::testTag_id_function()
    Test tag_id() function
testTag_id_method
in file FormHelperTest.php, method FormHelperTest::testTag_id_method()
    Test tag_id() method
testTag_id_with_index_function
in file FormHelperTest.php, method FormHelperTest::testTag_id_with_index_function()
    Test tag_id_with_index() function
testTag_id_with_index_method
in file FormHelperTest.php, method FormHelperTest::testTag_id_with_index_method()
    Test tag_id_with_index() method
testTag_name_function
in file FormHelperTest.php, method FormHelperTest::testTag_name_function()
    Test tag_name() function
testTag_name_method
in file FormHelperTest.php, method FormHelperTest::testTag_name_method()
    Test tag_name() method
testTag_name_with_index_function
in file FormHelperTest.php, method FormHelperTest::testTag_name_with_index_function()
    Test tag_name_with_index() function
testTag_name_with_index_method
in file FormHelperTest.php, method FormHelperTest::testTag_name_with_index_method()
    Test tag_name_with_index() method
testTag_without_error_wrapping
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTag_without_error_wrapping()
testTime_select_function
in file DateHelperTest.php, method DateHelperTest::testTime_select_function()
    Test time_select() function
testTime_select_method
in file DateHelperTest.php, method DateHelperTest::testTime_select_method()
    Test time_select() method
testTo_boolean_select_tag_function
in file FormHelperTest.php, method FormHelperTest::testTo_boolean_select_tag_function()
    Test to_boolean_select_tag() function
testTo_boolean_select_tag_method
in file FormHelperTest.php, method FormHelperTest::testTo_boolean_select_tag_method()
    Test to_boolean_select_tag() method
testTo_check_box_tag_function
in file FormHelperTest.php, method FormHelperTest::testTo_check_box_tag_function()
    Test to_check_box_tag() function
testTo_check_box_tag_method
in file FormHelperTest.php, method FormHelperTest::testTo_check_box_tag_method()
    Test to_check_box_tag() method
testTo_collection_select_tag
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testTo_collection_select_tag()
testTo_content_tag
in file HelpersTest.php, method HelpersTest::testTo_content_tag()
testTo_country_select_tag
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testTo_country_select_tag()
testTo_datetime_select_tag
in file DateHelperTest.php, method DateHelperTest::testTo_datetime_select_tag()
    Test to_datetime_select_tag() method
testTo_datetime_select_tag
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTo_datetime_select_tag()
testTo_datetime_select_tag_without_error_wrapping
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTo_datetime_select_tag_without_error_wrapping()
testTo_date_select_tag
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTo_date_select_tag()
testTo_date_select_tag
in file DateHelperTest.php, method DateHelperTest::testTo_date_select_tag()
    Test to_date_select_tag() method
testTo_date_select_tag_without_error_wrapping
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTo_date_select_tag_without_error_wrapping()
testTo_expiration_date_select_tag_method
in file DateHelperTest.php, method DateHelperTest::testTo_expiration_date_select_tag_method()
    Test to_expiration_date_select_tag() method
testTo_input_field_tag_function
in file FormHelperTest.php, method FormHelperTest::testTo_input_field_tag_function()
    Test to_input_field_tag() function
testTo_input_field_tag_method
in file FormHelperTest.php, method FormHelperTest::testTo_input_field_tag_method()
    Test to_input_field_tag() method
testTo_radio_button_tag_function
in file FormHelperTest.php, method FormHelperTest::testTo_radio_button_tag_function()
    Test to_radio_button_tag() function
testTo_radio_button_tag_method
in file FormHelperTest.php, method FormHelperTest::testTo_radio_button_tag_method()
    Test to_radio_button_tag() method
testTo_scaffold_tag
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTo_scaffold_tag()
testTo_select_tag
in file FormOptionsHelperTest.php, method FormOptionsHelperTest::testTo_select_tag()
testTo_tag
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTo_tag()
testTo_text_area_tag_function
in file FormHelperTest.php, method FormHelperTest::testTo_text_area_tag_function()
    Test to_text_area_tag() function
testTo_text_area_tag_method
in file FormHelperTest.php, method FormHelperTest::testTo_text_area_tag_method()
    Test to_text_area_tag() method
testUnderscore
in file InflectorTest.php, method InflectorTest::testUnderscore()
    Test Inflector::underscore()
testUnset_session
in file SessionTest.php, method SessionTest::testUnset_session()
testUnset_var
in file SessionTest.php, method SessionTest::testUnset_var()
testUpdate
in file ActiveRecordTest.php, method ActiveRecordTest::testUpdate()
    Test the update() method
testUpdate_all
in file ActiveRecordTest.php, method ActiveRecordTest::testUpdate_all()
    Test the update_all() method
testUpdate_attributes
in file ActiveRecordTest.php, method ActiveRecordTest::testUpdate_attributes()
    Test the update_attributes() method
testUrl_for_function
in file UrlHelperTest.php, method UrlHelperTest::testUrl_for_function()
    Test url_for() function
testUrl_for_method
in file UrlHelperTest.php, method UrlHelperTest::testUrl_for_method()
    Test url_for() method
testValid
in file ActiveRecordTest.php, method ActiveRecordTest::testValid()
    Test the valid() method
testValidate
in file ActiveRecordTest.php, method ActiveRecordTest::testValidate()
    Test the validate() method
testValidate_email
in file ActionMailerTest.php, method ActionMailerTest::testValidate_email()
testValidate_model_attributes
in file ActiveRecordTest.php, method ActiveRecordTest::testValidate_model_attributes()
    Test the validate_model_attributes() method
testValidate_on_create
in file ActiveRecordTest.php, method ActiveRecordTest::testValidate_on_create()
    Test the validate_on_create() method
testValidate_on_update
in file ActiveRecordTest.php, method ActiveRecordTest::testValidate_on_update()
    Test the validate_on_update() method
testValue
in file HelpersTest.php, method HelpersTest::testValue()
testYear_option
in file DateHelperTest.php, method DateHelperTest::testYear_option()
    Test year_option()
testYear_select_function
in file DateHelperTest.php, method DateHelperTest::testYear_select_function()
    Test year_select() function
testYear_select_method
in file DateHelperTest.php, method DateHelperTest::testYear_select_method()
    Test year_select() method
testenv.php
procedural page testenv.php
TraxErrorTest.php
procedural page TraxErrorTest.php
TraxGeneratorTest.php
procedural page TraxGeneratorTest.php
test__call
in file ActiveRecordTest.php, method ActiveRecordTest::test__call()
    Test the __call() method
test__call
in file ActionControllerTest.php, method ActionControllerTest::test__call()
test__construct
in file UrlHelperTest.php, method UrlHelperTest::test__construct()
    Test __construct() method
test__construct
in file AssetTagHelperTest.php, method AssetTagHelperTest::test__construct()
    Test __construct() method
test__construct
in file ActiveRecordTest.php, method ActiveRecordTest::test__construct()
    Test constructor
test__construct
in file ActionControllerTest.php, method ActionControllerTest::test__construct()
test__construct
in file HelpersTest.php, method HelpersTest::test__construct()
    Test constructor
test__construct
in file FormHelperTest.php, method FormHelperTest::test__construct()
    Test __construct() method
test__get
in file ActiveRecordTest.php, method ActiveRecordTest::test__get()
    Test the __get() method
test__set
in file ActionControllerTest.php, method ActionControllerTest::test__set()
test__set
in file ActiveRecordTest.php, method ActiveRecordTest::test__set()
    Test the __set() method
TraxErrorTest
in file TraxErrorTest.php, class TraxErrorTest
    Test class for TraxError.
TraxGeneratorTest
in file TraxGeneratorTest.php, class TraxGeneratorTest
    Test class for TraxGenerator.
TRAX_LIB_ROOT
in file testenv.php, constant TRAX_LIB_ROOT
TRAX_MODE
in file ActiveRecordHelperTest.php, constant TRAX_MODE
TRAX_PUBLIC
in file AssetTagHelperTest.php, constant TRAX_PUBLIC
TRAX_ROOT
in file HelpersTest.php, constant TRAX_ROOT
TRAX_URL_PREFIX
in file UrlHelperTest.php, constant TRAX_URL_PREFIX
TRAX_VIEWS_EXTENTION
in file HelpersTest.php, constant TRAX_VIEWS_EXTENTION
top

u

UrlHelperTest.php
procedural page UrlHelperTest.php
UrlHelperTest
in file UrlHelperTest.php, class UrlHelperTest
    Test class for UrlHelper.
top

v

validate_prefix
in file ActiveRecordTest.php, method PersonName::validate_prefix()
value
in file DateHelperTest.php, method ExDateHelper::value()
top

Documentation generated on Thu, 04 May 2006 19:46:56 -0600 by phpDocumentor 1.3.0RC4