[Rampage] element index

Package indexes

All elements
c d e f h i m p r t z
c
top
Function create_table_info
create_table_info() in rampage.php
Does the actual database querying to get the tableinfo.
d
top
Function dump_config_file
dump_config_file() in rampage.php
Write the field and config information to the zombieconf.php config file. The field-info array $info is written in a tabular format to allow manual editing.
e
top
Function enhance_info
enhance_info() in rampage.php
Polish the $info global from create_table_info. adds some heuristic defaults.
f
top
Function field_default
field_default() in rampage.php
Returns the default value for this field.
Function field_get_primary_key
Returns the field that is primary key.
Function field_get_printf_tag
field_get_printf_tag() in rampage.php
Returns the printf tag for the given field.
Function field_get_quoted
field_get_quoted() in rampage.php
Gets a quote represention of the field's value for use in a sql statement. Does format and charset conversions.
Function field_get_title_field
returns the field that can be considered the "name" of the entry.
Function field_sql2php
field_sql2php() in rampage.php
creates rhs of an assignment, does sql->php conversion for fields.
h
top
Constant HORDE_BASE
HORDE_BASE in rampage.php
i
top
Function is_blob
is_blob() in rampage.php
returns true for blob fields
Function is_boolean
is_boolean() in rampage.php
returns true if $field is a boolean field
Function is_datetime
is_datetime() in rampage.php
Returns true if $field is a date or time field.
m
top
Function main
main() in rampage.php
Main functions. Just decides what mode we are in and calls the appropriate methods.
Function mkdir_p
mkdir_p() in rampage.php
mkdir -p replacement.
p
top
Function parse_options
parse_options() in rampage.php
Parse the command line options for mode 1: creation of config file and sets the appropriate defaults. Result is a working $config global.
Function print_cfgfield
print_cfgfield() in rampage.php
Helper function to pad a given value from the info
Function print_usage_info
print_usage_info() in rampage.php
Prints usage info and exits.
r
top
Page rampage.php
rampage.php in rampage.php
Function read_config_file
read_config_file() in rampage.php
Read (by including) the config file.
Function render_edit
render_edit() in rampage.php
Creates an html input widget for the given field.
Function render_field
render_field() in rampage.php
render a field for output
t
top
Function transform
transform() in rampage.php
Performs the actual copying/modifying of the files.
Function t_
t_() in rampage.php
template for additional handlers:
Function t_config_conf
t_config_conf() in rampage.php
Function t_config_prefs
t_config_prefs() in rampage.php
Function t_edit
t_edit() in rampage.php
Function t_lib_Driver_sql
t_lib_Driver_sql() in rampage.php
Transformer-Handlers for individual files go here Handlers are called before name replacment takes place.
Function t_lib_Zombie
t_lib_Zombie() in rampage.php
Function t_list
t_list() in rampage.php
Function t_templates_edit_edit
Function t_templates_list_entry_summaries
Function t_templates_list_list_headers
Function t_templates_search_search
Function t_templates_view_view
z
top
Constant ZOMBIE_BASE
ZOMBIE_BASE in rampage.php
c d e f h i m p r t z