Add files via upload
This commit is contained in:
@ -18,13 +18,6 @@
|
||||
}
|
||||
|
||||
//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; }
|
||||
|
@ -1,8 +1,6 @@
|
||||
<?php
|
||||
include_once('../dao.php');
|
||||
include_once('manager.php');
|
||||
$template = new Template();
|
||||
$prefix = $template->get_prefix();
|
||||
include_once($prefix.'assets/php/dao.php');
|
||||
|
||||
class Manager_DAO extends DAO {
|
||||
|
||||
|
Reference in New Issue
Block a user