[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/install/ -> index.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 834 lines (24 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()
  phpbb_include_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:

phpbb_require_updated($path, $optional = false)   X-Ref
No description

phpbb_include_updated($path, $optional = false)   X-Ref
No description



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1