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

Index of all elements

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

0

in file model.php, class
top

a

$action
in file action_controller.php, variable ActionController::$action
    Name of the action method in the controller class
$action_called
in file action_controller.php, variable ActionController::$action_called
$action_params
in file action_controller.php, variable ActionController::$action_params
    Parameters for the action routine
$added_path
in file action_controller.php, variable ActionController::$added_path
    Path to add to other filesystem paths
$after_filter
in file action_controller.php, variable ActionController::$after_filter
$after_filters
in file action_controller.php, variable ActionController::$after_filters
    List of filters to execute after calling action method
$aggregrations
in file active_record.php, variable ActiveRecord::$aggregrations
    SQL aggregate functions that may be applied to the associated table.
$application_controller_file
in file action_controller.php, variable ActionController::$application_controller_file
    Filesystem path to application.php file
$application_helper_file
in file action_controller.php, variable ActionController::$application_helper_file
    Filesystem path to application_helper.php file
$asset_host
in file action_controller.php, variable ActionController::$asset_host
$attrArray
in file input_filter.php, variable InputFilter::$attrArray
    User-provided list of attributes to either accept or reject
$attrBlacklist
in file input_filter.php, variable InputFilter::$attrBlacklist
    List of attributes to be removed
$attribute_name
in file helpers.php, variable Helpers::$attribute_name
$attrMethod
in file input_filter.php, variable InputFilter::$attrMethod
    How to apply user-provided attribute list
$auto_create_timestamps
in file active_record.php, variable ActiveRecord::$auto_create_timestamps
    Names of automatic create timestamp columns
$auto_delete_habtm
in file active_record.php, variable ActiveRecord::$auto_delete_habtm
$auto_index
in file helpers.php, variable Helpers::$auto_index
$auto_save_associations
in file active_record.php, variable ActiveRecord::$auto_save_associations
$auto_save_habtm
in file active_record.php, variable ActiveRecord::$auto_save_habtm
$auto_timestamps
in file active_record.php, variable ActiveRecord::$auto_timestamps
    Whether to automatically update timestamps in certain columns
$auto_update_timestamps
in file active_record.php, variable ActiveRecord::$auto_update_timestamps
    Names of automatic update timestamp columns
ActionController
in file action_controller.php, class ActionController
    Mock ActionController class for testing
ActionController
in file action_controller.php, class ActionController
    Action controller
ActionControllerError
in file trax_exceptions.php, class ActionControllerError
    Action Controller's Exception handling class
ActionControllerErrorTest
in file ActionControllerErrorTest.php, class ActionControllerErrorTest
    Test class for ActionControllerError.
ActionControllerTest
in file ActionControllerTest.php, class ActionControllerTest
    Test class for ActionController.
ActionMailer
in file action_mailer.php, class ActionMailer
ActionMailerTest
in file ActionMailerTest.php, class ActionMailerTest
    Test class for ActionMailer.
ActiveRecord
in file active_record.php, class ActiveRecord
    Base class for the ActiveRecord design pattern
ActiveRecord
in file active_record.php, class ActiveRecord
    Mock ActiveRecord class for testing
ActiveRecordError
in file trax_exceptions.php, class ActiveRecordError
    Active Record's Exception handling class
ActiveRecordErrorTest
in file ActiveRecordErrorTest.php, class ActiveRecordErrorTest
    Test class for ActiveRecordError.
ActiveRecordHelper
in file active_record_helper.php, class ActiveRecordHelper
ActiveRecordHelperTest
in file ActiveRecordHelperTest.php, class ActiveRecordHelperTest
    Test class for ActiveRecordHelper.
ActiveRecordTest
in file ActiveRecordTest.php, class ActiveRecordTest
    Test class for ActiveRecord
add
in file scaffold_controller.php, method ScaffoldController::add()
add_after_filter
in file action_controller.php, method ActionController::add_after_filter()
    Append an after filter to the filter chain
add_attachment
in file action_mailer.php, method ActionMailer::add_attachment()
add_bcc_address
in file action_mailer.php, method ActionMailer::add_bcc_address()
add_before_filter
in file action_controller.php, method ActionController::add_before_filter()
    Append a before filter to the filter chain
add_cc_address
in file action_mailer.php, method ActionMailer::add_cc_address()
add_default_name_and_id
in file form_helper.php, method FormHelper::add_default_name_and_id()
add_error
in file active_record.php, method ActiveRecord::add_error()
    Add or overwrite description of an error to the list of errors
add_habtm_records
in file active_record.php, method ActiveRecord::add_habtm_records()
add_helper
in file action_controller.php, method ActionController::add_helper()
    Add a helper to the list of helpers used by a controller object
add_options
in file form_options_helper.php, method FormOptionsHelper::add_options()
add_record
in file active_record.php, method ActiveRecord::add_record()
    Insert a new row in the table associated with this object
add_record_or_update_record
in file active_record.php, method ActiveRecord::add_record_or_update_record()
    Create or update a row in the table
add_replyto_address
in file action_mailer.php, method ActionMailer::add_replyto_address()
add_to_address
in file action_mailer.php, method ActionMailer::add_to_address()
affectedRows
in file DB.php, method DB_mysql::affectedRows()
    Determines the number of rows affected by a data maniuplation query
affectedRows
in file DB.php, method DB_common::affectedRows()
    Determines the number of rows affected by a data maniuplation query
after_create
in file active_record.php, method ActiveRecord::after_create()
    Is called after save() on new objects that havent been saved yet (no record exists).
after_delete
in file active_record.php, method ActiveRecord::after_delete()
    Is called after delete().
after_save
in file active_record.php, method ActiveRecord::after_save()
    Is called after save (regardless of whether its a create or update save).
after_update
in file active_record.php, method ActiveRecord::after_update()
    Is called after save() on existing objects that has a record.
after_validation
in file active_record.php, method ActiveRecord::after_validation()
    Is called after validate().
after_validation_on_create
in file active_record.php, method ActiveRecord::after_validation_on_create()
    Is called after validate() on new objects that haven't been saved yet (no record exists).
after_validation_on_update
in file active_record.php, method ActiveRecord::after_validation_on_update()
    Is called after validate() on existing objects that has a record.
aggregrate_all
in file active_record.php, method ActiveRecord::aggregrate_all()
    Implement *_all() functions (SQL aggregate functions)
all_input_tags
in file active_record_helper.php, method ActiveRecordHelper::all_input_tags()
apiVersion
in file DB.php, method DB::apiVersion()
    Return the DB API version
ApplicationController
in file application.php, class ApplicationController
    Controller for an application
ApplicationControllerTest
in file ApplicationControllerTest.php, class ApplicationControllerTest
    Test class for ApplicationController.
ApplicationMailer
in file application_mailer.php, class ApplicationMailer
ApplicationMailerTest
in file ApplicationMailerTest.php, class ApplicationMailerTest
    Test class for ApplicationMailer.
array_or_string_for_javascript
in file javascript_helper.php, method JavaScriptHelper::array_or_string_for_javascript()
AssetTagHelper
in file asset_tag_helper.php, class AssetTagHelper
    Utility to help build HTML/XML link tags for public assets
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()
auto_discovery_link_tag
in file asset_tag_helper.php, function auto_discovery_link_tag()
    Make a new AssetTagHelper object and call its auto_discovery_link_tag() method
auto_discovery_link_tag
in file asset_tag_helper.php, method AssetTagHelper::auto_discovery_link_tag()
    Returns a link tag that browsers and news readers can use to
application_mailer.php
procedural page application_mailer.php
application.php
procedural page application.php
application_helper.php
procedural page application_helper.php
application.phtml
procedural page application.phtml
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
action_controller.php
procedural page action_controller.php
action_mailer.php
procedural page action_mailer.php
active_record_helper.php
procedural page active_record_helper.php
asset_tag_helper.php
procedural page asset_tag_helper.php
action_view.php
procedural page action_view.php
active_record.php
procedural page active_record.php
add.phtml
procedural page add.phtml
top

b

$bcc_addresses
in file action_mailer.php, variable ActionMailer::$bcc_addresses
$before_filter
in file action_controller.php, variable ActionController::$before_filter
$before_filters
in file action_controller.php, variable ActionController::$before_filters
    List of filters to execute before calling action method
$begin_executed
in file active_record.php, variable ActiveRecord::$begin_executed
    Transactions (only use if your db supports it)
$belongs_to
in file active_record.php, variable ActiveRecord::$belongs_to
before_create
in file active_record.php, method ActiveRecord::before_create()
    Is called before save() on new objects that havent been saved yet (no record exists).
before_delete
in file active_record.php, method ActiveRecord::before_delete()
    Is called before delete().
before_save
in file active_record.php, method ActiveRecord::before_save()
    Is called before save() (regardless of whether its a create or update save)
before_update
in file active_record.php, method ActiveRecord::before_update()
    Is called before save() on existing objects that has a record.
before_validation
in file active_record.php, method ActiveRecord::before_validation()
    Is called before validate().
before_validation_on_create
in file active_record.php, method ActiveRecord::before_validation_on_create()
    Is called before validate() on new objects that haven't been saved yet (no record exists).
