I have a problem when loading a symfony URL like this <li><a id=\"offers\" type=\"button\">Offers</a></li>
The primary key is Id, but i want to check if already exists a record in db with same acronym, and if not, insert a new one, if exists, I need to do an update. I wrote this code, but it doesn\'t work.
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
Thanks a lot for recent help. It works really well, but now I am having some problems with this code.
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.