тире перед переменной

Что-то вроде этого?

$matches = $this->Product->find('count', array(
    'fields' => 'DISTINCT Product.brand_id',
    'conditions' => array("Product.brand_id" => $brand['Brand']['id'],
            'Product.active' => 1)
    ));
-8
задан jub0bs 3 June 2016 в 09:37
поделиться