I am new to Symfony and I need to work to a large project with many themes to modify them. How can I find where actually is the theme file in which module, just looking at the开发者_如何学C HTML brows
I generated the module \"picture\" and now I\'m trying to call the action \"delete\" this way: frontend_dev.php/picture/delete/id/1
I am trying to create d开发者_Python百科ynamic subdomains in .htaccess. I want something like this:
I am using fixtures to generate data for my symfony project, but for some reason the following error keeps getting thrown:
I Currently writing a form for user to create a new record that require user\'s IP address. I have this ready: $this->getObject()->setIp(ip2long($sf_request->getRequest()->getHttpHeader (
I\'m making a webservice with the ckWebServicePlugin in symfony. I managed to make a method with a simple type in parameter and a complex type in return and it worked well, but when i tried to get an
I have in my database the ff. float: 1 1.5 1.7 2 I need to keep this as is in the program, but somehow symfony automatically convert these to ff by default:
I\'m trying to make my webservice in symfony with NuSOAP. I also made a client for test purpose. I managed to make it work in my /web/ directory, but i can\'t access my symfony methods from there.
I have been trying to run a symfony project I created recently using symfony 1.4. But pointing to the url (xyz.in) simply shows up the directory structure of the application
I have a many to many relation between Product and Properties. I\'m using embedRelation() in my Product form to edit a Product and it\'s Properties. Properties includes images which causes my issue. E