added mariadb test on view.homepage

This commit is contained in:
xdrm-brackets 2018-02-17 19:21:15 +01:00
parent e977da1636
commit fd8a192d7c
1 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
<?php
<?php use \database\core\DatabaseDriver;
echo "home page";
echo "<pre>";
echo "home page\n";
print_r( DatabaseDriver::getPDO()->query("show databases;")->fetchAll() );
echo "</pre>";