Recommend this page to a friend! |
Classes of Samuel Adeshina | Query Builder | README.md | Download |
|
DownloadPlug-Query-BuilderAn Intelligent Query Builder for the SQL Language. It generates a complete sql string by calling methods on a parent QueryBuilder() object This SQL Query Builder works through method chaining. You can call subsequent methods on another recursively. For example:
__You finally build the sql query by calling the The Supported SQL Methods
<i>You should know that:</i> > This class is not an SQL string validator. It does not validate your sql queries.
It only appends a string to another based on the method you've called.
So if you append a |