My application makes use of the sfGuardUser plugin.One of my tables has a relation onto the sf_guard_user table so there is a corresponding setSfGuardUser() function in the base model.From Actions.cla
I am writing an application using Symfony.I have some reusable components that I don\'t want to put into the main Symfony modules; i开发者_如何学Gonstead, they are in the lib directory.
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 know that the architecture is different in symfony 开发者_开发问答2.0 but im learning 1.4 right now.
hey, I am a newbie in symfony. I am following this joobet tutorial on symfony-project.com, I am on there day 3 http://www.symfony-project.org/jobeet/1_4/Doctrine/en/03
I\'m having some trouble with the following... I have a sfGuardUser table set up normally, and it has a one-to-one relationship with a Profile table, which contains some additional user info.
I have a form to edit a UserProfile which is stored in mysql db. Which includes the following custom configuration:
I have a database schema in Symfony like this: Persona: actAs: { Timestampable: ~ } columns: primer_nombre:{ type: string(255), notnull: true }
I\'m tring to customize error rendering in my form according to this example. Here is my code: if ($this[\'message\']->hasError()) {
I created an error500.php file in web/errors/ and would now like to tes开发者_如何学Ct it. I tried to put this line in one of my actions: