PHP Classes

File: example/testtemplate.php

Recommend this page to a friend!
  Classes of Jorge Castro   Security One Mysql   example/testtemplate.php   Download  
File: example/testtemplate.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Security One Mysql
Implement a login page for users in a MySQL table
Author: By
Last change:
Date: 1 month ago
Size: 324 bytes
 

Contents

Class file image Download
<?php

use eftec\bladeone\BladeOne;
use
eftec\PdoOne;
use
eftec\SecurityOneMysql;

include
"../vendor/autoload.php";


$blade=new BladeOne("../lib/view","../lib/compile",BladeOne::MODE_AUTO);

echo
$blade->run("registerok",['title'=>111
   
, 'subtitle'=>222
   
, 'logo'=>'icons/mailing.svg'
   
, 'email'=>'aaa@aaa.com']);