예제 #1
0
 public function getItemCount()
 {
     return Stock::findCnt("closed  <> 1 and store_id=" . $this->page->_store->store_id);
 }