开发者

Passing PHP arguments into NetBeans into a page that features symfony url-routing

开发者 https://www.devze.com 2022-12-16 00:22 出处:网络
I am doing the Jobeet tutorial that features url routing.The url routing (I think that\'s the proper term) makes urls look like this

I am doing the Jobeet tutorial that features url routing. The url routing (I think that's the proper term) makes urls look like this

http://localhost:8080/frontend_dev.php/job/extreme-sensio/paris-france/2/web-designer

I would like to debug开发者_运维知识库 into this page however I cannot properly pass arguments into NetBeans. I set the arguments in NetBeans "Run Configuration" area to this

job/extreme-sensio/paris-france/2/web-designer

however the url that is executed is this (notice the ? that NetBeans automatically appends to index file) http://localhost:8080/frontend_dev.php?job/extreme-sensio/paris-france/2/web-designer

Because of the ? it doesn't work properly. Thanks in advance.


Hy look again under the Project Properties to obtain, since you can specify at run Command Line argument.

0

精彩评论

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