Trongate Website Homepage

Introducing The Model Class

Trongate comes with a fully featured PHP class for assisting with database interaction. The class is called 'Model' and is stored in a file named Model.php inside the engine directory.

Throughout this documentation, a blue circle with an 'i' symbol often appears on the right hand side of method/function names. Clicking on these icons provides comprehensive details about the function/method's purpose, signature, expected arguments, return types, and practical use case examples.

The Model class contains the following methods:

For Data Retrieval:

For Data Manipulation:

For Data Analysis and Management:

For Custom Database Querying: