
gversion
User
Nov 28, 2011, 3:47 PM
Post #1 of 3
(190 views)
Shortcut
|
|
Filter by "where" not working
|
Can't Post
|
|
Hello, I am trying to load my listing records using the following code:
list($listingRecords, $listingDetails) = getRecords(array( 'tableName' => 'listings', 'where' => "status <> '1'", 'where' => "listing_type = '1'", 'ignoreHidden' => 'true', )); I only want to display records with a status of 0 or 3, however the "where" code I am using to define the "status" doesn't make any difference. All records are being displayed no matter what their status. Is there something I am missing or doing wrong, perhaps because I am trying to use two "where" statements? Thanks for any help you can offer. Regards, Greg
|