Posts by Regis Lima • 1 point
2 posts
-
-1
votes1
answer93
viewsA: Error with namespace
The error is in the namespace declaration being after the use declarations. Just reverse it works. namespace Livro\Widgets\Form; use Livro\Control\ActionInterface; use…
-
-1
votes1
answer93
viewsQ: Error with namespace
I have the following folder structure: Inside the Form folder there is a file called Form.php (among others). Form.php belongs to the 'Book Widgets Form' namespace. There is another folder with the…