Update manager.php
This commit is contained in:
parent
67279ed25b
commit
b3362d8a86
@ -18,6 +18,13 @@
|
||||
}
|
||||
|
||||
//Methods:
|
||||
public static function getManager($id){
|
||||
$bd = new Manager_DAO('complucine');
|
||||
if($bd ) {
|
||||
return $bd->GetManager($id);
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
//Getters && Setters:
|
||||
public function setId($id){ $this->_id = $id; }
|
||||
|
Loading…
Reference in New Issue
Block a user