[symfony-users] Symfony server down

2007-05-26 Thread Matthias Nothhaft
Just wanted to inform about.. Is there someone working on the problem? Regards, Matthias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@go

[symfony-users] Re: Askeet Modifications

2007-05-26 Thread Frank Stelzer
You can call another javascript function, which jumps to the top of the page, when the link_to_remote is done. 'indicator', 'url' => __MY_URL__, 'complete' => "JumpToTop()", ))?> Am 25.05.2007 um 05:26 schrieb Rafael George: > > Hi guys, im changing some stuffs from Askeet, for a pe

[symfony-users] Accessing $_SERVER, mysql version

2007-05-26 Thread Greg Freeman
Does the symfony request have a get method for $_SERVER variables? (such as SERVER_SOFTWARE). Also can you get the sql version with propel/creole? Any help appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

[symfony-users] Re: Accessing $_SERVER, mysql version

2007-05-26 Thread Greg Freeman
I was able to figure out my first question. $this->getRequest()->getHttpHeader('SERVER_SOFTWARE', '') I'm still looking for a way to get the mysql version though. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "s