sel mel - 2008-10-08 11:03:07
A great tool for novinces indeed. After checking a dozen of similar classes, I decided to use the Ultimate MySQL. But unfortunately, I soon noticed that I cannot manage to use 'LIKE' and '%' operator for partial matches. For example, how can implement the following queries with Ultimate class:
$where = "fieldname LIKE . %SomeValue%;
and execute the query
$db->Query("SELECT * FROM Test $where"
Does this class lack this partial search capability, or do I simply fail to implement it?
Any suggestions will be appreciated much.