Posts tagged with ‘propel’

Symfony: How to query using Criteria OR

advertisement

I’m looking for way to do a simple query using criteria OR in symfony framework. The official documentation does not covers the sql query criteria for OR statement. After googling for while, there is some reference from the Propel Guide

To perform a simple SQL query with OR criteria is a bit complicated in symfony or i can say in Propel. Here’s the example of how to perform the SQL query for:

Continue reading Symfony: How to query using Criteria OR »