public function __construct() { parent::__construct(); $this->view = new View(); $this->view->assign('action', ''); $this->view->assign('controller', 'User'); $this->view->assign('username', $this->user->getName()); $this->user->setPdo(new \PDO(DB_DSN, DB_USER, DB_PASS)); }
public function __construct() { parent::__construct(); }