Namespace declaration statement has to be the very first statement or after any declare call in the script in file D:Xampphtdocsprojectsmulti_vender_siteappModelsUser.php on line 5
// Fatal error: Namespace declaration statement has to be --
// the very first statement in the script in
// Make sure there is no whitespace before your php tag
// whitespace
<?php
namespace HelloWorld
?>