PHP Classes

File: app/views/layouts/forms/loginForm.volt

Recommend this page to a friend!
  Classes of Stefan Ninic   PHP Twitter Clone   app/views/layouts/forms/loginForm.volt   Download  
File: app/views/layouts/forms/loginForm.volt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Twitter Clone
Social network application similar to Twitter
Author: By
Last change:
Date: 1 year ago
Size: 337 bytes
 

Contents

Class file image Download
<h3>Login</h3> <form action= {{ url.get('login/') }} method="post"> <div class="form-group"> {{ loginForm.render('loginEmail') }} </div> <div class="form-group"> {{ loginForm.render('loginPassword') }} </div> <div class="form-group"> {{ loginForm.render('csrf') }} </div> {{ loginForm.render('Login') }} </form>