Example #1
0
 public function getProductInfo($condition)
 {
     $term = new Product();
     $term->setConnection($this->connection);
     $result = self::formatCondition($term->newQuery(), $condition)->get();
     return $result;
 }