ProductController::__construct()
から基本メソッドを呼び出しています。DoctrineBundleがベースコントローラのアプリケーションに登録されていません
ProductController
は、BaseController
です。
BaseController
は、Controller
です。それは私に蛇腹画像に見られる
Error: Call to a member function has() on null -- The DoctrineBundle is not registered in your application.
を示している$this->getDoctrine()
実行中
ベロー線BaseController
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
で存在もあります。
私はsymfonyの基本コントローラクラスはメソッドsetContainer
を持ってContainerAwareInterface
インタフェースを実装symfonyの2.7
'app/config/config.yml'ファイルを追加してください – Mcsky
https://www.i.imgur.com/iKhVvSy.jpg https://www.i.imgur.com/nQRBqHH.jpg https:/ /www.i.imgur.com/55kQp4b.jpg @Mcsky –