diff options
author | Indieteq <admin@indieteq.com> | 2012-11-10 20:22:40 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-11-10 20:22:40 +0100 |
commit | 9cf38545dc942b1cd030fcae5ba1b6366af1e805 (patch) | |
tree | 713f40765ceaac698167778ffbe80b8e62540144 | |
parent | af106b1cfb68d698c7b77f5c18cb60b84762969c (diff) | |
download | php-mysql-pdo-database-class-9cf38545dc942b1cd030fcae5ba1b6366af1e805.zip php-mysql-pdo-database-class-9cf38545dc942b1cd030fcae5ba1b6366af1e805.tar.gz php-mysql-pdo-database-class-9cf38545dc942b1cd030fcae5ba1b6366af1e805.tar.bz2 |
Update Db.class.php
-rw-r--r-- | Db.class.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Db.class.php b/Db.class.php index 3300499..6ff03bd 100644 --- a/Db.class.php +++ b/Db.class.php @@ -1,12 +1,12 @@ <?php /** -* DB - A simple database class -* -* @author Author: Vivek Wicky Aswal. (https://twitter.com/#!/VivekWickyAswal) -* @git htt://github.com/indieteq-vivek/simple-db-class -* @version 0.2ab -* -*/ + * DB - A simple database class + * + * @author Author: Vivek Wicky Aswal. (https://twitter.com/#!/VivekWickyAswal) + * @git htt://github.com/indieteq-vivek/simple-db-class + * @version 0.2ab + * + */ require("Log.class.php"); class DB { @@ -28,7 +28,7 @@ # @array, The parameters of the SQL query private $parameters; - /** + /** * Default Constructor * * 1. Instantiate Log class. |