name = $name; $this->open = $all-$closed; $this->closed = $closed; $this->all = $all; $this->perc = $this->all == 0 ? sprintf("%.2f",100) : sprintf("%.2f", $this->closed / $this->all * 100); } }