PHP Classes

File: cache/_mnt_e40ce98b0ce95956_wamp_www_github_twitter_app_views_layouts_forms_loginform.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_loginform.volt.php   Download  
File: cache/_mnt_e40ce98b0ce95956_wamp_www_github_twitter_app_views_layouts_forms_loginform.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: 358 bytes
 

Contents

Class file image Download
<h3>Login</h3>
<form action= <?= $this->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>