[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/install/ -> index.php (summary)

(no description)

File Size: 729 lines (20 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

module:: (12 methods):
  create()
  load()
  page_header()
  page_footer()
  get_tpl_name()
  get_page_title()
  redirect()
  generate_navigation()
  error()
  db_error()
  input_field()
  inst_language_select()

Defines 12 functions

  phpbb_require_updated()

Class: module  - X-Ref


create($module_type, $module_url, $selected_mod = false, $selected_submod = false)   X-Ref
Private methods, should not be overwritten


load($mode = false, $run = true)   X-Ref
Load and run the relevant module if applicable


page_header()   X-Ref
Output the standard page header


page_footer()   X-Ref
Output the standard page footer


get_tpl_name()   X-Ref
Returns desired template name


get_page_title()   X-Ref
Returns the desired page title


redirect($page)   X-Ref
Generate an HTTP/1.1 header to redirect the user to another page
This is used during the installation when we do not have a database available to call the normal redirect function

param: string $page The page to redirect to relative to the installer root path

generate_navigation()   X-Ref
Generate the navigation tabs


error($error, $line, $file, $skip = false)   X-Ref
Output an error message
If skip is true, return and continue execution, else exit


db_error($error, $sql, $line, $file, $skip = false)   X-Ref
Output an error message for a database related problem
If skip is true, return and continue execution, else exit


input_field($name, $type, $value='', $options='')   X-Ref
Generate the relevant HTML for an input field and the associated label and explanatory text


inst_language_select($default = '')   X-Ref
Generate the drop down of available language packs


Functions
Functions that are not part of a class:



Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1