It would be nice to have a query builder for raw sql queries, similar to Zend_Db_Select:
http://framework.zend.com/manual/1.12/en/zend.db.select.html
This would be useful when you need to build select queries which rely on specific SQL extensions that aren’t supported by PHQL.
The syntax should be similar to the creation of queries using the Query Builder:
http://docs.phalconphp.com/en/latest/reference/phql.html#creating-queries-using-the-query-builder
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
It would be nice to have a query builder for raw sql queries, similar to Zend_Db_Select:
http://framework.zend.com/manual/1.12/en/zend.db.select.html
This would be useful when you need to build select queries which rely on specific SQL extensions that aren’t supported by PHQL.
The syntax should be similar to the creation of queries using the Query Builder:
http://docs.phalconphp.com/en/latest/reference/phql.html#creating-queries-using-the-query-builder
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.