-
$columns
-
-
$config
-
-
$config_file
-
-
$connection
-
-
$connection
-
-
$controller
-
-
$controller
-
-
$css_class
-
-
$current_mailbox
-
-
$current_user
-
-
C
-
Align center for View::table()
-
center
-
Center the View::$data
-
change_password
-
-
check_configuration_file
-
Verify that the configuration file has all required elements declared.
-
check_configuration_section
-
Helper function for check_configuration_file() to check a configuration section.
-
check_date
-
Check if an mm-dd-yyyy formatted date is valid
-
check_duplicate_table
-
Check if added table is already present in $this->tables or $this->links
-
check_errors
-
Check that error file syntax is correct
-
check_login
-
Check if a user is logged in
-
check_module_action
-
Checks the module:action syntax and if corresponding class and method exist
-
check_row_link
-
Check that this table has the specified number of links with the specified tables
-
check_row_links
-
Check that this table has the specified number of links with the specified tables
-
check_schema
-
Check the schema of the database and make relevant associations.
-
check_time
-
Check that time entered is hh:mm value
-
clear_properties
-
Clear the View::$properties member
-
Column
-
The Column class contains information on a table column
-
Column
-
Constructor for the Column class
-
compile_template
-
Compile the template using the commands in View::$template
-
Config
-
Load and save configuration files
-
connect
-
Connect to the server in a half-open mode (don't select any mailbox)
-
Controller
-
The Controller class loads all modules and executes requested action
-
Controller
-
Constructor for the Controller class
-
convert_date
-
This function converts a date of format yyyy-mm-dd to mm-dd-yyyy and vice versa
-
copy_messages
-
Copy the specified messages to the specified mailbox
-
create_form
-
Create the form based on the specified tables and table_ids.
-
create_mailbox
-
Create the specified mailbox
-
Config.php
-
-
$data
-
-
$data
-
-
$database
-
-
$database
-
-
$default
-
-
$dictionary
-
-
DATA
-
Type for Table: DATA
-
Database
-
The Database class contains information about the specified database
-
Database
-
Constructor for the Database class
-
DATE_ADDED
-
Name of date_added field
-
DATE_FORMAT
-
Format for the date() command
-
DATE_UPDATED
-
Name of date_updated field
-
decode_url
-
Decode a query string sent by the browser.
-
delete_link_table_row
-
Delete a specific row from this table - for link tables
-
delete_mailbox
-
Delete the specified mailbox
-
delete_messages
-
Delete specified messages
-
delete_table_row
-
Delete a specific row from this table - for data tables
-
delete_table_row_and_links
-
Delete a specific row and all links to other tables
-
delete_table_row_and_link_rows
-
Delete a specific row and all linked rows for this table
-
delete_table_row_links
-
Delete all link table entries for the table id mentioned
-
delete_table_row_link_rows
-
Delete all links for a table - for data tables
-
disable_render
-
Prevent the Module::render() function from running.
-
disable_template_library
-
Disable usage of the template library to render the output of the module.
-
disable_view
-
Disable the View object usage in Module::render().
-
disconnect
-
Disconnect from the current server if connected
-
display_error
-
Display the specified error message
-
display_error
-
Display an error message - this is used by the Application before the Error class is loaded
-
div
-
Generate a div
-
generate_tag
-
Format the View::$data - called by b(), u(), etc. Can be called directly with the tag name. A wrapper for the tag() function.
-
get_all_messages
-
Get all the message headers for the current mailbox
-
get_column_by_name
-
Get a column object by name
-
get_configuration
-
Get the configuration from config file
-
get_configuration
-
Get the configuration from the config file
-
get_configuration
-
Get the configuration from the config file
-
get_data
-
Return the value of $data
-
get_data
-
Get the form data
-
get_error_strings
-
Get the error strings registered by the Module
-
get_exceptions
-
Get the exceptions registered by the Module
-
get_external_name
-
Get the external table name
-
get_external_name
-
Get the external column name
-
get_is_autoincrement
-
Get is_autoincrement
-
get_is_key
-
Get is_key
-
get_is_required
-
Get is_required
-
get_last_inserted_id
-
Get the ID of the last inserted value
-
get_linked_to
-
Get the $links array
-
get_mailboxes
-
Get all mailboxes for current connection
-
get_mailbox_status
-
Get the status information for the specified mailbox
-
get_message_parts
-
-
get_mobile_browser
-
Set the remote browser type.
-
get_name
-
Get the column name
-
get_name
-
Get the table name
-
get_queries
-
Get the queries registered by the Module
-
get_raw_headers
-
Get the raw headers for the specified message uid
-
get_schema
-
Get the schema for this database
-
get_size
-
Get the column size
-
get_subscribed_mailboxes
-
Get only subscribed mailboxes for current connection
-
get_table_by_name
-
Returns a Table object by its name
-
get_table_row
-
Get a specific row from this table
-
get_table_rows
-
Get all the rows in this table
-
get_table_rows_with_actions
-
Get all the rows in this table with the action field
-
get_table_row_and_link_rows_for_view
-
Get specific row and all linked rows from this table - formatted for View::table_two_column_associative()
-
get_table_row_for_view
-
Get a specific row from this table - formatted for View::table_two_column_associative()
-
get_table_row_links
-
Get links to a table row.
-
get_table_row_links_with_actions
-
Get all the link rows with the action field for the specified ID in this table
-
get_table_row_link_rows_for_view
-
Get all linked rows for a specific row from this table - formatted for View::table_two_column_associative()
-
get_templating_library_paths
-
Get templating library paths
-
get_type
-
Get the column type
-
get_type
-
Get the table type
-
get_unique_blank_key
-
Generate a unique blank string key for the $data array
-
get_values
-
Get the column values (for enumeration)
-
generate.php
-
-
$saved
-
-
$scripts
-
-
$server_config
-
-
$size
-
-
$special_tags
-
-
$sql
-
-
$sql
-
-
$stylesheets
-
-
script
-
Generate a script file header
-
select
-
Generate a select element
-
select_query
-
Perform a select query
-
send_HTML_email
-
Construct the email headers and send email using mail()
-
setup
-
Setup the Pel module
-
set_data
-
Set the value of $data to a new value
-
set_default
-
Set a default module:action to execute when none is specified
-
set_is_autoincrement
-
Set is_autoincrement
-
set_is_key
-
Set is_key
-
set_is_required
-
Set is_required
-
set_properties
-
Set the value of $properties to a new value
-
set_references
-
Set the references to the application objects
-
set_size
-
Set the column size
-
set_template_file
-
Set a custom template file if using a templating library
-
set_type
-
Set the column type
-
set_type
-
Set the table type
-
set_values
-
Set the column values (for enumeration)
-
Smarty_render
-
Render the module output using Smarty
-
sp
-
Add a space to View::$data
-
Sql
-
The Sql class is a wrapper for the ADOdb or ADOdb Lite library.
-
Sql
-
Constructor for the Sql class
-
subscribe_mailbox
-
Subscribe to the specified mailbox