Framework  3.9
join.inc File Reference

Go to the source code of this file.

Classes

class  JoinResult
 JoinResult is an empty placeholder class. More...
 
class  JoinResultIterator
 
class  AbstractJoin
 AbstractJoin is the abstract base class from which concrete join classes can be derived in order to provide support for different styles of relational join. More...
 
class  InnerJoin
 This class is used to programmatically perform inner join queries across multiple objects. More...
 
class  LeftOuterJoin
 

Functions

 extractJoinResults ($class, $results)
 Extracts the specified object from the combined join results, returning an array of the specified objects n the same order they were returned by the join query. More...
 
 extractGroupedJoinResults ($class, $results)