Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    Better implementation of joins in ORM · 1ce20852
    Jared Hancock authored
    Use an internal hash table of join information to prevent multiple joins
    over the same path. Also use table aliases in order to support self joins or
    otherwise multiple joins to the same table using different paths.
    1ce20852
class.orm.php 24.89 KiB