[symfony-users] Re: Trouble whith session and sfWebRequest

2010-06-10 Thread Albert Johé
You can use the correct value before you load the "template". I think that it's really extrange. Thank's a lot for your help. If its a bug, how can i post it to developers? On 10 Juny, 11:08, Albert Johé wrote: > Tom!!! You saved my life!!! I've been hard working in thi

[symfony-users] Re: Trouble whith session and sfWebRequest

2010-06-10 Thread Albert Johé
o a local version of javascript and then it works correctly What the fuck??? On 10 Juny, 10:44, Albert Johé wrote: > If i do a die at the end of the function... the value in the file is > correct. > > Then... how is possible that the value in that file change after the > function?

[symfony-users] Re: Trouble whith session and sfWebRequest

2010-06-10 Thread Albert Johé
If i do a die at the end of the function... the value in the file is correct. Then... how is possible that the value in that file change after the function? Thanks!!! On 10 Juny, 10:37, Albert Johé wrote: > Thank's so much for your attention. > > The URL i'm typing is

[symfony-users] Re: Trouble whith session and sfWebRequest

2010-06-10 Thread Albert Johé
"4" Thank's a lot On 10 Juny, 10:15, Tom Ptacnik wrote: > Show the URL you are typing. > look what echo $request->getParameter('P'); die; shows > > On 9 čvn, 13:40, Albert Johé wrote: > > > > > I have this

[symfony-users] Trouble whith session and sfWebRequest

2010-06-09 Thread Albert Johé
I have this easy function: public function executeGProva(sfWebRequest $request) { file_put_contents('C:\test.txt',$request->getParameter('P')); echo 'File:'.file_get_contents('C:\test.txt'); } Then when i call the url with a P parameter the echo return me the correct value but