You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
445 B
26 lines
445 B
1 year ago
|
<?php
|
||
|
|
||
|
/*include 'dal/gateway/Random.php';
|
||
|
|
||
|
$r=new Random(9);*/
|
||
|
|
||
|
|
||
|
include 'dal/Connection.php';
|
||
|
|
||
|
include 'dal/gateway/AlumniGateway.php';
|
||
|
include 'dal/gateway/ProfilGateway.php';
|
||
|
|
||
|
include 'config/config.php';
|
||
|
|
||
|
|
||
|
$co=new Connection($base,$login,$mdp);
|
||
|
$gat = new ProfilGateway($co);
|
||
|
//$gat->insertAlumni('faa','fua','fia');
|
||
|
//$gat->deleteAlumni(13);
|
||
|
|
||
|
/*$gat->modifieMdp(10,'Bwaaa');
|
||
|
*/
|
||
|
//$gat->recupereAlumni(10);
|
||
|
//$gat->recupereDataAlumni();
|
||
|
|
||
|
?>
|