Initial commit for radiantrh project
This commit is contained in:
14
Cron/Societeuser.php
Executable file
14
Cron/Societeuser.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
require_once 'Modele.php';
|
||||
|
||||
class Societeuser extends Modele {
|
||||
|
||||
public function getparametressociete()
|
||||
{
|
||||
$sql = 'select * from societeuser';
|
||||
|
||||
$societe = $this->executerRequete($sql);
|
||||
return $societe->fetch(PDO::FETCH_ASSOC);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user