All talks > Talks tagged with request

 
General Symfony 2 discussion • Disabling CSRF validation only.

I have a use case where I need to bind some form data which didn't come from a user request, but th[...]

webservice terminal - developer's tool

Testing any piece of software requires writing another software to test it. Apart from writing automated tests, developers would just like to examine how do some functionalities behave. If the specification changes frequently or the software is deployed in many environments, an easy-access tool[...]

General Symfony 2 discussion • persisting data

Hi,I have the following action methode:Code: public function createAction(Request $request)    {

General Symfony 2 discussion • How can I to get CsrfToken value in template/control ?

Hi all,I want to send ajax POST request like :Code:       jQuery.ajax({        url: HRef,  [...]

PHP autoloader using Zend Framework

Usually each PHP class definition has its own separate file. When writing object-oriented non-framework applications, you may need to include lots of files, each one separately. Moreover, during initial development, file names and paths may change and this can be frustrating to care about. This[...]

General Symfony 2 discussion • Best practise for ajax form submission with jquery

Dear all,I've a question about using Symfony 2-Forms with jquery ajax. With a normal request I subm[...]

Symfony 1.4, function create is not called anymore

I created a form to allow people to register, it worked fine but weeks passed and it is not working anymore. I have my module Inscription with index function : public function executeIndex(sfWebRequest $request) { $this->form = new InscriptionForm(); } In indexSuccess.ph[...]

Symfony2 is not logging exceptions thrown inside custom command

When an error occurs during a normal http request, Symfony2 logs everything (depending on your logging level) and you can see it in dev.log or app.log. But when you get an error during the execution of a custom command, it doesn't log anything. It just shows a red message in stand[...]

Intergrating SimpleSAMLPHP to a an application

I am trying to integrate simpleSAMLphp with my symfony application. My service provider is an external application. My application is working as identity provider. I configured the simpleSAMLphp to return some attributes without checking authentication. I don't know how to initiat[...]

functional tests with sqlite in memory | Symfony 1.4 / Doctrine

I know that already exists some topics about this, but I couldn't get any concrete answer. I already have in memory database in Units Test with: Doctrine_Core::createTablesFromModels(sfConfig::get('sf_lib_dir').'/model'); Doctrine_Core::loadData(sfConfig::get('sf_test_dir').'/php[...]

 
 
 
 
Want to support this service?