예제 #1
0
파일: performa3.php 프로젝트: hpie/hpie
		        Vol
		      </td>
		      <td class='completeRight'>
		        Count
		      </td>
		      <td>
		        Vol
		      </td>
		      <td>
		        Count
		      </td>
		    </tr>
		      <?php 
        foreach ($allForestPoints as $id => $name) {
            if ($id == -1 || $id == 0) {
                $timberInoutDetail = $markDetail->getForestInOutDetail($key, $year);
            } else {
                $timberInoutDetail = $markDetail->getPointInOutDetail($key, $id, $year);
            }
            $previousDetail = array();
            if ($id == -1 || $id == 0) {
                $previousDetail = $markDetail->getForestPrevInOutDetail($key, $year, $treeId);
            } else {
                $previousDetail = $markDetail->getPointPrevInOutDetail($key, $year, $id, $treeId);
            }
            ?>
				<tr>
					<td><?php 
            echo $name;
            ?>
</td>