Update manager.php
This commit is contained in:
		| @@ -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; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user