diff options
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 +``` |