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 6477169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:54:56+00:00 2026-05-25T06:54:56+00:00

In following example, I’d like the default value for $usergroup to be 1. Obviously,

  • 0

In following example, I’d like the default value for $usergroup to be 1. Obviously, I cannot set it to 1 as it expects an Usergroup object.

/**
 * @var integer $usergroup
 *
 * @ORM\ManyToOne(targetEntity="Usergroup")
 */
private $usergroup;

Is it possible to somehow set it to Usergroup object with id of 1 or should I handle it when I’m actually persisting the object?

  • 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-25T06:54:56+00:00Added an answer on May 25, 2026 at 6:54 am

    You should have a service for creating new YourEntity instances. The service will know of to retrieve the default group, or how to create a reference to the default group, and will take care of passing it to the entity’s constructor.

    For example:

    class YourEntityService
    {
        ...
    
        public function createNewYourEntity()
        {
            $defaultGroup = $this->em->getReference('Usergroup', 1);
            return new YourEntity($defaultGroup);
        }
    
        ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following example illustrates how to set a default value for a LINQ to
For the following example: http://developer.yahoo.com/yui/examples/tabview/frommarkup_clean.html I would like to make the tabs right aligned
I have the following example class: Test.h: @interface Test : UIButton { NSString *value;
The following example fails class A class B end end p Object.const_get 'A' #
I have the following (example) array of objects: var theArray = [ {theId:'1', num:
Following example: var ClickedTab = $(this).attr(href).substring(1); $('#loaderDiv').load(TrimedClickedTab + '.html', function() { if (ClickedTab ==
First Example: In the following example: http://jsfiddle.net/maniator/ScTAW/4/ I have this js: var storage =
In the following example, I tried to use uninterpreted Boolean function like (declare-const p
Consider following example : public class SomeBusinessLayerService : DataService<MyEntityContainer> { [WebInvoke] void DoSomething(string someParam)
Example: Suppose in the following example I want to match strings that do not

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.