Zabrałem się za ogarnięcie frameworku Symfony i mam problem. Mianowicie taki komunikat dostaje gdy odpale app_dev.php"
FatalErrorException: Compile Error: Namespace declaration statement has to be the very first statement in the script in
Tak sie sklada ,ze wyrazenie namespace jest pierwsze w skrycie, ponizej caly kod:
<?php namespace dawkub\CmsBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; class PageController extends Controller { public function indexAction() { return $this->render('dawkubCmsBundle:Page:index.html.twig'); } } ?>
Jakies pomysly czym to jest spowodowane ?