Exemplo n.º 1
0
	<td>Work Experience:(in Years)</td>
	<td>&nbsp;<?php 
//echo $employee->getExperienceYear();
?>
</td>
	<td>Employment Date:</td>
	<td>&nbsp;<?php 
echo $employee->getEmploymentDate('d-M-Y');
?>
 </td>
</tr>

<tr class="datagrid">
	<td>Local Resident:</td>
	<td>&nbsp;<?php 
echo Constant::GetBooleanWord($employee->getLocalResident());
?>
</td>
	<td colspan="2">&nbsp;</td>
	</tr>

<tr>
	<td colspan="4" height="40">&nbsp;</td>
</tr>


<tr class="datagrid">
	<th colspan="4">System Authentication Information</th>
</tr>