symfony-forms
"Reply " to message in symfony forms
I use symfony 1.4.11 with Doctrine. I have private messages in my site, And I want to make possibility , that user can \"reply\" for a message. I try change \"edit\" method, but I do not now is this a[详细]
2023-03-17 08:16 分类:问答Symfony2 form - data never bound to it
I have a simple form in Symfony2 (beta 5), but the post data is never bound to the form. Here are my classes (trimmed for brevity):[详细]
2023-03-14 11:40 分类:问答how can I create a span element in form class in symfony 1.4
Is there any way to add custom form-field element in the form class? i.e. I want to add a span element just after the email element in the UsersForm class. Here is the code[详细]
2023-03-14 09:41 分类:问答Symfony2 form submission error (setting a relation before submitting)
Here\'s my paste: https://gist.github.com/1026584 The above produces the error: Fatal error: method_exists(): The script tried to execute a method or access a property of an incomplete object. Ple[详细]
2023-03-12 21:19 分类:问答Symfony: problem saving a form object
I am using SF 1.4.8 with Propel ORM for a project. I have an action that allows a user to save their user profile. It looks something like this:[详细]
2023-03-11 22:52 分类:问答symfony file-input widget problem
in my RcProfileTableForm.class.php i have this line for file input: $this->widgetSchema[\'file\']= new sfWidgetFormInputFile(array(\'label\' => \'Profile Pic\'),array(\'class\' => \'file_input\'));[详细]
2023-03-11 20:31 分类:问答Backend sfGuardUser module
I use sym开发者_如何学Pythonfony 1.4.11 with Doctrine I have sfGuardUser module in backend. I have sfGuardUserProfile table.[详细]
2023-03-11 00:00 分类:问答Symfony set hidden value after submit
I have a form with 2 input fields email and password(hidden) . I\'m trying to generate a random value as below but failed to bind password(hidden) value after submit.[详细]
2023-03-09 02:28 分类:问答Symfony foreach show numbering
I have a form show a list of id and emails from database with the code below. I wonder if there anyway to include numbering in order instead of using the id.[详细]
2023-03-08 16:40 分类:问答Symfony: Widget schema does not include the following field(s): title
I\'m working in a symfony-based project. I did not do. The page works in a simple webserver (debian+apache+php) and i move this from my home server, with Debian + Nginx + php-fpm, this works, but it[详细]
2023-03-08 08:43 分类:问答