I am using the __(\'text\') construct in symfo开发者_StackOverflow社区ny so I can then internationalise. However I have tried to use it in a setFlash messageas follows
I\'m using symfony 1.4 and it appears that every time a user is authenticated symfony recreates a session for the user. For example, if I visit a site and am not logged in I have a different session i
The idea of the desired filter is to check the memcached for page content with url as a key and if found, return it to client directly from cache and skip the controller altogether. Storing would be d
I use a FormFilter on a class of my model, and it\'s very useful to me. But I need a feature that does not seem to exist.
I\'m not sure if this is a bug, but it sure seems like one to me. When I generate migrations using generate-migrations-diff involving tables that have foreign keys in Symfony, the migrations that res
Maybe I\'ve just been entirely ignorant to the solution to my issue and, hell, maybe it\'s built-in... I just haven\'t been able to find su开发者_开发知识库ch a solution. I\'ve been looking passively
I\'m having an annoying problem. I\'m trying to find out what fields of a form were changed, and then insert that into a table. I managed to var_dump in doUpdateObjectas shown in the following
I\'ve built a backend with a couple of models, one of them, Products, supports image uploading. Locally the file uploading works very fine. When I did the deploy, it stopped working: the form validati
I have generated the Backend Appl开发者_JS百科ication for the Symfony(1.4 and ORM Propel) project, in my Production env. But on calling the URL as http://www.mydomain.com/backend.php it is showing 404
I\'d like to overload the include_http_metas() helper (from the AssetHelper class) in order to make it HTML5 compliant.