before_validation_on_update
in file active_record.php, method ActiveRecord::before_validation_on_update()
    Is called before validate() on existing objects that has a record.
begin
in file active_record.php, method ActiveRecord::begin()
    Only used if you want to do transactions and your db supports transactions
boolean_attribute
in file helpers.php, method Helpers::boolean_attribute()
    Convert an attribute to proper XML boolean form
boolean_attribute
in file HelpersTest.php, method ExtHelpers::boolean_attribute()
boolean_select
in file form_helper.php, function boolean_select()
    Make a new FormHelper object and call its to_boolean_select_tag method
buildManipSQL
in file DB.php, method DB_common::buildManipSQL()
    Produces an SQL query string for autoPrepare()
build_callbacks
in file javascript_helper.php, method JavaScriptHelper::build_callbacks()
build_observer
in file javascript_helper.php, method JavaScriptHelper::build_observer()
build_route_regexp
in file router.php, method Router::build_route_regexp()
    Build a regular expression that matches a route
button_to
in file url_helper.php, method UrlHelper::button_to()
button_to
in file url_helper.php, function button_to()
    Make a new UrlHelper object and call its button_to() method
top

c

$cc_addresses
in file action_mailer.php, variable ActionMailer::$cc_addresses
$content_columns
in file active_record.php, variable ActiveRecord::$content_columns
    Description of a row in the associated table in the database
$controller
in file action_controller.php, variable ActionController::$controller
    Name of the controller (without the _controller.php)
$controllers_path
in file action_controller.php, variable ActionController::$controllers_path
    Filesystem path to ../app/controllers/ directory
$controller_class
in file trax_generator.php, variable TraxGenerator::$controller_class
    CamelCase name of the controller class
$controller_class
in file action_controller.php, variable ActionController::$controller_class
    Class name of the controller
$controller_file
in file action_controller.php, variable ActionController::$controller_file
    Filesystem path to the PHP program file for this controller
$controller_name
in file helpers.php, variable Helpers::$controller_name
    Current controller name
$controller_object
in file helpers.php, variable Helpers::$controller_object
    Current controller object
$controller_object
in file action_controller.php, variable ActionController::$controller_object
    Instance of the controller class
$controller_path
in file helpers.php, variable Helpers::$controller_path
    Current controller path
$controller_path
in file trax_generator.php, variable TraxGenerator::$controller_path
    Filesystem path to the app/controllers directory in the Trax work area
$controller_template_file
in file trax_generator.php, variable TraxGenerator::$controller_template_file
    Filesystem path to the templates/controller.php file
$crlf
in file action_mailer.php, variable ActionMailer::$crlf
camelize
in file inflector.php, method Inflector::camelize()
    Convert a phrase from the lower case and underscored form to the camel case form
capitalize
in file inflector.php, method Inflector::capitalize()
    Capitalize a word making it all lower case with first letter uppercase
CatalogController
in file catalog_controller.php, class CatalogController
    Test catalog controller
cdata_section
in file helpers.php, method Helpers::cdata_section()
    Wrap CDATA begin and end tags around argument
cdata_section
in file helpers.php, function cdata_section()
    Create a Helpers object and call its cdata_section() method
check_box
in file form_helper.php, function check_box()
    Returns a checkbox tag tailored for accessing a specified attribute (identified by $field) on an object
check_box_tag
in file form_tag_helper.php, function check_box_tag()
check_box_tag
in file form_tag_helper.php, method FormTagHelper::check_box_tag()
check_datetime
in file active_record.php, method ActiveRecord::check_datetime()
    Apply automatic timestamp updates
check_request_for_value
in file date_helper.php, method DateHelper::check_request_for_value()
    Check whether $_REQUEST holds value for this attribute
classify
in file inflector.php, method Inflector::classify()
    Convert a table name to the corresponding class name
collection_select
in file form_options_helper.php, function collection_select()
    Create a new FormOptionsHelper object and call its to_collection_select_tag() method
column_attribute_exists
in file active_record.php, method ActiveRecord::column_attribute_exists()
    Check whether a column exists in the associated table
column_for_attribute
in file active_record.php, method ActiveRecord::column_for_attribute()
    get the attributes for a specific column.
column_type
in file active_record_helper.php, method ActiveRecordHelper::column_type()
commit
in file DB.php, method DB_common::commit()
    Commits the current transaction
commit
in file DB.php, method DB_mysql::commit()
    Commits the current transaction
commit
in file active_record.php, method ActiveRecord::commit()
    Only used if you want to do transactions and your db supports transactions
compute_public_path
in file asset_tag_helper.php, method AssetTagHelper::compute_public_path()
    Compute public path to an asset
connect
in file router.php, method Router::connect()
    Accessor method to add a route to the route table
connect
in file DB.php, method DB::connect()
    Create a new DB object including a connection to the specified database
connect
in file DB.php, method DB_mysql::connect()
    Connect to the database server, log in and open the database
content_tag
in file helpers.php, method Helpers::content_tag()
    Generate an open/close pair of tags with optional attributes and content between
content_tag
in file active_record_helper.php, method ActiveRecordHelper::content_tag()
content_tag
in file helpers.php, function content_tag()
    Create a Helpers object and call its content_tag() method
content_tag_without_error_wrapping
in file active_record_helper.php, method ActiveRecordHelper::content_tag_without_error_wrapping()
controller_help
in file trax_generator.php, method TraxGenerator::controller_help()
    Output console help message for "generate controller"
convert_boolean_attributes
in file url_helper.php, method UrlHelper::convert_boolean_attributes()
convert_confirm_option_to_javascript
in file url_helper.php, method UrlHelper::convert_confirm_option_to_javascript()
convert_options
in file HelpersTest.php, method ExtHelpers::convert_options()
convert_options
in file helpers.php, method Helpers::convert_options()
    Convert selected attributes to proper XML boolean form
copy_dir
in file trax.php, function copy_dir()
    Copy a directory with all its contents
copy_file
in file trax.php, function copy_file()
    Copy a Trax file into user's work area, substituting @TRAX-...@
country_options_for_select
in file form_options_helper.php, method FormOptionsHelper::country_options_for_select()
    Generate HTML options for world countries
country_select
in file form_options_helper.php, function country_select()
    Create a new FormOptionsHelper object and call its to_country_select_tag() method
create
in file active_record.php, method ActiveRecord::create()
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
create_controller
in file trax_generator.php, method TraxGenerator::create_controller()
    Create a controller file with optional view methods
create_dir
in file trax.php, function create_dir()
    Create a directory if it doesn't exist
create_helper
in file trax_generator.php, method TraxGenerator::create_helper()
    Create a helper file for a controller
create_view
in file trax_generator.php, method TraxGenerator::create_view()
    Create a view file if it doesn't exist
catalog_controller.php
procedural page catalog_controller.php
catalog.phtml
procedural page catalog.phtml
controller.php
procedural page controller.php
controller.php
procedural page 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
$database_name
in file active_record.php, variable ActiveRecord::$database_name
    Database name override
$date_format
in file active_record.php, variable ActiveRecord::$date_format
    Date format for use with auto timestamping
$db
in file active_record.php, variable ActiveRecord::$db
    Reference to the database object
$default_date_options
in file form_helper.php, variable FormHelper::$default_date_options
    Default attributes for dates
$default_field_options
in file form_helper.php, variable FormHelper::$default_field_options
    Default attributes for input fields
$default_radio_options
in file form_helper.php, variable FormHelper::$default_radio_options
    Default attributes for radio buttons
$default_route_path
in file router.php, variable Router::$default_route_path
    Default route path
$default_text_area_options
in file form_helper.php, variable FormHelper::$default_text_area_options
    Default attributes for text areas
$display
in file active_record.php, variable ActiveRecord::$display
DataType
in file ActiveRecordHelperTest.php, class DataType
development.php
procedural page development.php
dispatch.php
procedural page dispatch.php
DateHelper
in file date_helper.php, class DateHelper
    Utility to help build HTML pulldown menus for date and time
DateHelperTest
in file DateHelperTest.php, class DateHelperTest
    Test class for DateHelper.
datetime_select
in file date_helper.php, method DateHelper::datetime_select()
    Call to_datetime_select_tag()
datetime_select
in file date_helper.php, function datetime_select()
    Make a new DateHelper object and call its datetime_select() method
date_select
in file date_helper.php, method DateHelper::date_select()
    Call to_date_select_tag()
date_select
in file date_helper.php, function date_select()
    Make a new DateHelper object and call its date_select() method
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, class DB_common
    Mock DB_common for testing
