hey folks, this is a really simple question. I\'d like symfony to dump everything on its mind to the browser. I deployed to production, and nothing\'s working. not the logs, not the views, nothing. I
im using symfony with doctrine and zend. i wo开发者_JAVA技巧nder if i wanna validate the user input data, should i use validation from symfony, zend or even doctrine?
I need your opinion about this code below. I have a list of messages: each message has a link that change the state
my basic database setup is: User:... Info: relations: User: { foreignType:one } When displaying information on the user it takes: 1 query to find info on the user, and 1 query to find additional in
I am using Symfony 1.3.2 on Ubuntu and I have a form that contains several widgets. One widget is the sfWidgetFormInputFile, which allows a user to select a picture.
I\'m using Symfony 1.4.4 and Doctrine and I need to upload an image on the server. I\'ve done that hundreds of times without any problem but this time something weird happens : instead of the filenam
I\'m using Symfony 1.4 with Doctrine. Sorry if this is a silly question but what exactly does one need to build on top of the sfDoctrineGuardPlugin to get the \"remember me\" functionality working?
I have some e开发者_StackOverflow社区xtremely complex queries that I need to use to generate a report in my application. I\'m using symfony as my framework and doctrine as my ORM.
I want to make it so that anytime the db is queried for an sfGuardUserProfile it is autmoatically joined and hydrated with its related sfGuardUser.
Not so much of a question as such but I am about to start a project using Extjs (www.extjs.com) and Symfony (www.symfony-project.org).