diff config.php.example @ 2:40e545510a57

Added support for POSTing to the server, added readme and todo, added support for upstream synchronization using POST
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 12 Apr 2011 00:29:41 +0200
parents d7ab68b71c74
children
line wrap: on
line diff
--- a/config.php.example	Mon Apr 11 23:17:27 2011 +0200
+++ b/config.php.example	Tue Apr 12 00:29:41 2011 +0200
@@ -1,2 +1,5 @@
 <?php
 $db = PDOWrapper::connectMysql('localhost', 'dbname', 'username', 'password');
+//For other databases (see also http://nl2.php.net/manual/en/pdo.construct.php):
+//$db = new PDOWrapper($dsn, $user = NULL, $pass = NULL, $options = NULL);
+