php - how to convert mysql query to zend query? -


I want to change the following sql query to zend the query. How can I convert this mysql query to the flag query with the Flag Framework 2? binary username = "testUser";

thanks

Have you tried this:
Select

  $ => - (Where 'username' = & gt; new \ zend \ db \ Sql \ expression ("testUser ')" );    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -