leftJoin()` method. The API API is otherwise * identical. * * This class is recommended over the `Join` class. */ class Mjoin extends Join { function __construct( $table=null ) { parent::__construct( $table, 'array' ); } }