[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
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: | 717 lines (23 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
adm_page_header($page_title) X-Ref |
Header for acp pages |
adm_page_footer($copyright_html = true) X-Ref |
Page footer for acp pages |
adm_back_link($u_action) X-Ref |
Generate back link for acp pages |
build_select($option_ary, $option_default = false) X-Ref |
Build select field options in acp pages |
h_radio($name, $input_ary, $input_default = false, $id = false, $key = false, $separator = '') X-Ref |
Build radio fields in acp pages |
build_cfg_template($tpl_type, $key, &$new, $config_key, $vars) X-Ref |
Build configuration template for acp configuration pages |
validate_config_vars($config_vars, &$cfg_array, &$error) X-Ref |
Going through a config array and validate values, writing errors to $error. The validation method accepts parameters separated by ':' for string and int. The first parameter defines the type to be used, the second the lower bound and the third the upper bound. Only the type is required. |
validate_range($value_ary, &$error) X-Ref |
Checks whatever or not a variable is OK for use in the Database param mixed $value_ary An array of the form array(array('lang' => ..., 'value' => ..., 'column_type' =>))' param mixed $error The error array |
phpbb_insert_config_array($display_vars, $add_config_vars, $where) X-Ref |
Inserts new config display_vars into an exisiting display_vars array at the given position. param: array $display_vars An array of existing config display vars param: array $add_config_vars An array of new config display vars param: array $where Where to place the new config vars, return: array The array of config display vars |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |