|
|||
|
Greetings!
I am using 1.5PR. I have the following error being generated "Unknown column 'Array' in 'where clause'. The error is caused by: $select = $sku_attribute_xref_factory->select()->where(array('sku_id = ?' => $sku_entry->id, 'attribute_id = ?'=> $attribute->id)); Which in Select.php, in protected method _where, generates a $condition of "(Array)." Am I doing it wrong or is this a bug in ZF? |
|
||||
|
Hi,
I've just come across the same problem. According to the online documentation you can pass an array into the where() Zend Framework: Documentation look at example Example 10.93. I'm guessing this is a bug or are we doing something wrong? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|