Our Blog

News, thoughts & useful links

Contact: Skype , email or call
+44 (0) 131 556 6818

Posts Tagged ‘propel’

Basic guide to using Null and Not Null in Propel queries

Here is a quick hint on how to use Propel and its Criteria class to generate queries that need to have Null or Not Null in WHERE clauses:

Read more about Basic guide to using Null and Not Null in Propel queries »

Convert Propel object to Array

To convert a Propel object (a database row representation) to a normal array use the following:

Read more about Convert Propel object to Array »