zend-db
zend-db copied to clipboard
FEATURE REQUEST: join proxy methods
What about adding:
leftJoin(...) rightJoin(...) innerJoin(...) outerJoin...() leftOuterJoin(...) rightOuterJoin(...)
methods to Sql\Select?
My previous comment was wrong! Here ist an update:
Are the proxy methods really needed? The differences between join and leftJoin methods
would not be very big.
@froschdesign I think that having those join-related proxy methods would make the code (just a little) more fluent and clear: the name of the method appears first so there is no need for the eye to go reading the class constant parameter that represents the type of join. kind regards
This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at https://github.com/laminas/laminas-db/issues/132.