I have an admin module, that has a file input filed, where I\'d like to upload a file. I am looking to upload the file to the database as a blob, as this is what I am restricted to. I am aware this is
I understand that Doctrine helps against SQL injection attacks. Does the model_object->save() com开发者_Go百科mand automatically escape unwanted characters, or do I have to write a custom input fil
There was a bug in my application, apparently accent开发者_高级运维s in an email address where not considered an error and the sfMailer was crashing an error because of this.
I need to clear the POST data ($request->getPostParameter()) so that if the user r开发者_开发百科efreshes the page the data does not get resubmitted. How do I do this in symfony? The general rule i
i have the following code: abstract class BaseLpmServiceForm extends BaseFormPropel { public function setup()
I am encountering unexpected behavior with form processing, symfony 1.4 with Doctrine. I have a table which has a many-to-many relationship to itself:
Having the following route: blog_rss_comments: url:/blog/feeds/:type/comments.:sf_format param: {module: blog, action: feedComments }
I am using Symfony 1.4.8 and Propel as ORL. I am sending mails using Symfony miler object, the mail is send properly but it goes to spam folder, is there any way to stop that. the code that i am using
As the title suggest, I\'m looking for a way to validate emails (or other string formats) using the Symfony Framework (without having to use the Form Framework).
I am using symfony 1.4.8 and Propel as ORM. To create a login system I am using sfGuardPlugin. I have configured everything, and the login system is working. But I have a problem in getting the sfGuar