我如何在SYmfony 2中使用自定义类?
我创建了类"Social"
,其中我定义了名称空间"namespace W4Pro\Social Bundle\Class"
并位于目录"W4Pro\SocialBundle\Class"
中。现在我想在我的控制器"W4Pro\SocialBundle\Controller\DefaultController"
中使用这个类,我使用了这个"use W4Pro\SocialBundle\Class\Social;"
但是当我运行页面时我收到了错误
Cannot import resource "C:\xampp1\htdocs\test\src\W4Pro\SocialBundle/Controller/" from "C:/xampp1/htdocs/test/app/config\routing.yml". (Class W4Pro\SocialBundle\Controller\Social does not exist)