Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-02 17:42:58 +02:00
committed by GitHub
parent 85a0ff411d
commit 987fc1a641
8 changed files with 37 additions and 25 deletions

View File

@ -6,7 +6,7 @@
private $_username; //User name.
private $_email; //User email.
private $_password; //User password.
private $_rol; //Type of user: user | manager | admin. --> Será eliminado en la siguiente práctica para usar el modelo relacional de nuestra BD.
private $_rol; //Type of user: user | manager | admin.
//Constructor:
function __construct($id, $username, $email, $password, $rol){