Menu

Tree [r25] /
 History

HTTPS access


File Date Author Commit
 core 2007-12-28 joly [r22] jlsError() used instead of dbqError()
 dbq 2007-12-28 joly [r23] New class to add/modify a table
 examples 2007-10-23 joly [r16]
 html 2007-12-28 joly [r25] jls-Scripting included and some minor fixes
 includes 2007-12-28 joly [r24] Including jls-scripting
 jls_includes 2007-12-28 joly [r21] Introducing jls-Scripting. Some global function...
 dbq.php 2007-12-28 joly [r25] jls-Scripting included and some minor fixes
 readme 2007-10-23 joly [r16]

Read Me

How to use dbQ?
---------------

1. put the directories somewhere you like in the root or in the www-root

2. \example is not needed, but shows some examples

3. set the right parameters in 
		\includes\dbqconfig.php

		
4. include dbq.php in a script where you want to use dbQ
		\html\index.php shows how you can do that
		you can also use this index.php to try the examples

5. you can make some temparorily parameters as shown in \html\index.php, but it is not needed

6. start using one of the classes by:
		$oDb = dbqNew('select'); (so without de dbq_ prefix)
		$oDb = dbqNew('update');
		or any other
		
		
If you have any question or comment, do contact me on sourceforge.net\projects\dbq
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.