Questions tagged [symfony-1.4]

Questions about Symfony version 1.4, a PHP framework by Sensio Labs.

Symfony is a PHP Web Development Framework developed and maintained by Sensio Labs.

The symfony 1.4 version is the last Long Term Support release for the symfony 1.x branch and it is maintained until November 2012.

You will find more information about documentation, detailed installation guide and changelog on the official website.

This tag is specific for the 1.4 version of Symfony. See the tag for Symfony 1.x in general. If your question targets Symfony 2.x, use instead.

Symfony 1.4 is released under the MIT license.

2428 questions
0
votes
1 answer

Symfony doctrine , unique records

I use symfony 1.4.11 with doctrine.This is one of my tables: Subscriptions: connection: doctrine tableName: subscriptions columns: user_id: { type: integer(4), primary: true } category_id: { type: integer(4), primary: true } …
denys281
  • 2,004
  • 2
  • 19
  • 38
0
votes
2 answers

Redirect back to list on syfmony generated form?

I've generated an admin section with Propel on syfmony. When I have added an item I wish it to redirect back to the list, and not to an edit view. In fact, I actually want to remove the edit page as for these objects only new instances are allowed -…
Tjorriemorrie
  • 16,818
  • 20
  • 89
  • 131
0
votes
1 answer

How do I pass a parameter from URL to an admin generated form?

I have two models namely 'Client' and 'Pet' which have admin generated modules for each. There is a one-to-many relationship involved so I want to be able to create a new Pet using a cid (client id) specified in the URL (i.e. /pet/new/cid/6) I…
0
votes
1 answer

Reusing actions in symfony

Let's say we have an Article model and a Comment model. Article: columns: body: text Comment: columns: article_id: integer message: text relations: Article: local: article_id foreign: id foreignAlias:…
Dziamid
  • 11,225
  • 12
  • 69
  • 104
0
votes
1 answer

Is there a smart way to override form action links in sfDoctrineGuard plugin?

I've set up my Symfony 1.4 project to route /admin in the URL to my backend app. This works fine until I want to edit a user or interact with the generated forms in any way. This is because the generated links are not aware of my /admin prefix. Is…
codecowboy
  • 9,835
  • 18
  • 79
  • 134
0
votes
1 answer

sfDependantSelectPlugin "no release available for plugin..."

While Installing the sfDependentSelectPlugin-0.1.6, we find a notice like: [[[no release available for plugin "sfDependantSelectPlugin" in state "stable"]]] Is it a normal notice? or we have to do something to resolve it before continuing to…
LJme
  • 81
  • 1
  • 4
  • 12
0
votes
4 answers

Symfony 1.4 can't get submitted files

must be some thing simply resolving, but as a beginner, i've already spend 2 days trying to find out. I'm having a simple form ("enctype="multipart/form-data") with few inputs of text and file. I can't get what's wrong, i can get user's text data…
bduisenov
  • 3
  • 1
  • 3
0
votes
1 answer

symfony - populating multiple drop down select lists (AJAX) - UPDATED

I have a form, with 2 fields, that are select lists. I need to select an option from select_list_1 that then populates select_list_2 I have the following in my template: