diff options
author | Indieteq <admin@indieteq.com> | 2012-12-09 14:03:04 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-12-09 14:03:04 +0100 |
commit | c2c4dfc41b05d3009303978c1cc8c928148de128 (patch) | |
tree | f7e0a435166e249c5acfd36489f3b06c70aba616 /Db.class.php | |
parent | 3e7e9cb2edad4ab394bcbf17de681d9f4f2604ce (diff) | |
download | php-mysql-pdo-database-class-c2c4dfc41b05d3009303978c1cc8c928148de128.zip php-mysql-pdo-database-class-c2c4dfc41b05d3009303978c1cc8c928148de128.tar.gz php-mysql-pdo-database-class-c2c4dfc41b05d3009303978c1cc8c928148de128.tar.bz2 |
Update Db.class.php
Diffstat (limited to 'Db.class.php')
-rw-r--r-- | Db.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Db.class.php b/Db.class.php index 1eb616e..6be4c94 100644 --- a/Db.class.php +++ b/Db.class.php @@ -3,7 +3,7 @@ * DB - A simple database class * * @author Author: Vivek Wicky Aswal. (https://twitter.com/#!/VivekWickyAswal) - * @git htt://github.com/indieteq-vivek/simple-db-class + * @git https://github.com/indieteq-vivek/PHP-MySQL-PDO-Database-Class * @version 0.2ab * */ |