tribal,
il y a 10 ans
Did you declare your class ?
good morning evreyone I have problem when I was watching "Tutoriel PHP - Développer un site : Jour 2, La structure PHP"
from grafikart I tried to do the same in 29:35 min
and I get the "Fatal error: Class 'PagesController' not found in C:\wamp\www\test\Mon_projet\Body\Dispatcher.php on line 24"
so someone can help me
Did you declare your class ?
Hi,
I think, the problem isn't the Dispatcher class but your class PagesController in line 24
Maybe use a "require" for include your class and "use" if the class have a namespace
hope, I help you
Hi everyone
Solution : I forgot put namepace before declare my class :D