source: branches/2.2/setup/doc/README.inc @ 2

Revision 2, 946 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1eGroupWare setup                March 2002 revised (5-2001)
2
3Note: All setup classes are now located in the phpgwapi module.  Since setup
4      cannot work without the api anyway, these classes were moved.
5
6Class logical (?) organization map:
7
8        class.setup.inc.php                                     Global setup functions app/hook/login
9                |
10                class.detection.inc.php Detection of header, file and db versions
11                |
12                class.translation.inc.php               Multi-lang functions for display
13                |
14                class.html.inc.php              HTML/template output functions
15                |
16                class.process.inc.php           db processing functions/upgrade/install
17                        |
18                        class.schema_proc.inc.php                               DB array <--> SQL and abstraction class
19                                |
20                                class.schema_proc_array.inc.php         Array input parser
21                                |
22                                class.schema_proc_mysql.inc.php         SQL functions for MySQL
23                                |
24                                class.schema_proc_pgsql.inc.php         SQL functions for Postgresql
25                                |
26                                class.schema_proc_mssql.inc.php         SQL functions for MS SQL
27                                |
28                                ...                                                                     other db support...
29
Note: See TracBrowser for help on using the repository browser.