Extending DBAL query builder for boolean generation

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: Extending DBAL query builder for boolean generation

Post by brunoais »

The word "JOIN_ON" is just a name that can be adjusted to whatever you think is best.
The idea here is to make the job of editing the query faster, easier and simpler to whatever changes it, specially extensions.
Ofc, that change only affects if the extension requires adding or removing tables to the CROSS JOIN list, otherwise, it is neutral.

Post Reply