the error is this
Warning: require_once(../entity/user.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\website\classes\admin_view_controller.php on line 2
Fatal error: Uncaught Error: Failed opening required '../entity/user.php' (include_path='C:\xampp\php\pear\PEAR') in C:\xampp\htdocs\website\classes\admin_view_controller.php:2 Stack trace: #0 C:\xampp\htdocs\website\admin.php(126): include() #1 {main} thrown in C:\xampp\htdocs\website\classes\admin_view_controller.php on line 2
but the program works by admin calls admin controller calls user calls db.php and each return an object to the file that calls it.
I have the files available for admin view controller to read.