[symfony-users] Symfony developer per hour salary

2009-12-13 Thread Łukasz Wojciechowski
Hello I'm Polish and I live in Poland. Recently I was hired by a company based in Canada to work on symfony based project. Project started when symfony 1.0 was stable version. Im responsible for: - code refactoring: - cleaning up PHP notices - DRY'ing some obvious parts of the code - moving

Re: [symfony-users] file_link_format for PDT/eclipse

2009-12-11 Thread Łukasz Wojciechowski
Hi First check If You can load a specific file when running Your IDE. I have managed to get this working with netbeans and to open a file in netbeans it is just to run: netbeans FILE_PATH:LINE_NUMBER Check what it looks like in PDT and adjust those instructions accodringly. So assuming that You

[symfony-users] Re: How can I initiate cookie based session with session id passed in URL in first request ?

2009-11-07 Thread Łukasz Wojciechowski
Gábor, thank You for Your concern Im not going to use this in any public available project and Im aware of opening my app for Session fixation threat. Im still interested how this could be done. -- Pozdrawiam Łukasz Wojciechowski New Generation Software +48 602 214 629 http://www.ngsoft.pl

[symfony-users] How can I initiate cookie based session with session id passed in URL in first request ?

2009-10-05 Thread Łukasz Wojciechowski
Hi all Baiscally Im trying to force session handler to use session id passed in URL and create session cookie so that in next requests I won't have to pass session id again. I can get access to concrete session data by using known session id and if I pass it in URL like that:

[symfony-users] Re: Admin Generator compatibility

2009-08-30 Thread Łukasz Wojciechowski
regards Łukasz Wojciechowski New Generation Software +48 602 214 629 http://www.ngsoft.pl 2009/8/29 Matías López lopezmat...@gmail.com: Hello All, I'm starting a new project and I would like to know if in the long term the current admin generator will be compatible with newer versions like 1.4

[symfony-users] Re: pass default values via constructor in doctrine/propel form

2009-08-25 Thread Łukasz Wojciechowski
() in actions class where You can set default value for hidden field. I'm not sure if this is the best way. -- Best regards Łukasz Wojciechowski New Generation Software +48 602 214 629 http://www.ngsoft.pl --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: nested forms

2009-07-30 Thread Łukasz Wojciechowski
was using embedFormForEach and there was more than one embedded form - only the last one was saved to database. When I used embedForm in a loop then all records was saved to database properly. good luck -- Best regards Łukasz Wojciechowski New Generation Software +48 602 214 629 http

[symfony-users] Re: nested forms

2009-07-30 Thread Łukasz Wojciechowski
get the same effect. In my case when I was using embedFormForEach and there was more than one embedded form - only the last one was saved to database. When I used embedForm in a loop then all records was saved to database properly. good luck -- Best regards Łukasz Wojciechowski New

[symfony-users] How to return response slots content as JSON data ?

2009-07-29 Thread Łukasz Wojciechowski
for your help and sorry for my creepy English -- Best regards Łukasz Wojciechowski New Generation Software +48 602 214 629 http://www.ngsoft.pl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post