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
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):
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
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
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:
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\'));
I use sym开发者_如何学Pythonfony 1.4.11 with Doctrine I have sfGuardUser module in backend. I have sfGuardUserProfile table.
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.
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.
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