Archive for May, 2008

Free SVN Client (GUI) for Mac OS X - SvnX

Thursday, May 22nd, 2008

For those who are looking for a Free SVN client (GUI) that have nice interface in mac os x, you can try SvnX. SvnX is a free svn client with nice GUI interface. The GUI for this free svn client is quite user friendly.
Here is some screen shots for this free svn client SvnX:-

Symfony: How to query using Criteria OR

Tuesday, May 13th, 2008

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 [...]