You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
Zend_Db_Select should have methods to inform some things about the query created so far,
like I have a query and depending on some parameters it can add where clauses or join some tables to it,
and I got to a point where i wanna know if I already concatenate something to the query before, it would be nice to have methods on the class that would inform that like something isTableJoined($tableName) returning a boolean
The text was updated successfully, but these errors were encountered:
Jira Information
Description
Zend_Db_Select should have methods to inform some things about the query created so far,
like I have a query and depending on some parameters it can add where clauses or join some tables to it,
and I got to a point where i wanna know if I already concatenate something to the query before, it would be nice to have methods on the class that would inform that like something isTableJoined($tableName) returning a boolean
The text was updated successfully, but these errors were encountered: