Our Blog

News, thoughts & useful links

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

Posts Tagged ‘array’

Class ‘Array’ not found error, sfCombineFilterPlugin in Symfony 1.0.x

If you are getting a “Class ‘Array’ not found” error when using sfCombineFilterPlugin then a quick fix would be to make the “filters.yml” file look like the following:

Read more about Class ‘Array’ not found error, sfCombineFilterPlugin in Symfony 1.0.x »

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 »