DB_common
in file DB.php, method DB_common::DB_common()
    This constructor calls $this->PEAR('DB_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
in file DB.php, constant DB_ERROR
    Unkown 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
DEBUG
in file environment.php, constant DEBUG
    Whether to generate debugging messages and send errors to the browser
decode
in file input_filter.php, method InputFilter::decode()
    Convert HTML entities to characters
default_input_block
in file active_record_helper.php, method ActiveRecordHelper::default_input_block()
define_javascript_functions
in file javascript_helper.php, method JavaScriptHelper::define_javascript_functions()
delete
in file scaffold_controller.php, method ScaffoldController::delete()
delete
in file active_record.php, method ActiveRecord::delete()
    Deletes the record with the given $id or if you have done a $model = $model->find($id), then $model->delete() it will delete the record it just loaded from the find() without passing anything to delete(). If an array of ids is provided, all ids in array are deleted.
delete_all
in file active_record.php, method ActiveRecord::delete_all()
    Delete from table all rows that match argument
delete_all_habtm_records
in file active_record.php, method ActiveRecord::delete_all_habtm_records()
delete_habtm_records
in file active_record.php, method ActiveRecord::delete_habtm_records()
destory_session
in file session.php, method Session::destory_session()
    Destroy the user's session
determine_layout
in file action_controller.php, method ActionController::determine_layout()
    Select a layout file based on the controller object
disconnect
in file DB.php, method DB_mysql::disconnect()
    Disconnects from the database server
dispatch
in file dispatcher.php, method Dispatcher::dispatch()
    Dispatch a request from Apache
Dispatcher
in file dispatcher.php, class Dispatcher
    Singleton class to call controller selected by HTTP request
DispatcherTest
in file DispatcherTest.php, class DispatcherTest
    Test class for Dispatcher.
draggable_element
in file javascript_helper.php, method JavaScriptHelper::draggable_element()
draggable_element
in file javascript_helper.php, function draggable_element()
    draggable_element($element_id, $options = array())
dropSequence
in file DB.php, method DB_common::dropSequence()
    Deletes a sequence
dropSequence
in file DB.php, method DB_mysql::dropSequence()
    Deletes a sequence
drop_receiving_element
in file javascript_helper.php, method JavaScriptHelper::drop_receiving_element()
drop_receiving_element
in file javascript_helper.php, function drop_receiving_element()
    drop_receiving_element($element_id, $options = array())
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
date_helper.php
procedural page date_helper.php
dispatcher.php
procedural page dispatcher.php
top

e

$error
in file action_mailer.php, variable ActionMailer::$error
$errors
in file active_record.php, variable ActiveRecord::$errors
    Description of non-fatal errors found
$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 DB.php, variable DB_common::$expected_result
    Result to be returned from expected query
$expected_result
in file active_record.php, variable ActiveRecord::$expected_result
    Expected result
$extra_path
in file trax_generator.php, variable TraxGenerator::$extra_path
    Generated subdirectories in the Trax work area
environment.php
procedural page environment.php
edit
in file scaffold_controller.php, method ScaffoldController::edit()
end_form_tag
in file form_tag_helper.php, function end_form_tag()
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::errorMessage()
    Return a textual error message for a DB error code
errorMessage
in file DB.php, method DB_common::errorMessage()
    Maps a DB error code to a textual message
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
error_message
in file active_record_helper.php, method ActiveRecordHelper::error_message()
error_messages_for
in file active_record_helper.php, function error_messages_for()
    error_messages_for($object_name, $options = array())
error_messages_for
in file active_record_helper.php, method ActiveRecordHelper::error_messages_for()
    Returns a string with a div containing all the error messages for the object located as an instance variable by the name of <tt>object_name</tt>. This div can be tailored by the following options:
error_message_on
in file active_record_helper.php, method ActiveRecordHelper::error_message_on()
    Returns a string containing the error message attached to the +method+ on the +object+, if one exists.
error_message_on
in file active_record_helper.php, function error_message_on()
    Avialble functions for use in views
error_wrapping
in file form_helper.php, method FormHelper::error_wrapping()
    If this tag has an error, wrap it with a visual indicator
error_wrapping
in file active_record_helper.php, method ActiveRecordHelper::error_wrapping()
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
escapeString
in file input_filter.php, method InputFilter::escapeString()
    Escape SQL special characters in string
escape_javascript
in file javascript_helper.php, method JavaScriptHelper::escape_javascript()
escape_javascript
in file javascript_helper.php, function escape_javascript()
    escape_javascript($javascript)
establish_connection
in file active_record.php, method ActiveRecord::establish_connection()
    Open a database connection if one is not currently open
evaluate_remote_response
in file javascript_helper.php, function evaluate_remote_response()
    evaluate_remote_response()
evaluate_remote_response
in file javascript_helper.php, method JavaScriptHelper::evaluate_remote_response()
ExDateHelper
in file DateHelperTest.php, class ExDateHelper
    Extend the DateHelper class so we can access protected stuff
exec
in file trax_generator.php, method TraxGenerator::exec()
    Execute an operating system command
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
execute_after_filters
in file action_controller.php, method ActionController::execute_after_filters()
    Execute the after filters
execute_before_filters
in file action_controller.php, method ActionController::execute_before_filters()
    Execute the before filters
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
expiration_date_select
in file date_helper.php, function expiration_date_select()
    Make a new DateHelper object and call its expiration_date_select() method
expiration_date_select
in file date_helper.php, method DateHelper::expiration_date_select()
    Call to_expiration_date_select_tag()
ExtHelpers
in file HelpersTest.php, class ExtHelpers
    Extend Helpers class to test protected methods
error.phtml
procedural page error.phtml
edit.phtml
procedural page edit.phtml
top

f

$fetch_mode
in file active_record.php, variable ActiveRecord::$fetch_mode
    Mode to use when fetching data from database
$force_reconnect
in file active_record.php, variable ActiveRecord::$force_reconnect
    Force reconnect to database
$from_address
in file action_mailer.php, variable ActionMailer::$from_address
$from_name
in file action_mailer.php, variable ActionMailer::$from_name
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_mysql::fetchInto()
    Places a row from the result set into the given array
fetchInto
in file DB.php, method DB_result::fetchInto()
    Fetch a row of data into an array which is passed by reference
fetchRow
in file DB.php, method DB_result::fetchRow()
    Fetch a row of data and return it by reference into an array
fetchRow
in file ActiveRecordTest.php, method DB_find_all_result::fetchRow()
file_field
in file form_helper.php, function file_field()
    Works just like text_field, but returns a input tag of the "file" type instead, which won't have any default value.
file_field_tag
in file form_tag_helper.php, method FormTagHelper::file_field_tag()
file_field_tag
in file form_tag_helper.php, function file_field_tag()
filterAttr
in file input_filter.php, method InputFilter::filterAttr()
    Internal method to strip a tag of certain attributes
filterTags
in file input_filter.php, method InputFilter::filterTags()
    Remove forbidden tags and attributes from a string
find
in file active_record.php, method ActiveRecord::find()
    Find row(s) with specified value(s)
find_all
in file active_record.php, method ActiveRecord::find_all()
    Return rows selected by $conditions
find_all_habtm
in file active_record.php, method ActiveRecord::find_all_habtm()
    Find all records using a "has_and_belongs_to_many" relationship
find_all_has_many
in file active_record.php, method ActiveRecord::find_all_has_many()
    Find all records using a "has_many" relationship (one-to-many)
find_by
in file active_record.php, method ActiveRecord::find_by()
    Implement find_by_*() and find_all_by_* methods
find_by_sql
in file active_record.php, method ActiveRecord::find_by_sql()
    Return all the rows selected by the SQL argument
find_first
in file active_record.php, method ActiveRecord::find_first()
    Return first row selected by $conditions
find_one_belongs_to
in file active_record.php, method ActiveRecord::find_one_belongs_to()
    Find all records using a "belongs_to" relationship (one-to-one) (the foreign key being in the table itself) Parameters: $other_object_name: The singularized version of a table name.
find_one_has_one
in file active_record.php, method ActiveRecord::find_one_has_one()
    Find all records using a "has_one" relationship (one-to-one) (the foreign key being in the other table) Parameters: $other_table_name: The name of the other table that contains many rows relating to this object's id.
find_route
in file router.php, method Router::find_route()
    Find first route in route table with path that matches argument
fix_php_brackets
in file trax_generator.php, method TraxGenerator::fix_php_brackets()
    Replace "< ?php ... ? >" with "<?php ... ?>"
flash
in file session.php, method Session::flash()
    Get or set a flash message
foreign_key
in file inflector.php, method Inflector::foreign_key()
    Get foreign key column corresponding to a table name
form
in file active_record_helper.php, function form()
    form($record_name, $options = array())
form
in file active_record_helper.php, method ActiveRecordHelper::form()
    Returns an entire form with input tags and everything for a specified Active Record object. Example
format_address
in file action_mailer.php, method ActionMailer::format_address()
FormHelper
in file form_helper.php, class FormHelper
FormHelperTest
in file FormHelperTest.php, class FormHelperTest
    Test class for FormHelper.
FormOptionsHelper
in file form_options_helper.php, class FormOptionsHelper
FormOptionsHelperTest
in file FormOptionsHelperTest.php, class FormOptionsHelperTest
    Test class for FormOptionsHelper.
FormTagHelper
in file form_tag_helper.php, class FormTagHelper
FormTagHelperTest
in file FormTagHelperTest.php, class FormTagHelperTest
    Test class for FormTagHelper.
form_remote_tag
in file javascript_helper.php, function form_remote_tag()
    form_remote_tag($options = array())
form_remote_tag
in file javascript_helper.php, method JavaScriptHelper::form_remote_tag()
form_tag
in file form_tag_helper.php, function form_tag()
form_tag
in file form_tag_helper.php, method FormTagHelper::form_tag()
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
form_helper.php
procedural page form_helper.php
form_options_helper.php
procedural page form_options_helper.php
form_tag_helper.php
procedural page form_tag_helper.php
form_scaffolding.phtml
procedural page form_scaffolding.phtml
top

g

generate.php
procedural page generate.php
generate_controller
in file trax_generator.php, method TraxGenerator::generate_controller()
    Implement "generate controller" command
generate_model
in file trax_generator.php, method TraxGenerator::generate_model()
    Implement the "generate model" command
generate_scaffold
in file trax_generator.php, method TraxGenerator::generate_scaffold()
    Implement the "generate scaffold" command
generator_help
in file trax_generator.php, method TraxGenerator::generator_help()
    Output console help message for unrecognized command
get
in file session.php, method Session::get()
    Get a session variable
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_mysql::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
getSpecialQuery
in file DB.php, method DB_common::getSpecialQuery()
    Obtains the query string needed for listing a given type of objects
get_association_type
in file active_record.php, method ActiveRecord::get_association_type()
    returns the association type if defined in child class or null
get_attributes
in file active_record.php, method ActiveRecord::get_attributes()
    Return pairs of column-name:column-value
get_errors
in file active_record.php, method ActiveRecord::get_errors()
    Return description of non-fatal errors
get_errors_as_string
in file active_record.php, method ActiveRecord::get_errors_as_string()
    Return errors as a string.
get_hash
in file session.php, method Session::get_hash()
    Get key that uniquely identifies this session
get_insert_id
in file active_record.php, method ActiveRecord::get_insert_id()
    Returns the autogenerated id from the last insert query
get_join_table_name
in file active_record.php, method ActiveRecord::get_join_table_name()
    Returns a the name of the join table that would be used for the two tables. The join table name is decided from the alphabetical order of the two tables. e.g. "genres_movies" because "g" comes before "m"
get_primary_key_conditions
in file active_record.php, method ActiveRecord::get_primary_key_conditions()
    Return argument for a "WHERE" clause specifying this row
get_selected_route
in file router.php, method Router::get_selected_route()
    Accessor method to return contents of $selected_route
get_updates_sql
in file active_record.php, method ActiveRecord::get_updates_sql()
    Return column values of object formatted for SQL update statement
top

h

$habtm_attributes
in file active_record.php, variable ActiveRecord::$habtm_attributes
$has_and_belongs_to_many
in file active_record.php, variable ActiveRecord::$has_and_belongs_to_many
$has_many
in file active_record.php, variable ActiveRecord::$has_many
$has_one
in file active_record.php, variable ActiveRecord::$has_one
$helpers
in file action_controller.php, variable ActionController::$helpers
    List of additional helper files for this controller object
$helpers_base_path
in file action_controller.php, variable ActionController::$helpers_base_path
    Filesystem path to ../app/helpers/ directory
$helpers_path
in file action_controller.php, variable ActionController::$helpers_path
    Filesystem path to ../app/helpers/extras directory
$helper_file
in file action_controller.php, variable ActionController::$helper_file
    Filesystem path to the controllername_helper.php file
$helper_path
in file trax_generator.php, variable TraxGenerator::$helper_path
    Filesystem path to the app/helpers directory in the Trax work area
$helper_template_file
in file trax_generator.php, variable TraxGenerator::$helper_template_file
    Filesystem path to the templates/helper.php file
Helpers
in file helpers.php, class Helpers
    Basic helper functions
HelpersTest
in file HelpersTest.php, class HelpersTest
    Test class for Helpers.
hidden_field
in file form_helper.php, function hidden_field()
    Works just like text_field, but returns a input tag of the "hidden" type instead.
hidden_field_tag
in file form_tag_helper.php, function hidden_field_tag()
hidden_field_tag
in file form_tag_helper.php, method FormTagHelper::hidden_field_tag()
humanize
in file inflector.php, method Inflector::humanize()
    Generate a more human version of a lower case underscored word
HelpersTest.php
procedural page HelpersTest.php
helpers.php
procedural page helpers.php
helper.php
procedural page helper.php
top

i

$id
in file action_controller.php, variable ActionController::$id
    Value of :id parsed from URL then forced to lower case
$id
in file session.php, variable Session::$id
    Session ID
$index_on
in file active_record.php, variable ActiveRecord::$index_on
$ip
in file session.php, variable Session::$ip
    IP Address of client
image_path
in file asset_tag_helper.php, method AssetTagHelper::image_path()
    Compute public path to a image asset
image_submit_tag
in file form_tag_helper.php, method FormTagHelper::image_submit_tag()
image_submit_tag
in file form_tag_helper.php, function image_submit_tag()
image_tag
in file asset_tag_helper.php, method AssetTagHelper::image_tag()
    Build image tags to an image asset
image_tag
in file asset_tag_helper.php, function image_tag()
    Make a new AssetTagHelper object and call its image_tag() method
index
in file scaffold_controller.php, method ScaffoldController::index()
Inflector
in file inflector.php, class Inflector
    Implement the Trax naming convention
InflectorTest
in file InflectorTest.php, class InflectorTest
    Test class for Inflector.
input
in file active_record_helper.php, method ActiveRecordHelper::input()
    Returns a default input tag for the type of object returned by the method. Example
input
in file active_record_helper.php, function input()
    Returns a default input tag for the type of object returned by the method. Example
InputFilter
in file input_filter.php, class InputFilter
    Filter user input to remove potential security threats
InputFilterTest
in file InputFilterTest.php, class InputFilterTest
    Test class for InputFilter.
input_scaffolding
in file active_record_helper.php, function input_scaffolding()
input_scaffolding
in file active_record_helper.php, method ActiveRecordHelper::input_scaffolding()
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
isset_flash
in file session.php, method Session::isset_flash()
    Test whether there is a flash message to be shown
isset_var
in file session.php, method Session::isset_var()
    Test whether a session variable is defined in $_SESSION
is_aol_host
in file session.php, method Session::is_aol_host()
    Test whether the client is an AOL user
is_error
in file active_record.php, method ActiveRecord::is_error()
    Test whether argument is a PEAR Error object or a DB Error object.
is_new_record
in file active_record.php, method ActiveRecord::is_new_record()
    Test whether this object represents a new record
is_valid_host
in file session.php, method Session::is_valid_host()
    Test whether the user host is as expected for this session
InflectorTest.php
procedural page InflectorTest.php
InputFilterTest.php
procedural page InputFilterTest.php
inflector.php
procedural page inflector.php
input_filter.php
procedural page input_filter.php
index.phtml
procedural page index.phtml
top

j

$javascript_default_sources
in file asset_tag_helper.php, variable AssetTagHelper::$javascript_default_sources
JavaScriptHelper
in file javascript_helper.php, class JavaScriptHelper
JavaScriptHelperTest
in file JavaScriptHelperTest.php, class JavaScriptHelperTest
    Test class for JavaScriptHelper.
javascript_cdata_section
in file javascript_helper.php, method JavaScriptHelper::javascript_cdata_section()
javascript_cdata_section
in file javascript_helper.php, function javascript_cdata_section()
    javascript_cdata_section($content)
javascript_include_tag
in file asset_tag_helper.php, function javascript_include_tag()
    Make a new AssetTagHelper object and call its javascript_include_tag() method
javascript_include_tag
in file asset_tag_helper.php, method AssetTagHelper::javascript_include_tag()
    Return script include tag for one or more javascript assets
javascript_path
in file asset_tag_helper.php, method AssetTagHelper::javascript_path()
    Compute public path to a javascript asset
javascript_tag
in file javascript_helper.php, method JavaScriptHelper::javascript_tag()
javascript_tag
in file javascript_helper.php, function javascript_tag()
    javascript_tag($content)
JavaScriptHelperTest.php
procedural page JavaScriptHelperTest.php
javascript_helper.php
procedural page javascript_helper.php
top

k

$keep_flash
in file action_controller.php, variable ActionController::$keep_flash
    Whether to keep flash message after displaying it
top

l

$layouts_base_path
in file action_controller.php, variable ActionController::$layouts_base_path
    Filesystem path to ../app/views/layouts/ directory
$layouts_path
in file trax_generator.php, variable TraxGenerator::$layouts_path
    Filesystem path to the app/views/layouts/ directory in the
$layouts_path
in file action_controller.php, variable ActionController::$layouts_path
    Filesystem path to ../app/views/layouts/extras directory
$layout_filename
in file trax_generator.php, variable TraxGenerator::$layout_filename
$loaded
in file action_controller.php, variable ActionController::$loaded
    URL recognized, paths resoved, controller file found
leading_zero_on_single_digits
in file date_helper.php, method DateHelper::leading_zero_on_single_digits()
    Prefix a leading zero to single digit numbers
limitQuery
in file DB.php, method DB_common::limitQuery()
    Generates and executes a LIMIT query
limit_select
in file active_record.php, method ActiveRecord::limit_select()
    Paging html functions
link_image_to
in file url_helper.php, function link_image_to()
    Make a new UrlHelper object and call its link_image_to() method
link_image_to
in file url_helper.php, method UrlHelper::link_image_to()
    This tag is deprecated. Combine the link_to and
link_to
in file url_helper.php, function link_to()
    Make a new UrlHelper object and call its link_to() method
link_to
in file url_helper.php, method UrlHelper::link_to()
    Creates a link tag of the given +name+ using an URL created by the set of +options+.
link_to_function
in file javascript_helper.php, function link_to_function()
    link_to_function($name, $function, $html_options = array())
link_to_function
in file javascript_helper.php, method JavaScriptHelper::link_to_function()
link_to_remote
in file javascript_helper.php, function link_to_remote()
    Avialble functions for use in views
link_to_remote
in file javascript_helper.php, method JavaScriptHelper::link_to_remote()
load
in file active_record.php, method ActiveRecord::load()
    Loads into current object values from the database.
load_router
in file action_controller.php, method ActionController::load_router()
    Load routes from configuration file config/routes.php
log_query
in file active_record.php, method ActiveRecord::log_query()
    Log SQL query in development mode
layout.phtml
procedural page layout.phtml
layout.phtml
procedural page layout.phtml
top

m

$mail_mime
in file action_mailer.php, variable ActionMailer::$mail_mime
$mkdir_cmd
in file trax_generator.php, variable TraxGenerator::$mkdir_cmd
    Platform-dependent command to make a directory
$model_path
in file trax_generator.php, variable TraxGenerator::$model_path
    Filesystem path to the app/model directory in the Trax work area
$model_template_file
in file trax_generator.php, variable TraxGenerator::$model_template_file
    Filesystem path to the templates/model.php file
main
in file InflectorTest.php, method InflectorTest::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 HelpersTest.php, method HelpersTest::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 JavaScriptHelperTest.php, method JavaScriptHelperTest::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 SessionTest.php, method SessionTest::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 UrlHelperTest.php, method UrlHelperTest::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 FormHelperTest.php, method FormHelperTest::main()
    Runs the test methods of this class.
main
in file ScaffoldControllerTest.php, method ScaffoldControllerTest::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 FormOptionsHelperTest.php, method FormOptionsHelperTest::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 ApplicationMailerTest.php, method ApplicationMailerTest::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 ActiveRecordTest.php, method ActiveRecordTest::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 ActionControllerTest.php, method ActionControllerTest::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 ActiveRecordErrorTest.php, method ActiveRecordErrorTest::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 DateHelperTest.php, method DateHelperTest::main()
    Runs the test methods of this class.
makepkg.php
procedural page makepkg.php
method_option_to_s
in file javascript_helper.php, method JavaScriptHelper::method_option_to_s()
model_help
in file trax_generator.php, method TraxGenerator::model_help()
    Output console help message for "generate model"
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
model.php
procedural page model.php
top

n

$new_record
in file active_record.php, variable ActiveRecord::$new_record
    Whether this object represents a new record
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_result::nextResult()
    Get the next result if a batch of queries was executed
nextResult
in file DB.php, method DB_mysql::nextResult()
    Move the internal mysql result pointer to the next available result
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 helpers.php, variable Helpers::$object_name
$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()
object
in file helpers.php, method Helpers::object()
    Given the name of an ActiveRecord subclass, find an instance
observe_field
in file javascript_helper.php, function observe_field()
    observe_field($field_id, $options = array())
observe_field
in file javascript_helper.php, method JavaScriptHelper::observe_field()
observe_form
in file javascript_helper.php, method JavaScriptHelper::observe_form()
observe_form
in file javascript_helper.php, function observe_form()
    observe_form($form_id, $options = array())
options_for_ajax
in file javascript_helper.php, method JavaScriptHelper::options_for_ajax()
options_for_javascript
in file javascript_helper.php, method JavaScriptHelper::options_for_javascript()
options_for_select
in file form_options_helper.php, method FormOptionsHelper::options_for_select()
    Generate HTML option tags from a list of choices
options_for_select
in file form_options_helper.php, function options_for_select()
    Create a new FormOptionsHelper object and call its options_for_select() method
options_from_collection_for_select
in file form_options_helper.php, method FormOptionsHelper::options_from_collection_for_select()
    Returns a string of option tags that have been compiled by
top

p

$plural_rules
in file inflector.php, variable Inflector::$plural_rules
    Rules for converting an English singular word to plural form
$preserve_null_dates
in file active_record.php, variable ActiveRecord::$preserve_null_dates
    Whether to keep date/datetime fields NULL if not set
$primary_keys
in file active_record.php, variable ActiveRecord::$primary_keys
    Primary key of the associated table
production.php
procedural page production.php
page_list
in file active_record.php, method ActiveRecord::page_list()
parseDSN
in file DB.php, method DB::parseDSN()
    Parse a data source name
password_field
in file form_helper.php, function password_field()
    Works just like text_field, but returns a input tag of the "password" type instead.
password_field_tag
in file form_tag_helper.php, function password_field_tag()
password_field_tag
in file form_tag_helper.php, method FormTagHelper::password_field_tag()
periodically_call_remote
in file javascript_helper.php, function periodically_call_remote()
    periodically_call_remote($options = array())
periodically_call_remote
in file javascript_helper.php, method JavaScriptHelper::periodically_call_remote()
PersonName
in file ActiveRecordTest.php, class PersonName
    Regression tester for the ActiveRecord class
PHPUnit2_MAIN_METHOD
in file FormOptionsHelperTest.php, constant PHPUnit2_MAIN_METHOD
PHP_LIB_ROOT
in file environment.php, constant PHP_LIB_ROOT
    Location of the PEAR library on this system
pluralize
in file inflector.php, method Inflector::pluralize()
    Pluralize a word according to English rules
prepare
in file DB.php, method DB_common::prepare()
    Prepares a query for multiple execution with execute()
process
in file input_filter.php, method InputFilter::process()
    Remove forbidden tags and attributes from array of strings
process_all
in file input_filter.php, method InputFilter::process_all()
    Remove forbidden tags and attributes from user input
process_route
in file action_controller.php, method ActionController::process_route()
    Parse URL, extract controller and action and execute them
process_with_exception
in file action_controller.php, method ActionController::process_with_exception()
    Generate an HTML page describing an error
provides
in file DB.php, method DB_common::provides()
    Tells whether the present driver supports a given feature
top

q

query
in file active_record.php, method ActiveRecord::query()
    Perform an SQL query and return the results
query
in file DB.php, method DB_common::query()
    Sends a query to the database server
quoted_attributes
in file active_record.php, method ActiveRecord::quoted_attributes()
    Return pairs of column-name:quoted-column-value
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 input_filter.php, method InputFilter::quoteSmart()
    Remove GPC magic quotes from input string & escape SQL special characters
quoteSmart
in file DB.php, method DB_common::quoteSmart()
    Formats input so it can be safely used in a query
top

r

$render_layout
in file action_controller.php, variable ActionController::$render_layout
    Render controllers layout
$render_performed
in file action_controller.php, variable ActionController::$render_performed
$replyto_addresses
in file action_mailer.php, variable ActionMailer::$replyto_addresses
$request_days
in file date_helper.php, variable DateHelper::$request_days
    Day of month values parsed from $_REQUEST
$request_hours
in file date_helper.php, variable DateHelper::$request_hours
    Hour values parsed from $_REQUEST
$request_minutes
in file date_helper.php, variable DateHelper::$request_minutes
    Minute values parsed from $_REQUEST
$request_months
in file date_helper.php, variable DateHelper::$request_months
    Month values parsed from $_REQUEST
$request_seconds
in file date_helper.php, variable DateHelper::$request_seconds
    Second values parsed from $_REQUEST
$request_years
in file date_helper.php, variable DateHelper::$request_years
    Year values parsed from $_REQUEST
$router_loaded
in file action_controller.php, variable ActionController::$router_loaded
    Whether a Router object was loaded
$routes
in file router.php, variable Router::$routes
    Route table
$routes_count
in file router.php, variable Router::$routes_count
    Count of the number of elements in $routes
$rows_per_page_default
in file active_record.php, variable ActiveRecord::$rows_per_page_default
    Default for how many rows to return from find_all()
$row_num
in file ActiveRecordTest.php, variable DB_find_all_result::$row_num
routes.php
procedural page routes.php
radio_button
in file form_helper.php, function radio_button()
    Returns a radio button tag for accessing a specified attribute (identified by $field) on an object assigned to the template (identified by $object). If the current value of $field is $tag_value the radio button will be checked. Additional $options on the input tag can be passed as a hash with $options.
radio_button_tag
in file form_tag_helper.php, method FormTagHelper::radio_button_tag()
radio_button_tag
in file form_tag_helper.php, function radio_button_tag()
raise
in file action_controller.php, method ActionController::raise()
    Raise an ActionControllerError exception
raise
in file active_record.php, method ActiveRecord::raise()
    Throw an exception describing an error in this object
raiseError
in file DB.php, method DB_common::raiseError()
    Communicates an error and invoke error callbacks, etc
recognize_route
in file action_controller.php, method ActionController::recognize_route()
    Convert URL to controller, action and id
redirect_to
in file action_controller.php, method ActionController::redirect_to()
    Redirect the browser to a specified target
reload
in file active_record.php, method ActiveRecord::reload()
    Reloads the attributes of this object from the database.
remote_function
in file javascript_helper.php, function remote_function()
    remote_function($options)
remote_function
in file javascript_helper.php, method JavaScriptHelper::remote_function()
remove
in file input_filter.php, method InputFilter::remove()
    Remove forbidden tags and attributes from a string iteratively
remove_ajax_options
in file javascript_helper.php, method JavaScriptHelper::remove_ajax_options()
render
in file action_controller.php, method ActionController::render()
    Renders the content that will be returned to the browser as the response body.
render_action
in file action_controller.php, method ActionController::render_action()
    Action rendering is the most common form and the type used automatically by Action Controller when nothing else is specified. By default, actions are rendered within the current layout (if one exists).
render_file
in file action_controller.php, method ActionController::render_file()
    File rendering works just like action rendering except that it takes a filesystem path.
render_partial
in file action_controller.php, method ActionController::render_partial()
    Rendering partials
render_text
in file action_controller.php, method ActionController::render_text()
    Rendering of text is usually used for tests or for rendering prepared content.
render_to_string
in file action_controller.php, method ActionController::render_to_string()
    Renders according to the same rules as render, but returns the result in a string instead of sending it as the response body to the browser.
rmrfdir
in file TraxGeneratorTest.php, method TraxGeneratorTest::rmrfdir()
    Remove all the contents of a directory
rollback
in file active_record.php, method ActiveRecord::rollback()
    Only used if you want to do transactions and your db supports transactions
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
Router
in file router.php, class Router
    Convert a URL to an action
RouterTest
in file RouterTest.php, class RouterTest
    Test class for Router.
run
in file trax_generator.php, method TraxGenerator::run()
    Parse command line and carry out the command
routes.php
procedural page routes.php
RouterTest.php
procedural page RouterTest.php
runtests.php
procedural page runtests.php
TRAX_SESSION_LIFETIME
in file session.php, class constant Session::TRAX_SESSION_LIFETIME
    Lifetime in seconds of cookie or, if 0, until browser is restarted.
TRAX_SESSION_MAXLIFETIME_MINUTES
in file session.php, class constant Session::TRAX_SESSION_MAXLIFETIME_MINUTES
    After this number of minutes, stored data will be seen as 'garbage' and cleaned up by the garbage collection process.
TRAX_SESSION_NAME
in file session.php, class constant Session::TRAX_SESSION_NAME
    Name of the session (used as cookie name).
router.php
procedural page router.php
top

s

$save_associations
in file active_record.php, variable ActiveRecord::$save_associations
$scaffold
in file catalog_controller.php, variable CatalogController::$scaffold
$scaffolding
in file active_record_helper.php, variable ActiveRecordHelper::$scaffolding
    Whether to generate scaffolding HTML
$scaffold_template_path
in file trax_generator.php, variable TraxGenerator::$scaffold_template_path
    Filesystem path to templates/scaffolds/generator_templates directory
$selected_route
in file router.php, variable Router::$selected_route
    Last route found by a call to find_route()
$selected_years
in file date_helper.php, variable DateHelper::$selected_years
    FIXME: Dead code?
$send_type
in file action_mailer.php, variable ActionMailer::$send_type
$singular_rules
in file inflector.php, variable Inflector::$singular_rules
    Rules for converting an English plural word to singular form
$smtp_params
in file action_mailer.php, variable ActionMailer::$smtp_params
$some_attr
in file HelpersTest.php, variable DummyController::$some_attr
$subject
in file action_mailer.php, variable ActionMailer::$subject
safeSQL
in file input_filter.php, method InputFilter::safeSQL()
    Remove HTML entities and magic quotes, insert SQL special character escapes
save
in file active_record.php, method ActiveRecord::save()
    Create or update a row in the table with specified attributes
save_association
in file active_record.php, method ActiveRecord::save_association()
    save the association to the database
save_associations
in file active_record.php, method ActiveRecord::save_associations()
    Saves any associations objects assigned to this instance
save_without_validation
in file active_record.php, method ActiveRecord::save_without_validation()
    Save without valdiating anything.
ScaffoldController
in file scaffold_controller.php, class ScaffoldController
ScaffoldControllerTest
in file ScaffoldControllerTest.php, class ScaffoldControllerTest
    Test class for ScaffoldController.
scaffold_help
in file trax_generator.php, method TraxGenerator::scaffold_help()
    Output console help message for "generate scaffold"
select
in file form_options_helper.php, function select()
    Create a new FormOptionsHelper object and call its to_select_tag() method
select_date
in file date_helper.php, method DateHelper::select_date()
    Generate HTML/XML for year, month and day selector pull-down menus
select_date
in file date_helper.php, function select_date()
    Make a new DateHelper object and call its select_date() method
select_datetime
in file date_helper.php, function select_datetime()
    Make a new DateHelper object and call its select_datetime() method
select_datetime
in file date_helper.php, method DateHelper::select_datetime()
    Generate HTML/XML for year-month-day-hour-minute selector pulldowns
select_day
in file date_helper.php, method DateHelper::select_day()
    Generate HTML/XML for day selector pull-down menu
select_day
in file date_helper.php, function select_day()
    Make a new DateHelper object and call its select_day() method
select_expiration_date
in file date_helper.php, function select_expiration_date()
    Make a new DateHelper object and call its select_expiration_date() method
select_expiration_date
in file date_helper.php, method DateHelper::select_expiration_date()
    Generate HTML/XML for expiration month and year selector pulldowns
select_hour
in file date_helper.php, method DateHelper::select_hour()
    Generate HTML/XML for hour selector pull-down menu
select_html
in file date_helper.php, method DateHelper::select_html()
    Generate HTML/XML for select to enclose option list
select_minute
in file date_helper.php, method DateHelper::select_minute()
    Generate HTML/XML for minute selector pull-down menu
select_month
in file date_helper.php, method DateHelper::select_month()
    Generate HTML/XML for month selector pull-down menu
select_month
in file date_helper.php, function select_month()
    Make a new DateHelper object and call its select_month() method
select_second
in file date_helper.php, method DateHelper::select_second()
    Generate HTML/XML for second selector pull-down menu
select_tag
in file form_tag_helper.php, function select_tag()
select_tag
in file form_tag_helper.php, method FormTagHelper::select_tag()
select_time
in file date_helper.php, method DateHelper::select_time()
    Generate HTML/XML for hour, minute and second selector pull-down menus
select_year
in file date_helper.php, method DateHelper::select_year()
    Generate HTML/XML for year selector pull-down menu
send
in file active_record.php, method ActiveRecord::send()
    Get contents of one column of record selected by id and table
send
in file active_record.php, method ActiveRecord::send()
    Get contents of one column of record selected by id and table
send
in file action_mailer.php, method ActionMailer::send()
Session
in file session.php, class Session
    Keep track of state of the client's session with the server
SessionTest
in file SessionTest.php, class SessionTest
    Test class for Session.
set
in file session.php, method Session::set()
    Set a session variable
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_common::setOption()
    Sets run-time configuration options for PEAR DB
setOption
in file DB.php, method DB_result::setOption()
    Set options for the DB_result object
setUp
in file UrlHelperTest.php, method UrlHelperTest::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 ScaffoldControllerTest.php, method ScaffoldControllerTest::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 ActionMailerTest.php, method ActionMailerTest::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 FormOptionsHelperTest.php, method FormOptionsHelperTest::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 JavaScriptHelperTest.php, method JavaScriptHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file HelpersTest.php, method HelpersTest::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 ActiveRecordErrorTest.php, method ActiveRecordErrorTest::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 ActiveRecordHelperTest.php, method ActiveRecordHelperTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ApplicationControllerTest.php, method ApplicationControllerTest::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.
setUp
in file ActionControllerErrorTest.php, method ActionControllerErrorTest::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 FormHelperTest.php, method FormHelperTest::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 SessionTest.php, method SessionTest::setUp()
    Sets up the fixture, for example, open a network connection.
setUp
in file ActiveRecordTest.php, method ActiveRecordTest::setUp()
    Set the environment ActiveRecord expects
set_content_columns
in file active_record.php, method ActiveRecord::set_content_columns()
    Populate object with information about the table it represents
set_from_address
in file action_mailer.php, method ActionMailer::set_from_address()
set_habtm_attributes
in file active_record.php, method ActiveRecord::set_habtm_attributes()
set_headers
in file action_mailer.php, method ActionMailer::set_headers()
set_header_line
in file action_mailer.php, method ActionMailer::set_header_line()
set_html_body
in file action_mailer.php, method ActionMailer::set_html_body()
set_paths
in file action_controller.php, method ActionController::set_paths()
    Extend the search path for components
set_subject
in file action_mailer.php, method ActionMailer::set_subject()
set_table_name_using_class_name
in file active_record.php, method ActiveRecord::set_table_name_using_class_name()
    Set $table_name from the class name of this object
set_text_body
in file action_mailer.php, method ActionMailer::set_text_body()
show
in file scaffold_controller.php, method ScaffoldController::show()
simpleQuery
in file DB.php, method DB_mysql::simpleQuery()
    Sends a query to the database server
singularize
in file inflector.php, method Inflector::singularize()
    Singularize a word according to English rules
sortable_element
in file javascript_helper.php, method JavaScriptHelper::sortable_element()
sortable_element
in file javascript_helper.php, function sortable_element()
    sortable_element($element_id, $options = array())
SOURCE_DIR
in file trax.php, constant SOURCE_DIR
    Define where to find files to copy to the work area
start
in file session.php, method Session::start()
    Start or continue a session
start_form_tag
in file form_tag_helper.php, function start_form_tag()
start_form_tag
in file form_tag_helper.php, method FormTagHelper::start_form_tag()
stylesheet_link_tag
in file asset_tag_helper.php, method AssetTagHelper::stylesheet_link_tag()
    Build link tags to one or more stylesheet assets
stylesheet_link_tag
in file asset_tag_helper.php, function stylesheet_link_tag()
    Make a new AssetTagHelper object and call its stylesheet_link_tag() method
stylesheet_path
in file asset_tag_helper.php, method AssetTagHelper::stylesheet_path()
    Compute public path to a stylesheet asset
submit_tag
in file form_tag_helper.php, method FormTagHelper::submit_tag()
submit_tag
in file form_tag_helper.php, function submit_tag()
submit_to_remote
in file javascript_helper.php, method JavaScriptHelper::submit_to_remote()
submit_to_remote
in file javascript_helper.php, function submit_to_remote()
    submit_to_remote($name, $value, $options = array())
ScaffoldControllerTest.php
procedural page ScaffoldControllerTest.php
SessionTest.php
procedural page SessionTest.php
scaffold_controller.php
procedural page scaffold_controller.php
session.php
procedural page session.php
show.phtml
procedural page show.phtml
top

t

$table_name
in file active_record.php, variable ActiveRecord::$table_name
    Table name
$tagBlacklist
in file input_filter.php, variable InputFilter::$tagBlacklist
    List of tags to be removed
$tagsArray
in file input_filter.php, variable InputFilter::$tagsArray
    User-provided list of tags to either accept or reject
$tagsMethod
in file input_filter.php, variable InputFilter::$tagsMethod
    How to apply user-provided tags list
$time_format
in file active_record.php, variable ActiveRecord::$time_format
    Time format for use with auto timestamping
$to_addresses
in file action_mailer.php, variable ActionMailer::$to_addresses
test.php
procedural page test.php
tableInfo
in file DB.php, method DB_mysql::tableInfo()
    Returns information about a table or a result set
tableInfo
in file DB.php, method DB_common::tableInfo()
    Returns information about a table or a result set
tableize
in file inflector.php, method Inflector::tableize()
    Convert a class name to the corresponding table name
tag
in file helpers.php, method Helpers::tag()
    Generate an HTML or XML tag with optional attributes and self-ending
tag
in file active_record_helper.php, method ActiveRecordHelper::tag()
tag
in file helpers.php, function tag()
    Create a Helpers object and call its tag() method
tag_id
in file form_helper.php, method FormHelper::tag_id()
tag_id_with_index
in file form_helper.php, method FormHelper::tag_id_with_index()
tag_name
in file form_helper.php, method FormHelper::tag_name()
tag_name_with_index
in file form_helper.php, method FormHelper::tag_name_with_index()
tag_options
in file helpers.php, method Helpers::tag_options()
    Convert array of tag attribute names and values to string
tag_without_error_wrapping
in file active_record_helper.php, method ActiveRecordHelper::tag_without_error_wrapping()
tally_queries
in file DB.php, method DB_common::tally_queries()
    Verify that all expected queries have been received
tearDown
in file TraxGeneratorTest.php, method TraxGeneratorTest::tearDown()
    Remove the dummy Trax work area
tearDown
in file DateHelperTest.php, method DateHelperTest::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 ActiveRecordTest.php, method ActiveRecordTest::tearDown()
    This method is called after a test is executed.
tearDown
in file ActionControllerErrorTest.php, method ActionControllerErrorTest::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 FormOptionsHelperTest.php, method FormOptionsHelperTest::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 ActiveRecordHelperTest.php, method ActiveRecordHelperTest::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 ScaffoldControllerTest.php, method ScaffoldControllerTest::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 ActiveRecordErrorTest.php, method ActiveRecordErrorTest::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.
tearDown
in file FormTagHelperTest.php, method FormTagHelperTest::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 ApplicationControllerTest.php, method ApplicationControllerTest::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 InputFilterTest.php, method InputFilterTest::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 JavaScriptHelperTest.php, method JavaScriptHelperTest::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 InflectorTest.php, method InflectorTest::tearDown()
    Tears down the fixture, for example, close a network connection.
tearDown
in file ActionMailerTest.php, method ActionMailerTest::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 ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testContent_tag()
testContent_tag
in file HelpersTest.php, method HelpersTest::testContent_tag()
    Test content_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 ActionControllerErrorTest.php, method ActionControllerErrorTest::testDefault_code()
    Test exception with default value of code
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_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 ScaffoldControllerTest.php, method ScaffoldControllerTest::testEmpty()
    Empty test to prevent failure
testEmpty
in file ApplicationControllerTest.php, method ApplicationControllerTest::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 ActiveRecordTest.php, method ActiveRecordTest::testSend()
    Test the send() method
testSend
in file ActionMailerTest.php, method ActionMailerTest::testSend()
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 ActiveRecordErrorTest.php, method ActiveRecordErrorTest::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 TraxErrorTest.php, method TraxErrorTest::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 DateHelperTest.php, method DateHelperTest::testTo_date_select_tag()
    Test to_date_select_tag() method
testTo_date_select_tag
in file ActiveRecordHelperTest.php, method ActiveRecordHelperTest::testTo_date_select_tag()
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 ActionControllerTest.php, method ActionControllerTest::test__call()
test__call
in file ActiveRecordTest.php, method ActiveRecordTest::test__call()
    Test the __call() method
test__construct
in file AssetTagHelperTest.php, method AssetTagHelperTest::test__construct()
    Test __construct() method
test__construct
in file ActionControllerTest.php, method ActionControllerTest::test__construct()
test__construct
in file UrlHelperTest.php, method UrlHelperTest::test__construct()
    Test __construct() method
test__construct
in file FormHelperTest.php, method FormHelperTest::test__construct()
    Test __construct() method
test__construct
in file ActiveRecordTest.php, method ActiveRecordTest::test__construct()
    Test constructor
test__construct
in file HelpersTest.php, method HelpersTest::test__construct()
    Test constructor
test__get
in file ActiveRecordTest.php, method ActiveRecordTest::test__get()
    Test the __get() method
test__set
in file ActiveRecordTest.php, method ActiveRecordTest::test__set()
    Test the __set() method
test__set
in file ActionControllerTest.php, method ActionControllerTest::test__set()
text_area
in file form_helper.php, function text_area()
    Example: text_area("post", "body", array("cols" => 20, "rows" => 40));
text_area_tag
in file form_tag_helper.php, method FormTagHelper::text_area_tag()
text_area_tag
in file form_tag_helper.php, function text_area_tag()
text_field
in file form_helper.php, function text_field()
    Generate HTML/XML for <input type="text" /> in a view file
text_field_tag
in file form_tag_helper.php, function text_field_tag()
text_field_tag
in file form_tag_helper.php, method FormTagHelper::text_field_tag()
time_select
in file date_helper.php, function time_select()
    Make a new DateHelper object and call its select_time() method
time_select
in file date_helper.php, method DateHelper::time_select()
    Generate HTML/XML for time pulldown
to_boolean_select_tag
in file form_helper.php, method FormHelper::to_boolean_select_tag()
to_check_box_tag
in file form_helper.php, method FormHelper::to_check_box_tag()
to_collection_select_tag
in file form_options_helper.php, method FormOptionsHelper::to_collection_select_tag()
to_content_tag
in file helpers.php, method Helpers::to_content_tag()
to_country_select_tag
in file form_options_helper.php, method FormOptionsHelper::to_country_select_tag()
to_datetime_select_tag
in file active_record_helper.php, method ActiveRecordHelper::to_datetime_select_tag()
to_datetime_select_tag
in file date_helper.php, method DateHelper::to_datetime_select_tag()
    Generate HTML/XML for date/time pulldown menus
to_datetime_select_tag_without_error_wrapping
in file active_record_helper.php, method ActiveRecordHelper::to_datetime_select_tag_without_error_wrapping()
to_date_select_tag
in file active_record_helper.php, method ActiveRecordHelper::to_date_select_tag()
to_date_select_tag
in file date_helper.php, method DateHelper::to_date_select_tag()
    Generate HTML/XML for day/month/year selector pull-down menus
to_date_select_tag_without_error_wrapping
in file active_record_helper.php, method ActiveRecordHelper::to_date_select_tag_without_error_wrapping()
to_expiration_date_select_tag
in file date_helper.php, method DateHelper::to_expiration_date_select_tag()
    Generate HTML/XML for expiration month and year pulldown.
to_input_field_tag
in file form_helper.php, method FormHelper::to_input_field_tag()
    Generate an HTML or XML input tag with optional attributes
to_radio_button_tag
in file form_helper.php, method FormHelper::to_radio_button_tag()
to_scaffold_tag
in file active_record_helper.php, method ActiveRecordHelper::to_scaffold_tag()
to_select_tag
in file form_options_helper.php, method FormOptionsHelper::to_select_tag()
to_tag
in file active_record_helper.php, method ActiveRecordHelper::to_tag()
to_text_area_tag
in file form_helper.php, method FormHelper::to_text_area_tag()
trax
in file trax.php, function trax()
    Symbol substitution tables
TraxError
in file trax_exceptions.php, class TraxError
    Trax base class for Exception handling
TraxErrorTest
in file TraxErrorTest.php, class TraxErrorTest
    Test class for TraxError.
TraxGenerator
in file trax_generator.php, class TraxGenerator
    Generate application files in the Trax work area
TraxGeneratorTest
in file TraxGeneratorTest.php, class TraxGeneratorTest
    Test class for TraxGenerator.
TRAX_LIB_ROOT
in file testenv.php, constant TRAX_LIB_ROOT
TRAX_LIB_ROOT
in file environment.php, constant TRAX_LIB_ROOT
    Define location of the Trax PHP modules
TRAX_MODE
in file ActiveRecordHelperTest.php, constant TRAX_MODE
TRAX_MODE
in file environment.php, constant TRAX_MODE
    Trax mode of operation
trax.php
procedural page trax.php
TRAX_PUBLIC
in file environment.php, constant TRAX_PUBLIC
    Location of the directory exposed to the public by Apache.
TRAX_PUBLIC
in file AssetTagHelperTest.php, constant TRAX_PUBLIC
TRAX_ROOT
in file HelpersTest.php, constant TRAX_ROOT
TRAX_ROOT
in file environment.php, constant TRAX_ROOT
    Location of the directories constructed by the trax command.
TRAX_URL_PREFIX
in file environment.php, constant TRAX_URL_PREFIX
    Part of URL between domain name and Trax application
TRAX_URL_PREFIX
in file UrlHelperTest.php, constant TRAX_URL_PREFIX
TRAX_VIEWS_EXTENTION
in file environment.php, constant TRAX_VIEWS_EXTENTION
    The file extension of files in app/views. Normally '.phtml'
TRAX_VIEWS_EXTENTION
in file HelpersTest.php, constant TRAX_VIEWS_EXTENTION
trax_exceptions.php
procedural page trax_exceptions.php
trax_generator.php
procedural page trax_generator.php
top

u

$url_path
in file action_controller.php, variable ActionController::$url_path
    User's URL in components
$user_agent
in file session.php, variable Session::$user_agent
    User Agent (OS, Browser, etc) of client
$use_transactions
in file active_record.php, variable ActiveRecord::$use_transactions
    FIXME: static should be after public
UrlHelperTest.php
procedural page UrlHelperTest.php
underscore
in file inflector.php, method Inflector::underscore()
    Convert a phrase from the camel case form to the lower case and underscored form
unset_session
in file session.php, method Session::unset_session()
    Free all session variables currently registered
unset_var
in file session.php, method Session::unset_var()
    Unset a session variable
update
in file active_record.php, method ActiveRecord::update()
    Finds the record from the passed id, instantly saves it with the passed attributes (if the validation permits it). Returns true on success and false on error.
update_all
in file active_record.php, method ActiveRecord::update_all()
    Updates all records with the SET-part of an SQL update statement in updates and returns an integer with the number of rows updates. A subset of the records can be selected by specifying conditions.
update_attributes
in file active_record.php, method ActiveRecord::update_attributes()
    Update object attributes from list in argument
update_element_function
in file javascript_helper.php, method JavaScriptHelper::update_element_function()
update_element_function
in file javascript_helper.php, function update_element_function()
    update_element_function($element_id, $options = array(), $block = null)
update_habtm_records
in file active_record.php, method ActiveRecord::update_habtm_records()
update_record
in file active_record.php, method ActiveRecord::update_record()
    Update the row in the table described by this object
UrlHelper
in file url_helper.php, class UrlHelper
UrlHelperTest
in file UrlHelperTest.php, class UrlHelperTest
    Test class for UrlHelper.
url_for
in file url_helper.php, method UrlHelper::url_for()
    Generate URL based on current URL and optional arguments
url_for
in file url_helper.php, function url_for()
    Make a new UrlHelper object and call its url_for() method
usage
in file trax.php, function usage()
    Output a Usage message and exit
url_helper.php
procedural page url_helper.php
top

v

$views_file_extention
in file action_controller.php, variable ActionController::$views_file_extention
    File extension appended to view files
$views_path
in file action_controller.php, variable ActionController::$views_path
    Filesystem path to the ../app/views/ directory
$view_file
in file action_controller.php, variable ActionController::$view_file
    Filesystem path to the view file selected for this action
$view_file_extention
in file trax_generator.php, variable TraxGenerator::$view_file_extention
    Value of the view files extension (usually '.phtml')
$view_path
in file trax_generator.php, variable TraxGenerator::$view_path
    Filesystem path to the app/views directory in the Trax work area
$view_template_file
in file trax_generator.php, variable TraxGenerator::$view_template_file
    Filesystem path to the templates/view.phtml file
valid
in file active_record.php, method ActiveRecord::valid()
    Runs validation routines for update or create
validate
in file active_record.php, method ActiveRecord::validate()
    Overwrite this method for validation checks on all saves and
validate_email
in file action_mailer.php, method ActionMailer::validate_email()
validate_model_attributes
in file active_record.php, method ActiveRecord::validate_model_attributes()
    Call every method named "validate_*()" where * is a column name
validate_on_create
in file active_record.php, method ActiveRecord::validate_on_create()
    Override this method for validation checks used only on creation.
validate_on_update
in file active_record.php, method ActiveRecord::validate_on_update()
    Override this method for validation checks used only on updates.
validate_prefix
in file ActiveRecordTest.php, method PersonName::validate_prefix()
value
in file date_helper.php, method DateHelper::value()
    Get attribute value from $_REQUEST if there, otherwise from database
value
in file DateHelperTest.php, method ExDateHelper::value()
value
in file helpers.php, method Helpers::value()
    Get value of current attribute in the current ActiveRecord object
view_add.phtml
procedural page view_add.phtml
view_edit.phtml
procedural page view_edit.phtml
view_index.phtml
procedural page view_index.phtml
view_show.phtml
procedural page view_show.phtml
view.phtml
procedural page view.phtml
visual_effect
in file javascript_helper.php, function visual_effect()
    visual_effect($name, $element_id = false, $js_options = array())
visual_effect
in file javascript_helper.php, method JavaScriptHelper::visual_effect()
top

x

$xssAuto
in file input_filter.php, variable InputFilter::$xssAuto
    Whether to remove blacklisted tags and attributes
top

y

year_option
in file date_helper.php, method DateHelper::year_option()
    Return one HTML/XML year option, selected if so specified
year_select
in file date_helper.php, method DateHelper::year_select()
    Generate HTML/XML for year pulldown
year_select
in file date_helper.php, function year_select()
    Make a new DateHelper object and call its year_select() method
top

_

_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
__autoload
in file environment.php, function __autoload()
    Automatically load a file containing a specified class
__call
in file active_record.php, method ActiveRecord::__call()
    Override call() to dynamically call the database associations
__call
in file action_controller.php, method ActionController::__call()
__construct
in file form_helper.php, method FormHelper::__construct()
__construct
in file helpers.php, method Helpers::__construct()
    Construct a Helpers object
__construct
in file HelpersTest.php, method ExtHelpers::__construct()
__construct
in file scaffold_controller.php, method ScaffoldController::__construct()
__construct
in file javascript_helper.php, method JavaScriptHelper::__construct()
__construct
in file input_filter.php, method InputFilter::__construct()
    Constructor for InputFilter class.
__construct
in file trax_exceptions.php, method TraxError::__construct()
__construct
in file action_controller.php, method ActionController::__construct()
    Build a Router object and load routes from config/route.php
__construct
in file asset_tag_helper.php, method AssetTagHelper::__construct()
__construct
in file active_record.php, method ActiveRecord::__construct()
    Construct an ActiveRecord object
__construct
in file trax_generator.php, method TraxGenerator::__construct()
    Constructor for the TraxGenerator object
__construct
in file date_helper.php, method DateHelper::__construct()
    Constructor
__construct
in file action_mailer.php, method ActionMailer::__construct()
__get
in file active_record.php, method ActiveRecord::__get()
    Override get() if they do $model->some_association->field_name dynamically load the requested contents from the database.
__set
in file active_record.php, method ActiveRecord::__set()
    Store column value or description of the table format
__set
in file action_controller.php, method ActionController::__set()
__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

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