[symfony-users] Re: We are facing some issues with symfony backend.

2010-07-26 Thread brajesh
ss UserForm extends BaseUserForm > { > public function configure() > { > unset($this['middle_initial']); > } > > } > > On Jul 24, 3:50 am, brajesh wrote: > > > Hi Friends, > > > The backend displlays the NULL values stored in db as bl

[symfony-users] We are facing some issues with symfony backend.

2010-07-24 Thread brajesh
Hi Friends, The backend displlays the NULL values stored in db as blank textboxes. When no values are entered in the backend tool, it is stored as a blank value in the database rather than a NULL value. How can I set it as a NULL value? Please help... Thanks Brajesh -- If you want to report a

[symfony-users] need data base update from SMS responce

2010-05-18 Thread brajesh
Hi friends, i m user some API to send sms notification and i want to update my table through the SMS response. can anyone help me? Thanks brajesh -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

[symfony-users] filter is working properly

2009-01-20 Thread brajesh
hello, i m using a requestfilter and want to execute it on every request (ajax and non ajax both). but it is execute only page load. how can i execute it on all request? any one help me ? thanks --~--~-~--~~~---~--~~ You received this messa

[symfony-users] Handling session timeout...

2008-12-17 Thread brajesh
How can I handle automated session timeout, so that the user is taken to a login page, or shown a message like, "You have been logged out because of timeout"...? Is there some callback mechanism in Symfony 1.0 for this? - Thanks... --~--~-~--~~~---~--~~ You receiv

[symfony-users] Re: action which returns an image doesn't work anymore im Symfony 1.2

2008-11-24 Thread brajesh
I am facing similar issue in 1.0 ... In my case, the content type remains set to "text/html" in spite of setting it to "image/jpeg" in the action... On Nov 12, 2:48 am, Eno <[EMAIL PROTECTED]> wrote: > On Nov 7, 5:29 pm, Samir <[EMAIL PROTECTED]> wrote: > > > Well, when I call the URL of the act

[symfony-users] isFirstCall() not working in Symfony 1.0?

2008-09-13 Thread brajesh
I am trying to create a "Remember Me" filter with a persistent cookie... It's working fine except that it's getting called every time in spite of putting if ($this->isFirstCall()) in the execute method... Do I need to set anything else to make the filter to be called only once in that session? -

[symfony-users] Re: Using Routing API for parsing

2008-09-12 Thread brajesh
)->getRouting()->findRoute($your_db_route_string); > > > which will return you an array containg the yml information. > > > I am not sure how this will be for 1.2 as Fabien is currently refactoring > > > this part, but I assume that you will have the same capabilitie

[symfony-users] Using Routing API for parsing

2008-09-11 Thread brajesh
Hi friends, Can we use the routing module's parsing code, for parsing some URL's on demand? For example, I have a URL stored in DB...I need to parse it using the same rules that I have defined in routing.yml... Thanks... --~--~-~--~~~---~--~~ You received this me

[symfony-users] Symfony 1.0 calendar not working in IE7

2008-09-03 Thread brajesh
The DIV of the calendar doesn't render properly in IE7... It's working fine in IE6 and Firefox... We are not doing anything complicated...just a regular usage like this - Any suggestions? --~--~-~--~~~---~--~~ You received this message because you are subscribe

[symfony-users] store user information in session as associative array

2008-05-03 Thread brajesh
i want to store some data about user in session as associative array.i want use symfony session,can i use sf_user with associative array? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post

[symfony-users] window.location not working properly in ie

2008-04-19 Thread brajesh
offset: 0, limit: 1 Apr 19 17:03:28 symfony [info] {sfCreole} executeQuery(): [0.16 ms] SELECT city.ID, city.CITY, city.STATE_ID, city.LATITUDE, city.LONGITUDE, city.GEOCODABLE FROM city WHERE city.CITY='Gurgaon' LIMIT 1 Apr 19 17:03:28 symfony [info] {sfCreole} prepareStatement(): SELECT