mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:39 +01:00
27 lines
789 B
Plaintext
27 lines
789 B
Plaintext
|
phpGroupWare setup May 2001
|
||
|
|
||
|
Class logical (?) organization map:
|
||
|
|
||
|
class.setup.inc.php Global setup functions app/hook/login
|
||
|
|
|
||
|
class.setup_detection.inc.php Detection of header, file and db versions
|
||
|
|
|
||
|
class.setup_lang.inc.php Multi-lang functions for display
|
||
|
|
|
||
|
class.setup_html.inc.php HTML/template output functions
|
||
|
| |
|
||
|
| class.template.inc.php HTML template class
|
||
|
|
|
||
|
class.setup_process.inc.php db processing functions/upgrade/install
|
||
|
|
|
||
|
class.schema_proc.inc.php DB array <--> SQL and abstraction class
|
||
|
|
|
||
|
class.schema_proc_array.inc.php Array input parser
|
||
|
|
|
||
|
class.schema_proc_mysql.inc.php SQL functions for MySQL
|
||
|
|
|
||
|
class.schema_proc_pgsql.inc.php SQL functions for Postgresql
|
||
|
|
|
||
|
... other db support...
|
||
|
|