Current File : /home/inlingua/public_html/noida/icentex_noida/iNDEED/ingl_houses.view.php
<?php
// Copyright, Panalink Infotech Limited. Created on: 20-05-2012

// Include header
include "header.php";

echo $succFailMesg; 
?>

<table border='0' class='pa-nor pa-table'>
<tr valign='top'><td>house</td><td><?php echo $dbObject->getDbField('house');?>&nbsp;</td></tr>
<tr valign='top'><td>createDate</td><td><?php echo $dbObject->getDbField('createDate');?>&nbsp;</td></tr>
<tr valign='top'><td>modifyDate</td><td><?php echo $dbObject->getDbField('modifyDate');?>&nbsp;</td></tr>
</table>



<?php
// Include footer
include "footer.php";
?>