Symfony 1.4 is set up as the only virtual host in my Apache config. Should I make use of the Apache access logs and 开发者_StackOverflow中文版error logs or does symfony take care of both of these for
I use symfony 1.4.12 with doctrine. I have sfGuardUser table; I can count all records like this: 开发者_如何学编程 $count_user=Doctrine::getTable(\'sfGuardUser\')->count();
I use symfony 1.4.12 with Zend Lucene. And I make custom search, I have field like category, country...I create module and I have MysearchSucess.php and there I write hardcode, like :
How to set session timeout in sym开发者_开发问答fony 1.4 from an action?Try adding a timestamp parameter to the session when its created. Then in your actions just check this timestamp is not too old.
tl;dr: I need to show data from two different tables in the list view of the Symfony admin generator (preferably via a JOIN statement)
I do have an module e.g. account. Of course you will find a file called in acount/actions/开发者_如何转开发action.class.php.
I have an application with people and groups in Symfony, where a person may have a membership with multiple groups. To remove a person from a group, I currently have an acti开发者_开发百科on in a \'gr
I am trying to install symfony from subversion but when I try to commit, I have to login. The steps I did:
I have a symfony project where the user can search for products. This works fine while searching from an unsecured module. E.g. the landing page.
I am struggling with the custom validation in symfony/doctrine. I made three widgets: sfWidgetFormDateTimeAmPm,