< /p>
Is there any problem with writing like this?
$this->file_path
$this->$file_path
? ? Grammatical error?
$this->file_path;
There is an extra $. Using an IDE like phpstorm should be able to prompt such an error.
$this->file_path
? ? Grammatical error?
There is an extra $. Using an IDE like phpstorm should be able to prompt such an error.