egroupware/setup/inc
Miles Lott 6330681793 php3 fix for detection class; add use of db_addslashes() for when we re-insert
table data to a new table in pg (altertable/column)
2001-11-29 03:58:22 +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 register_globals and formatting changes 2001-09-17 02:10:34 +00:00
class.setup_process.inc.php more adjustment for globals 2001-11-21 15:01:43 +00:00
class.setup.inc.php Missed a global 2001-11-25 02:27:22 +00:00
functions.inc.php Add check for existence of index prior to DROP INDEX 2001-09-23 11:58:10 +00:00
README this is now setup3 code 2001-07-30 15:59:25 +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.template.inc.php					HTML template class
		|
		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
				|
				...									other db support...