egroupware/setup/inc
Miles Lott 478ca3adc4 Upgrade API version to 0.9.15.001, add post-install dependency failure
test to detection class and applications.php
2002-01-13 19:52:47 +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 Formatting and comment adjustment 2002-01-11 03:40:59 +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 Upgrade API version to 0.9.15.001, add post-install dependency failure 2002-01-13 19:52:47 +00:00
class.setup_html.inc.php Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
class.setup_lang.inc.php Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files. 2002-01-07 10:50:42 +00:00
class.setup_process.inc.php Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
class.setup.inc.php This will now clear system/user level cache when adding/deleting apps. 2002-01-13 17:20:33 +00:00
functions.inc.php Formatting and comment adjustment 2002-01-11 03:40:59 +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...