| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 666 lignes (21 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
setup_process:: (12 méthodes):
setup_process()
init_process()
pass()
save_minimal_config()
droptables()
current()
default_records()
test_data()
baseline()
upgrade()
post_process()
sql_to_array()
Classe: setup_process - X-Ref
| setup_process() X-Ref |
| Pas de description |
| init_process() X-Ref |
| create schema_proc object param: none |
| pass($setup_info,$method='new',$DEBUG=False,$force_en=False) X-Ref |
| the mother of all multipass upgrade parental loop functions param: array $setup_info array of application info from setup.inc.php files param: string $type='new' defaults to new(install), could also be 'upgrade' param: boolean $DEBUG=false print debugging info param: boolean $force_en=false install english language files param: string $system_charset=null charset to use |
| save_minimal_config() X-Ref |
| saves a minimal default config, so you get a running install without entering and saveing Step #2 config |
| droptables($setup_info,$DEBUG=False) X-Ref |
| drop tables per application, check that they are in the db first param: $setup_info array of application info from setup.inc.php files, etc. |
| current($setup_info,$DEBUG=False) X-Ref |
| process current table setup in each application/setup dir param: array $setup_info array of application info from setup.inc.php files, etc. param: boolean $DEBUG=false |
| default_records($setup_info,$DEBUG=False) X-Ref |
| process default_records.inc.php in each application/setup dir param: $setup_info array of application info from setup.inc.php files, etc. |
| test_data($setup_info,$DEBUG=False) X-Ref |
| process test_data.inc.php in each application/setup dir for developer tests This data should work with the baseline tables param: $setup_info array of application info from setup.inc.php files, etc. |
| baseline($setup_info,$DEBUG=False) X-Ref |
| process baseline table setup in each application/setup dir param: $appinfo array of application info from setup.inc.php files, etc. |
| upgrade($setup_info,$DEBUG=False) X-Ref |
| process available upgrades in each application/setup dir param: $appinfo array of application info from setup.inc.php files, etc. |
| post_process($tables,$DEBUG=False) X-Ref |
| Pas de description |
| sql_to_array($tablename='') X-Ref |
| send this a table name, returns printable column spec and keys for the table from schema_proc param: $tablename table whose array you want to see |
| Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |