Skip to content

Commit

Permalink
release 0.2.0: orm::buildPDO()
Browse files Browse the repository at this point in the history
  • Loading branch information
rafageist committed Sep 19, 2019
1 parent 688a70b commit 9f6b4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<?php
Expand Down

0 comments on commit 9f6b4e5

Please sign in to comment.