Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8262677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:49:58+00:00 2026-06-08T03:49:58+00:00

Using the zend framework i have used a query,having a IN clause,this is my

  • 0

Using the zend framework i have used a query,having a IN clause,this is my query

       $select->where('p.brandid  IN (?)',$details[brand]);

in the above query, $details[brand] has a value like this array(1,2,3) .

Actually the query has to return all the values which are all related to this array(1,2,3).

But my query is returning the result related to the first value present in the above array(1,2,3).ie 1 alone other 2,3 is not considered.

when i print this query it shows like this

             [where] => Array
               (
                [0] => (p.brandid  IN ('1,2,3'))
              )

Can anyone show me what is the mistake i have made or solution for this..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T03:50:00+00:00Added an answer on June 8, 2026 at 3:50 am

    This is because your query is getting formed wrongly p.brandid IN ('1,2,3') instead of p.brandid IN (1,2,3) you can try using implode function in php

    $select->where('p.brandid  IN (?)',implode(",",$details[brand]));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an application using Zend Framework 1.11.10. I have used this article
I'm having trouble making a Union query using the Zend Framework. The queries are
i am using zend framework for my application and i have used few regex
So I'm using zend framework and I have this code in a file called
I am using Zend Framework and have been trying to do a joined query
Hello i am using Zend Framework Form and have tried to get this example
I am developing a web application using zend framework. For select statements I have
I have a PHP MVC application using Zend Framework. As presented in the quickstart,
i have a problem with upload mutilply files using zend framework on server actually
I'm trying to develop a site using Zend Framework, but i have a problem:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.