Описание тега fuelphp-orm

FuelPHP's ORM is an Object Relational Mapper for the FuelPHP framework modeled after the Active Record Pattern.

FuelPHP's ORM (Object Relational Mapper) does 2 things: it maps your database table rows to objects and it allows you to establish relations between those objects.

It follows the Active Record Pattern closely, but was also influenced by other systems.