Skip to content
Greg Bowler edited this page Sep 11, 2018 · 16 revisions

The Database repository is separately maintained at https://github.com/PhpGt/Database

The database layer of PHP.Gt encloses your application's database scripts within a simple and standardised interface, separating database access from your page logic.

Need to document the following:
  • Use of :orderBy and :limit, and why these have been implemented by Gt and not PDO.
Clone this wiki locally