From 9f6b4e5614a3df4e5a82d88a92574fe264236ad2 Mon Sep 17 00:00:00 2001 From: rafageist Date: Wed, 18 Sep 2019 22:53:30 -0400 Subject: [PATCH] release 0.2.0: orm::buildPDO() --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a69f2..b777405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ September 18, 2019 - release 0.2.0 version - New method for build a PDO instances, orm::buildPDO($config, $connectGlobal); -This code build PDO, and make global connection + +This example build a PDO instance, and make a global connection: ```php