Trongate PHP Framework Docs
Introduction
Basic Concepts
Understanding Routing
Intercepting Requests
Module Fundamentals
Database Operations
Templates
Helpers
Form Handling
Working With Files
Image Manipulation
Working With Dates & Times
Authorization & Authentication
Tips And Best Practices

Database Interaction Methods

The db module contains one file: modules/db/Db.php.

Inside lives a single, no-BS PHP class packed with every database method you'll ever need for database interaction.

Use it exactly like any other module:

No magic. No hidden layers. Just Native PHP doing what it does best.


All The Methods

Everything you need is right here. Click any method for full popup docs. Or just open the Db.php file and read the source.

Data Retrieval

Data Manipulation

Analysis & Management

Raw / Custom Queries

Seriously: ignore this page and open modules/db/Db.php.

The source code is the only documentation that you'll ever need!