Hi, It seems like the LIKE expression cannot accept the '%' symbol when using mysqli, it just breaks the query:
this works: LIKE 'cm' this doesn't: LIKE 'cm%' Is there a work around for this? Thanks! -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-Db-Sql-Select-WHERE-name-LIKE-cmp-breaks-the-query-tp4631367.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
