projet-php/test.php

20 lines
273 B
PHP
Raw Normal View History

<?php
/**
* Created by PhpStorm.
* User: seekdasky
* Date: 09/12/15
* Time: 11:40
*/
require_once('autoloader.php');
$rdv = new RDV();
2015-12-26 12:22:06 +00:00
?>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<?php
2016-01-03 19:25:25 +00:00
var_dump(RDVRepo::isPossible("2015-12-20 13:40:00",30,60));
2015-12-26 12:22:06 +00:00
?>
</body>
2016-01-03 15:01:38 +00:00
</html>