2016-11-22 10:06:03 +00:00
|
|
|
<?php define('__ROOT__', dirname(__DIR__));
|
|
|
|
|
|
|
|
require_once __ROOT__.'/autoloader.php';
|
|
|
|
|
|
|
|
use \lightdb\core\lightdb;
|
|
|
|
|
|
|
|
$sl = new lightdb('subject');
|
|
|
|
$cl = new lightdb('contact');
|
|
|
|
|
2016-11-22 13:30:34 +00:00
|
|
|
var_dump("New subject survey");
|
2016-11-22 10:06:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
?>
|