You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This is [__version 4__](https://github.com/ezSQL/ezSQL/tree/v4) that has many mo
13
13
14
14
This library has an `Database` class, a combination of the [Factory](https://en.wikipedia.org/wiki/Factory_method_pattern) pattern with an [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection) container hosting. The library is following many OOP principles, one in which, properties public access has been removed.
15
15
16
-
- More Todo...
16
+
* More Todo...
17
17
18
18
For an full overview see [documentation Wiki](https://github.com/ezSQL/ezSQL/WIKI.md), which is not completely finish.
19
19
@@ -26,16 +26,16 @@ For an full overview see [documentation Wiki](https://github.com/ezSQL/ezSQL/WIK
26
26
```php
27
27
require 'vendor/autoload.php';
28
28
29
-
// '****' is one of **mysqli**, **pgsql**, **sqlsrv**, **sqlite3**, or **Pdo**.
29
+
// **** is one of mysqli, pgsql, sqlsrv, sqlite3, or Pdo.
0 commit comments