Example #1
0
            <input type="hidden" name="id" value="<?php 
echo $user->getId();
?>
">

            <div class="form-group">
                <label for="lastname">Nom</label>
                <input name="lastname" class="form-control" type="text" value="<?php 
echo $user->getLastName();
?>
"/>
            </div>
            <div class="form-group">
                <label for="firstname">Prénom</label>
                <input name="firstname" class="form-control" type="text" value="<?php 
echo $user->getFirstName();
?>
"/>
            </div>
            <div class="form-group">
                <label for="mail">E-Mail</label>
                <input name="mail" class="form-control" type="email" value="<?php 
echo $user->getMail();
?>
"/>
            </div>
            <div class="form-group">
                <label for="phone">Téléphone</label>
                <input name="phone" class="form-control" type="text" value="<?php 
echo $user->getPhoneNumber();
?>