-2
So I’m having trouble making the include. I have performed this same method several times to address the file that is in the controller folder, but now it is not working. What can be?
include_once $_SERVER['DOCUMENT_ROOT']."/controleEstoque/controller/MaterialController.class.php";
$cMaterial = new MaterialController();
Problem solved. The problem is that I was just starting the tag with
Important you [Dit] your post and explain in detail the problem by describing what you tried and where is the current difficulty. Requests for mere code debug ready, tutorials and/or things involving more than one subject in the same post usually do not fit the site scope. Links to better understand how Sopt works: [Tour], [Ask], Manual on how NOT to ask questions and [Help]. If you are unsure of any particular detail, reducing the code to a [MCVE] can help a lot. Fundamental not posting text as image.
– Bacco
Okay, no problem. I was tested, I couldn’t find the answer. I’m new around here, so I’m learning, but thanks. :)
– Schilin