开发者

symfony program hangs up when calling database

Hi I am using the Doctrine ORM with symphony, was able to build the tables with the database generator but when I try to r开发者_如何学JAVAun the http://localhost:8080//frontend_dev.php/cines it hangs up on the line with the query as I can see in the log symfony [info] {Doctrine_Connection_Mysql} query : etc.

what can I do to fix this?


From what you've mentioned it sounds like you haven't set up your models. You can do so by typing:

$php symfony doctrine:build --all --no-confirmation 

at the command line. Hope this helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