diff options
author | Indieteq <admin@indieteq.com> | 2013-08-31 13:16:15 +0200 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2013-08-31 13:16:15 +0200 |
commit | a9ce530b84b533b566038409ce18fda93ee26d94 (patch) | |
tree | 54bc776cef9af32e1861f633a5e73ce2e444dea9 /README.md | |
parent | 4aa232983c59760412112f5c77b9aeb06ab58a27 (diff) | |
download | php-mysql-pdo-database-class-a9ce530b84b533b566038409ce18fda93ee26d94.zip php-mysql-pdo-database-class-a9ce530b84b533b566038409ce18fda93ee26d94.tar.gz php-mysql-pdo-database-class-a9ce530b84b533b566038409ce18fda93ee26d94.tar.bz2 |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ PDO Database Class A database class for PHP-MySQL which uses the PDO extension. +If you have any questions go to : http://indieteq.com/index/readmore/how-to-prevent-sql-injection-in-php + ## To use the class #### 1. Edit the database settings in the settings.ini.php ``` @@ -250,4 +252,4 @@ $persons = $person->all(); // SQL Equivalent "SELECT * FROM persons -```
\ No newline at end of file +``` |