| http://www.w3.org/ns/prov#value | - by nicech on Fri Oct 07, 2011 1:01 pm Hello,I do not know if the following behavior is a bug or intentional but when I do use "select_lines" behavior on multiple lines with different indentations, here is what is happening :Code: Select all $product = ProductTable::getInstance()->findOneById($productId); $productIds = array(); $productIds[] = $productId; foreach ($product->getAggregats() as $aggreg
|