Guide list

SimpleAR documentation is organized as a number of guides, covering all kinds of topics.

We recommend that you read these guides, if possible, in this order:

Getting started

An overview of SimpleAR with a quick tutorial that helps you to get started with it. It should take about 10 minutes to read and study the provided code examples

Taking control of your models

This guide covers:

  • Getters and Setters;
  • Scopes;
  • Callbacks.

Relations

This guide covers:

  • Model relationships;

Query builder

This guide covers query build process.

  • Simple conditions;
  • Conditions over relations;
  • Insert, Select, Update and Delete statements.

Configuration