egroupware/setup/inc
2002-02-17 19:31:50 +00:00
..
class.schema_proc_array.inc.php Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
class.schema_proc_mssql.inc.php GNU Patch #106 and #109. 2002-02-15 03:16:11 +00:00
class.schema_proc_mysql.inc.php Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
class.schema_proc_pgsql.inc.php Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
class.schema_proc.inc.php minor formatting 2001-09-12 13:45:58 +00:00
class.setup_detection.inc.php Change lang/languages tables to phpgw_lang/phpgw_languages 2002-02-17 19:31:50 +00:00
class.setup_html.inc.php This will now correctly remove the system level cache. Previous problem was occuring because loaddb() was not called prior to clearing the cache. This also clears up all warning messages being dumped to the HTTP log file. 2002-01-14 12:14:40 +00:00
class.setup_lang.inc.php Change lang/languages tables to phpgw_lang/phpgw_languages 2002-02-17 19:31:50 +00:00
class.setup_process.inc.php syntax error 2002-01-15 01:48:41 +00:00
class.setup.inc.php This might fix some problems with installation under php 4.0.6 versions. 2002-01-30 04:41:44 +00:00
functions.inc.php Fix for annoying result of cvs backup files in lang subdir 2002-02-10 20:18:49 +00:00
README minor update 2001-12-03 17:39:39 +00:00
xml_functions.inc.php add test app to run system.listApps against the local server at phpgroupware/xmlrpc.php 2001-08-09 15:54:52 +00:00

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.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
				|
				class.schema_proc_mssql.inc.php		SQL functions for MS SQL
				|
				...									other db support...