Posts by doblotoon • 41 points
1 post
-
3
votes1
answer1994
viewsQ: How to resolve "Fatal error: Uncaught Error: Class 'User' not found"
I created this class (starting now with POO) in the file Funcionarios.php, there it works: class Funcionario{ public $departamento; public $salario; public $dataEntrada; public $cpf; public function…