I made a php named ControllerU.php file to study and it gives me a Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) in C:\wamp\www\practica\model\User.php on line 14 the file only has
<?php
require_once "../model/User.php";
?>