PHP Classes

File: app/views/default/loginform.php

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   app/views/default/loginform.php   Download  
File: app/views/default/loginform.php
Role: Example script
Content type: text/plain
Description: Example script
Class: MicroPHP Framework
MVC framework for Web or command line applications
Author: By
Last change: Update of app/views/default/loginform.php
Date: 1 month ago
Size: 307 bytes
 

Contents

Class file image Download
<?php

use Micro\Web\Html\Html;

return [
   
'description' => Html::heading(2, '????????'),
   
'elements' => [
       
'login' => ['type' => 'textFieldRow'],
       
'password' => ['type' => 'passwordFieldRow']
    ],
   
'buttons' => ['login' => ['type' => 'submit', 'label' => '?????']]
];