I want to make a \"forgot password\" form. For the username field I used the code: $this->form->setValidators(array(
I have a group of model peer classes that should all have the same functions. Rather than copying and pasting to each every time I add a new one to the group, I would rather add the functions to a cla
I have an action that takes POST data secured by sfGuard. This means that if the user is not logged in, the POST data will be sent to the log in form. Ordinarily, this is not a problem, the user co开发
I\'m using Symfony 1.4 and i want to forward in my controller to another controller and action with some parameters.
I\'ve built the following form based on the Symfony tutorial. UsersForm.class.php: class UsersForm extends BaseUsersForm
User: columns: id: type: integer(4) autoincrement: true primary: true username: type: string(255) Group: tableName: group_table
I\'ve found a lot of helpful information about installing Symfony 1.4 on a shared hosting plan, but I\'ve run into a stumbling block that\'s confounded me all day.
I use symfony 1.4 with Doctrine. How to make printable version of page in symfony? I have module \"company\" and I want to make printable version of show action.
I\'m using symfony 1.4 doctrine and I\'m having a problem. I was going to install the sfFormtasticPlugin into Plugins directory. But when I try to install in the command prompt I got this msg \"No rel
I am building a multilingual website with Symfon 1.4/Doctrine, having English language defined as primary.