egroupware_official/setup/inc
2002-01-05 23:50:18 +00:00
..
class.schema_proc_array.inc.php this is now setup3 code 2001-07-30 15:59:25 +00:00
class.schema_proc_mssql.inc.php this is now setup3 code 2001-07-30 15:59:25 +00:00
class.schema_proc_mysql.inc.php Small change to the RenameTable function in MySQL. This will allow for older versions of MySQL to be used. 2001-10-18 01:02:49 +00:00
class.schema_proc_pgsql.inc.php php3 fix for detection class; add use of db_addslashes() for when we re-insert 2001-11-29 03:58:22 +00:00
class.schema_proc.inc.php minor formatting 2001-09-12 13:45:58 +00:00
class.setup_detection.inc.php php3 fix for detection class; add use of db_addslashes() for when we re-insert 2001-11-29 03:58:22 +00:00
class.setup_html.inc.php - Fixed logout button not working correctly 2001-09-27 23:59:39 +00:00
class.setup_lang.inc.php Lang files are now installed as part of the install/upgrade process. For step 2002-01-05 21:20:52 +00:00
class.setup_process.inc.php Lang files are now installed as part of the install/upgrade process. For step 2002-01-05 21:20:52 +00:00
class.setup.inc.php Switch to local hook function to avoid catch_22/chicken-egg/cart-horse situation 2002-01-05 23:50:18 +00:00
functions.inc.php Mod to (un)install application translations with each app (applications.php only) 2002-01-05 18:07:11 +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...