예제 #1
0
foreach ($formData as $key => $val) {
    if (is_array($val)) {
        foreach ($val as $subKey => $subVal) {
            echo htmlGmp::hidden($key . '[' . $subKey . ']', array('value' => $subVal));
        }
    } else {
        echo htmlGmp::hidden($key, array('value' => $val));
    }
}
?>
        <table width="100%">
            <tr>
                <td><?php 
langGmp::_e('Delete All data include Maps and Markers');
?>
:</td>
                <td><?php 
echo htmlGmp::radiobuttons('deleteAllData', array('options' => array('No', 'Yes')));
?>
</td>
            </tr>
        </table>
    <?php 
echo htmlGmp::submit('toeGo', array('value' => langGmp::_('Done')));
?>
    <?php 
echo htmlGmp::formEnd();
?>
    </div>
</body>
</html>