PHP Classes

feature suggestion?

Recommend this page to a friend!

      Ultimate MySQL  >  All threads  >  feature suggestion?  >  (Un) Subscribe thread alerts  
Subject:feature suggestion?
Summary:how to build queries with LIKE and % for partial matches.
Messages:1
Author:sel mel
Date:2008-10-08 11:03:07
 

  1. feature suggestion?   Reply   Report abuse  
Picture of sel mel 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.