| XOOPS
    2.6.0
    | 
Go to the source code of this file.
| Namespaces | |
| installer | |
| Variables | |
| if(isset($settings['authorized'])&&!empty($adminname)&&!empty($adminpass)) | $_SESSION ['pageHasHelp'] = false | 
| $_SESSION ['pageHasForm'] = false | |
| $_SESSION ['content'] = $content | |
| $adminmail = $siteconfig['adminmail'] | |
| $adminname = $siteconfig['adminname'] | |
| $adminpass = $siteconfig['adminpass'] | |
| $count = $dbm->fetchColumn('SELECT COUNT(*) FROM ' . $dbm->prefix("users")) | |
| $dbm = $xoops->db() | |
| $GLOBALS ['xoopsDB'] = \XoopsDatabaseFactory::getDatabaseConnection(true) | |
| $language = $wizard->language | |
| $process = $count ? false : true | |
| $regdate = time() | |
| $settings = $_SESSION['settings'] | |
| $siteconfig = $_SESSION['siteconfig'] | |
| $temp = password_hash($adminpass, PASSWORD_DEFAULT) | |
| $update = false | |
| $wizard = $_SESSION['wizard'] | |
| $xoops = Xoops::getInstance() | |
| if($process) elseif($update) | else | 
| if (isset($settings['authorized'])&&!empty($adminname)&&!empty($adminpass)) $_SESSION['pageHasHelp'] = false | 
Definition at line 126 of file page_tablesfill.php.
| $_SESSION['pageHasForm'] = false | 
Definition at line 127 of file page_tablesfill.php.
| $_SESSION['content'] = $content | 
Definition at line 128 of file page_tablesfill.php.
| $adminmail = $siteconfig['adminmail'] | 
Definition at line 52 of file page_tablesfill.php.
| $adminname = $siteconfig['adminname'] | 
Definition at line 50 of file page_tablesfill.php.
| $adminpass = $siteconfig['adminpass'] | 
Definition at line 51 of file page_tablesfill.php.
| $count = $dbm->fetchColumn('SELECT COUNT(*) FROM ' . $dbm->prefix("users")) | 
Definition at line 45 of file page_tablesfill.php.
Referenced by Xoops\Form\ElementTray\addElement(), Xoops\Form\Form\addElement(), b_system_newmembers_show(), b_system_topposters_show(), buildRssFeedCache(), MenusBuilder\buildUpDown(), XoopsFolderHandler\chmod(), XoopsTpl\clearModuleCompileCache(), Xoops\Core\Assets\copyFileAssets(), XoopsBlockHandler\countSimilarBlocks(), CommentsCommentHandler\deleteByItemId(), UserconfigsConfigHandler\deleteConfig(), XoopsConfigHandler\deleteConfig(), XoopsModuleHandler\deleteModule(), XoopsFolderHandler\dirsize(), LegacyLogger\dump(), Maintenance\dump_table_datas(), Xmf\Metagen\generateKeywords(), Xmf\Metagen\generateMetaTags(), Xoops\Core\Kernel\Model\Stats\getCount(), Xoops\Core\Kernel\Model\Stats\getCounts(), Xoops\Core\Kernel\Model\Joint\getCountsByLink(), UserconfigsConfigsForm\getForm(), SystemPreferencesForm\getForm(), BloggerApi\getRecentPosts(), MetaWeblogApi\getRecentPosts(), XoopsApi\getRecentPosts(), SystemModule\getTemplate(), UserconfigsConfigHandler\insertConfig(), XoopsConfigHandler\insertConfig(), Xmf\Database\TableLoad\loadTableFromArray(), Xmf\Database\TableLoad\loadTableFromYamlFile(), Xoops\makePass(), menus_block_show(), MyTextSanitizer\quoteConv(), Xoops\Form\ElementTray\render(), Xmf\Database\TableLoad\rowCount(), UserconfigsItem\setConfOptions(), XoopsConfigItem\setConfOptions(), smarty_function_xoInboxCount(), XoopsUserUtility\validate(), CommentsSystemPlugin\waiting(), xoops_module_install_userrank(), and MyTextSanitizer\xoopsCodeDecode().
| $dbm = $xoops->db() | 
Definition at line 44 of file page_tablesfill.php.
Referenced by xoops_module_install_userrank().
| $GLOBALS['xoopsDB'] = \XoopsDatabaseFactory::getDatabaseConnection(true) | 
Definition at line 33 of file page_tablesfill.php.
| $language = $wizard->language | 
Definition at line 40 of file page_tablesfill.php.
Definition at line 46 of file page_tablesfill.php.
Referenced by Xoops\Core\ComposerUtility\composerExecute().
| $regdate = time() | 
Definition at line 57 of file page_tablesfill.php.
| $settings = $_SESSION['settings'] | 
Definition at line 38 of file page_tablesfill.php.
| $siteconfig = $_SESSION['siteconfig'] | 
Definition at line 49 of file page_tablesfill.php.
| $temp = password_hash($adminpass, PASSWORD_DEFAULT) | 
Definition at line 56 of file page_tablesfill.php.
Referenced by Xoops\Core\Kernel\Model\Stats\getCount(), XoopsMySQLDatabase\getFieldName(), XoopsMySQLDatabase\getFieldType(), Xmf\Metagen\getSearchSummary(), and Xoops\Core\Session\RememberMe\readUserCookie().
| $update = false | 
Definition at line 47 of file page_tablesfill.php.
Referenced by Xoops\Core\Database\QueryBuilder\updatePrefix().
| $wizard = $_SESSION['wizard'] | 
Definition at line 36 of file page_tablesfill.php.
| $xoops = Xoops::getInstance() | 
Definition at line 30 of file page_tablesfill.php.
| if ($process) elseif ($update) else | 
Definition at line 111 of file page_tablesfill.php.