it has been done with phpstorm, and before most of the code there is extension like : \mvc\SecSite::$contents['second'] = "Image";
for example , normally if i want to add a new name into a form , then i can simple add like Username:<br />
<input type="text" name="username" value=...
but in my file i need to do that like : mvc\SecSite::$contents['second'] = "Username ";
its too difficult for me to go through all the codes and made changes
have you any suggestion please ?