Reference

This reference aims to offer a deeper comprehension of how internal works. It If a part is not well documented, don't hesitate to explore the code. There are entire comment paragraphs that explain how things work!

Overview

SimpleAR is divided in two main parts:

  • Orm (namespace SimpleAR\Orm);
  • Database (namespace SimpleAR\Database).

Here is an overview of the code organization: Code overview

The first part describes the Query build process, the second deals with Model and Relations. The third part explain how the two main parts (Orm and Database) work together.

Reference entries