Element index for package PHPonTrax
[ 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 ]
[ _ ]
_
- __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 input_filter.php, method InputFilter::__construct()
Constructor for InputFilter class.
- __construct
- in file helpers.php, method Helpers::__construct()
Construct a Helpers object
- __construct
- in file scaffold_controller.php, method ScaffoldController::__construct()
- __construct
- in file trax_generator.php, method TraxGenerator::__construct()
Constructor for the TraxGenerator object
- __construct
- in file trax_exceptions.php, method TraxError::__construct()
- __construct
- in file javascript_helper.php, method JavaScriptHelper::__construct()
- __construct
- in file asset_tag_helper.php, method AssetTagHelper::__construct()
- __construct
- in file date_helper.php, method DateHelper::__construct()
Constructor
- __construct
- in file action_mailer.php, method ActionMailer::__construct()
- __construct
- in file action_controller.php, method ActionController::__construct()
Build a Router object and load routes from config/route.php
- __construct
- in file active_record.php, method ActiveRecord::__construct()
Construct an ActiveRecord object
- __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 action_controller.php, method ActionController::__set()
- __set
- in file active_record.php, method ActiveRecord::__set()
Store column value or description of the table format
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
Action controller
- ActionControllerError
- in file trax_exceptions.php, class ActionControllerError
Action Controller's Exception handling class
- ActionMailer
- in file action_mailer.php, class ActionMailer
- ActiveRecord
- in file active_record.php, class ActiveRecord
Base class for the ActiveRecord design pattern
- ActiveRecordError
- in file trax_exceptions.php, class ActiveRecordError
Active Record's Exception handling class
- ActiveRecordHelper
- in file active_record_helper.php, class ActiveRecordHelper
- 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()
- 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()
- ApplicationController
- in file application.php, class ApplicationController
Controller for an application
- ApplicationMailer
- in file application_mailer.php, class 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
- 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
- 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
- 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
- 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_select
- in file form_helper.php, function boolean_select()
Make a new FormHelper object and call its to_boolean_select_tag method
- 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
- cdata_section
- in file helpers.php, function cdata_section()
Create a Helpers object and call its cdata_section() method
- cdata_section
- in file helpers.php, method Helpers::cdata_section()
Wrap CDATA begin and end tags around argument
- 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, method FormTagHelper::check_box_tag()
- check_box_tag
- in file form_tag_helper.php, function 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 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
- 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 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()
- 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.phtml
- procedural page catalog.phtml
- controller.php
- procedural page controller.php
- controller.php
- procedural page controller.php
top
d
- $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
- 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
- datetime_select
- in file date_helper.php, function datetime_select()
Make a new DateHelper object and call its datetime_select() method
- datetime_select
- in file date_helper.php, method DateHelper::datetime_select()
Call to_datetime_select_tag()
- date_select
- in file date_helper.php, function date_select()
Make a new DateHelper object and call its date_select() method
- date_select
- in file date_helper.php, method DateHelper::date_select()
Call to_date_select_tag()
- 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 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
- in file scaffold_controller.php, method ScaffoldController::delete()
- 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
- 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
- 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())
- drop_receiving_element
- in file javascript_helper.php, function drop_receiving_element()
drop_receiving_element($element_id, $options = array())
- drop_receiving_element
- in file javascript_helper.php, method JavaScriptHelper::drop_receiving_element()
- 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
- $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()
- error_message
- in file active_record_helper.php, method ActiveRecordHelper::error_message()
- 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_messages_for
- in file active_record_helper.php, function error_messages_for()
error_messages_for($object_name, $options = array())
- 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()
- escapeString
- in file input_filter.php, method InputFilter::escapeString()
Escape SQL special characters in string
- escape_javascript
- in file javascript_helper.php, function escape_javascript()
escape_javascript($javascript)
- escape_javascript
- in file javascript_helper.php, method JavaScriptHelper::escape_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()
- exec
- in file trax_generator.php, method TraxGenerator::exec()
Execute an operating system command
- 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
- expiration_date_select
- in file date_helper.php, method DateHelper::expiration_date_select()
Call to_expiration_date_select_tag()
- expiration_date_select
- in file date_helper.php, function expiration_date_select()
Make a new DateHelper object and call its expiration_date_select() method
- 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
- 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, method ActiveRecordHelper::form()
Returns an entire form with input tags and everything for a specified Active Record object. Example
- form
- in file active_record_helper.php, function form()
form($record_name, $options = array())
- format_address
- in file action_mailer.php, method ActionMailer::format_address()
- FormHelper
- in file form_helper.php, class FormHelper
- FormOptionsHelper
- in file form_options_helper.php, class FormOptionsHelper
- FormTagHelper
- in file form_tag_helper.php, class FormTagHelper
- form_remote_tag
- in file javascript_helper.php, method JavaScriptHelper::form_remote_tag()
- form_remote_tag
- in file javascript_helper.php, function form_remote_tag()
form_remote_tag($options = array())
- form_tag
- in file form_tag_helper.php, method FormTagHelper::form_tag()
- form_tag
- in file form_tag_helper.php, function form_tag()
- 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
- 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
- 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
- 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
- input
- in file active_record_helper.php, function input()
Returns a default input tag for the type of object returned by the method. Example
- 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
- InputFilter
- in file input_filter.php, class InputFilter
Filter user input to remove potential security threats
- input_scaffolding
- in file active_record_helper.php, method ActiveRecordHelper::input_scaffolding()
- input_scaffolding
- in file active_record_helper.php, function input_scaffolding()
- 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
- inflector.php
- procedural page inflector.php
- input_filter.php
- procedural page input_filter.php
- index.phtml
- procedural page index.phtml
top
top
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
- 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
top
top
o
- $object_name
- in file helpers.php, variable Helpers::$object_name
- 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, method JavaScriptHelper::observe_field()
- observe_field
- in file javascript_helper.php, function observe_field()
observe_field($field_id, $options = array())
- observe_form
- in file javascript_helper.php, function observe_form()
observe_form($form_id, $options = array())
- observe_form
- in file javascript_helper.php, method JavaScriptHelper::observe_form()
- 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()
- 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, method FormTagHelper::password_field_tag()
- password_field_tag
- in file form_tag_helper.php, function 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()
- 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
- 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
top
top
0
- in file model.php, class
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()
- 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
- 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.
- rollback
- in file active_record.php, method ActiveRecord::rollback()
Only used if you want to do transactions and your db supports transactions
- Router
- in file router.php, class Router
Convert a URL to an action
- run
- in file trax_generator.php, method TraxGenerator::run()
Parse command line and carry out the command
- 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
- $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
- $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
- 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 action_mailer.php, method ActionMailer::send()
- send
- in file active_record.php, method ActiveRecord::send()
Get contents of one column of record selected by id and table
- Session
- in file session.php, class Session
Keep track of state of the client's session with the server
- set
- in file session.php, method Session::set()
Set a session variable
- 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()
- singularize
- in file inflector.php, method Inflector::singularize()
Singularize a word according to English rules
- sortable_element
- in file javascript_helper.php, function sortable_element()
sortable_element($element_id, $options = array())
- sortable_element
- in file javascript_helper.php, method JavaScriptHelper::sortable_element()
- 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())
- 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
- tableize
- in file inflector.php, method Inflector::tableize()
Convert a class name to the corresponding table name
- 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
- in file helpers.php, method Helpers::tag()
Generate an HTML or XML tag with optional attributes and self-ending
- 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()
- 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 date_helper.php, method DateHelper::to_datetime_select_tag()
Generate HTML/XML for date/time pulldown menus
- to_datetime_select_tag
- in file active_record_helper.php, method ActiveRecordHelper::to_datetime_select_tag()
- 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
- TraxGenerator
- in file trax_generator.php, class TraxGenerator
Generate application files in the Trax work area
- TRAX_LIB_ROOT
- in file environment.php, constant TRAX_LIB_ROOT
Define location of the Trax PHP modules
- 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_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_VIEWS_EXTENTION
- in file environment.php, constant TRAX_VIEWS_EXTENTION
The file extension of files in app/views. Normally '.phtml'
- 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
- 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, function update_element_function()
update_element_function($element_id, $options = array(), $block = null)
- update_element_function
- in file javascript_helper.php, method JavaScriptHelper::update_element_function()
- 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
- url_for
- in file url_helper.php, function url_for()
Make a new UrlHelper object and call its url_for() method
- url_for
- in file url_helper.php, method UrlHelper::url_for()
Generate URL based on current URL and optional arguments
- 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.
- value
- in file helpers.php, method Helpers::value()
Get value of current attribute in the current ActiveRecord object
- value
- in file date_helper.php, method DateHelper::value()
Get attribute value from $_REQUEST if there, otherwise from database
- 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
|
|