From 7186c4f757969b9c7f1ebe857c1a3f54283dd9d6 Mon Sep 17 00:00:00 2001 From: colshrapnel Date: Fri, 1 Feb 2013 12:03:35 +0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f2ead..5fa2273 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ SafeMySQL is a PHP class for safe and convenient handling of Mysql queries. This class is distinguished by three main features - unlike standard libraries, it is using **type-hinted placeholders**, for the **everything** that may be put into query - unlike standard libraries, it require no repetitive code, providing set of helper methods to get the desired result right out of the query -- unlike standard libraries, it allows to parse placeholders not in the whole query only but in the arbitary query part, thanks to indispensabe **parse()** method, making complex queries as easy and safe as regular ones. +- unlike standard libraries, it can parse placeholders not in the whole query only, but in the arbitary query part, +thanks to indispensabe **parse()** method, making complex queries as easy and safe as regular ones. Yet it is very easy to use. You need to learn only few things: