egroupware/setup/doc/README.inc

30 lines
948 B
PHP
Raw Normal View History

phpGroupWare setup March 2002 revised (5-2001)
2001-07-30 17:59:25 +02:00
2002-03-03 23:00:55 +01:00
Note: All setup classes are now located in the phpgwapi module. Since setup
cannot work without the api anyway, these classes were moved.
2001-07-30 17:59:25 +02:00
Class logical (?) organization map:
class.setup.inc.php Global setup functions app/hook/login
|
class.detection.inc.php Detection of header, file and db versions
2001-07-30 17:59:25 +02:00
|
class.translation.inc.php Multi-lang functions for display
2001-07-30 17:59:25 +02:00
|
class.html.inc.php HTML/template output functions
2001-07-30 17:59:25 +02:00
|
class.process.inc.php db processing functions/upgrade/install
2001-07-30 17:59:25 +02:00
|
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
|
2001-12-03 18:39:39 +01:00
class.schema_proc_mssql.inc.php SQL functions for MS SQL
|
2001-07-30 17:59:25 +02:00
... other db support...