, ( ) , , . .
: -
function totalActiveProduct(){
$totalProduct=$this->find('all', ['conditions'=>['is_active'=>'Y']]);
return $totalProduct;
}
, ,
$this->Categories->Products->totalActiveProduct();
$this->Products->totalActiveProduct();
, , ( , ). , , ( ).
$this->Products->find('all');
, (Where Products - ). .