Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7056259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:50:46+00:00 2026-05-28T03:50:46+00:00

I generated simply model with Symfony. Job: columns: from_get: { type: integer, notnull: true

  • 0

I generated simply model with Symfony.

Job:
  columns:
    from_get:  { type: integer, notnull: true }
    type:         { type: string(255) }

in JobForm.class.php:

$this->setWidget('from_get', new sfWidgetFormInputHidden());

and i have action:

http://mysite.com/job/new?get=3

How can i save id=3 to from_get automatically?

in JobForm.class.php

$this->setDefault('from_get', $this->request->getParemeter('get'));

doesnt working.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:50:46+00:00Added an answer on May 28, 2026 at 3:50 am

    I think the best place to access the request object is your module/action.

    //in your module job
    public function executeNew(sfWebRequest $request)
    {
      $this->form = new JobForm();
      $this->form->setDefault('from_get', $request->getParameter('get'));
    
      //... your code
    }
    

    By the way, you can pass the context to the form via constructor injection. Please read this post to see a possible implementation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following models: class Territory(models.Model): name = models.CharField(max_length=30) power = models.ForeignKey(Power, null=True,
I have created a Entity Framework 4 model with Visual Studio 2010 and generated
I'm wracking my brain on the most simple of things. I have a symfony-generated
I am new to Symfony, trying to create a database structure through build-model then
I have two models for Publications and Employees: class Publication(models.Model): BOOK_CHAPTER = 1 ARTICLE
as per my understanding about mvvm is. there is a model (entity class that
I generated a simple Post scaffold which has title:string body:text category:string . I later
I'm currently attempting to generate form elements in Symfony based on the application's model.
Simple experiment: I created an entity model from Northwind, and find that the generated
I haved generated simple CRUD application from seam-gen using seam generate-ui command, but the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.