As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I know that within Symfony2\'s configuration, there is no reference to the base url, as there is no request; the application could either run in cli or within a web server, and therefore we cannot rel
I have a service defined in my config.yml services: kinorm_pdo: class: Pate\\KinormBundle\\Dbal\\Db arguments: [%kinorm.db_driver%,%kinorm.db_user%,%kinorm.db_pass%,%kinorm.db_name%,%kinorm.db_host%,
My site is using a third party service for authentication as well as other bits of functionality so I have setup a service that does all the API calls for me and it\'s this service that I need to be a
I have following table (type, id, title). When new object is created and type=1 id should be 1, next object with type=1 id=2... But 开发者_如何学Gowhen I create object with type=2 id should be 1.
I\'m currently testing different PHP frameworks to see witch开发者_JS百科 on my going to use for my next project. I just installed Symfony2 on my web server. When trying to access the Symfony/web/conf
I want to retrive an http external image an copy it to a folder on my server (eg. /images/example.jpg)
Here\'s my paste: https://gist.github.com/1026584 The above produces the error: Fatal error: method_exists(): The script tried to execute a method or access a property of an incomplete object. Ple
I use the FOSUserBundle and in my User class I want two开发者_如何学Python things: a user can invite another user for friendship. The friend has to confirm that friendship. Therefor a user has two a
As you may know, in order to pass user\'s informations(signed_request) to your app, Facebook access canvas(ie: iframe) applications by