-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Greg Bowler edited this page Feb 28, 2017
·
4 revisions
When introducing database connections to your PHP applications, it is beneficial if query scripts can be organised in a way that is simple, obvious and reusable. The PhpGt Database repository is intended to help your database access and organisation by introducing concepts such as Query Collections, Parameter binding, migrations and a Query builder.