IgnitedRecord is a relational ORM library, reminding a bit of Ruby's ActiveRecord implementation, made for the PHP framework CodeIgniter.
It abstracts the database, so you don't have to write SQL (you can still use SQL if you want) or concern yourself with the fetching of related objects.
The goal of IgnitedRecord is to provide an easy to use, easily customizeable, ORM library to CodeIgniter.