PHP Classes

File: cache/_mnt_e40ce98b0ce95956_wamp_www_github_twitter_app_views_layouts_forms_registerform.volt.php

Recommend this page to a friend!
  Classes of Stefan Ninic   PHP Twitter Clone   cache/_mnt_e40ce98b0ce95956_wamp_www_github_twitter_app_views_layouts_forms_registerform.volt.php   Download  
File: cache/_mnt_e40ce98b0ce95956_wamp_www_github_twitter_app_views_layouts_forms_registerform.volt.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Twitter Clone
Social network application similar to Twitter
Author: By
Last change:
Date: 1 year ago
Size: 416 bytes
 

Contents

Class file image Download
<h3>Register</h3>
<form action=<?= $this->url->get('register/') ?> method="post">
  <div class="form-group">
    <?= $form->render('email') ?>
</div>
  <div class="form-group">
    <?= $form->render('password') ?>
</div>
  <div class="form-group">
    <?= $form->render('confirmPassword') ?>
</div>
  <div class="form-group">
    <?= $form->render('csrf') ?>
</div>
  <?= $form->render('Register') ?>
</form>