problem about where-Collection of common programming errors


  • Gilles
    magento where addattribute
    I’m having trouble with using an OR filter in a Magento query. This is what i used:$collection = Mage::getModel(‘sales/order’)->getCollection()->addAttributeToSelect(‘*’)->addAttributeToFilter(array(array(‘attribute’=>’status’,’eq’=>’pending’), array(‘attribute’=>’created_at’, ‘from’=>$startDate, ‘to’=>$finishDate)));I wa

  • Sam Gungormez
    javascript xml firefox where
    I really need assistance in querying an XML file using xPath in Javacript where a certain tag = a certain data.Lets say for instance:Hungry TeddyBozo

Originally posted 2013-11-09 22:51:28.