![]()  | 
  
    The Hubzilla
    
   | 
 
Initialisation for the setup module. More...
Public Member Functions | |
| init () | |
| post () | |
| Handle the actions of the different setup steps.  More... | |
| get () | |
| Get output for the setup page.  More... | |
| check_add (&$checks, $title, $status, $required, $help= '') | |
| Add a check result to the array for output.  More... | |
| check_php (&$phpath, &$checks) | |
| Checks the PHP environment.  More... | |
| check_phpconfig (&$checks) | |
| Some PHP configuration checks.  More... | |
| check_keys (&$checks) | |
| Check if the openssl implementation can generate keys.  More... | |
| check_funcs (&$checks) | |
| Check for some PHP functions and modules.  More... | |
| check_htconfig (&$checks) | |
| Check for .htconfig requirements.  More... | |
| check_smarty3 (&$checks) | |
| Checks for our templating engine Smarty3 requirements.  More... | |
| check_store (&$checks) | |
| Check for store directory.  More... | |
| check_htaccess (&$checks) | |
| Check URL rewrite und SSL certificate.  More... | |
| manual_config (&$a) | |
| load_database_rem ($v, $i) | |
| load_database ($db) | |
| what_next () | |
  Public Member Functions inherited from Zotlabs\Web\Controller | |
| init () | |
| post () | |
| get () | |
Static Private Member Functions | |
| static | check_passed ($v, $c) | 
Static Private Attributes | |
| static | $install_wizard_pass = 1 | 
Initialisation for the setup module.
| Zotlabs\Module\Setup::check_add | ( | & | $checks, | 
| $title, | |||
| $status, | |||
| $required, | |||
$help = ''  | 
        |||
| ) | 
Add a check result to the array for output.
| [in,out] | array | &$checks | array passed to template | 
| string | $title | a title for the check | |
| boolean | $status | ||
| boolean | $required | ||
| string | $help | optional help string | 
Referenced by Zotlabs\Module\Setup\check_funcs(), Zotlabs\Module\Setup\check_htaccess(), Zotlabs\Module\Setup\check_htconfig(), Zotlabs\Module\Setup\check_keys(), Zotlabs\Module\Setup\check_php(), Zotlabs\Module\Setup\check_phpconfig(), Zotlabs\Module\Setup\check_smarty3(), and Zotlabs\Module\Setup\check_store().
| Zotlabs\Module\Setup::check_funcs | ( | & | $checks | ) | 
Check for some PHP functions and modules.
| [in,out] | array | &$checks | 
Referenced by Zotlabs\Module\Setup\get().
| Zotlabs\Module\Setup::check_htaccess | ( | & | $checks | ) | 
Check URL rewrite und SSL certificate.
| [out] | array | &$checks | 
Referenced by Zotlabs\Module\Setup\get().
| Zotlabs\Module\Setup::check_htconfig | ( | & | $checks | ) | 
Check for .htconfig requirements.
| [out] | array | &$checks | 
Referenced by Zotlabs\Module\Setup\get().
| Zotlabs\Module\Setup::check_keys | ( | & | $checks | ) | 
Check if the openssl implementation can generate keys.
| [out] | array | $checks | 
Referenced by Zotlabs\Module\Setup\get().
      
  | 
  staticprivate | 
| unknown | $v | |
| array | $c | 
| Zotlabs\Module\Setup::check_php | ( | & | $phpath, | 
| & | $checks | ||
| ) | 
Checks the PHP environment.
| [in,out] | string | &$phpath | |
| [out] | array | &$checks | 
Referenced by Zotlabs\Module\Setup\get().
| Zotlabs\Module\Setup::check_phpconfig | ( | & | $checks | ) | 
Some PHP configuration checks.
| [out] | array | &$checks | 
Referenced by Zotlabs\Module\Setup\get().
| Zotlabs\Module\Setup::check_smarty3 | ( | & | $checks | ) | 
Checks for our templating engine Smarty3 requirements.
| [out] | array | &$checks | 
Referenced by Zotlabs\Module\Setup\get().
| Zotlabs\Module\Setup::check_store | ( | & | $checks | ) | 
| Zotlabs\Module\Setup::get | ( | ) | 
Get output for the setup page.
Depending on the state we are currently in it returns different content.
| Zotlabs\Module\Setup::load_database | ( | $db | ) | 
Referenced by Zotlabs\Module\Setup\post().
| Zotlabs\Module\Setup::load_database_rem | ( | $v, | |
| $i | |||
| ) | 
| Zotlabs\Module\Setup::manual_config | ( | & | $a | ) | 
| Zotlabs\Module\Setup::post | ( | ) | 
Handle the actions of the different setup steps.
| Zotlabs\Module\Setup::what_next | ( | ) | 
Referenced by Zotlabs\Module\Setup\get().
      
  | 
  staticprivate |