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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T03:12:30+00:00 2026-06-03T03:12:30+00:00

i have two models. Batch and Subject. The relation between them are Batch HAS_MANY

  • 0

i have two models. Batch and Subject. The relation between them are Batch HAS_MANY Subjects. The problem is that three subject are MUST and for all batches. How can i implement this fixed values (the three subjects) in the model?

  • 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-06-03T03:12:31+00:00Added an answer on June 3, 2026 at 3:12 am

    If you really don’t want to store the 3 default subjects in the database, you could write a function that returns the default subjects combined with any subjects that are actually related to the Batch object.

    Assuming your relation is called ‘subjects’:

    class Batch extends CActiveRecord
    {
      ...
      public function getAllSubjects()
      {
        $subject1 = new Subject;
        ...
        $subject2 = new Subject;
        ...
        $subject3 = new Subject;
        ...
        return array($subject1, $subject2, $subject3) + $this->subjects;
      }
    

    The limitation is that you can’t reference the default subjects in database criteria, and you have to make sure to use $model->allSubjects instead of $model->subjects

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

Sidebar

Related Questions

I have two models class User < ActiveRecord::Base has_many :posts searchable do text :post_titles
I have two models, Article and Post that both inherit from a base model
I have two models. We'll call them object A and object B. Their design
I have two models Company and Role related by has_many and belongs_to association respectively.
I have two models Horse and Race. class Horse < ActiveRecord::Base has_many :races end
I have two models Project and UrlList . A project :has_many url_list and a
I have two models that I would like to present in a single Yii
I have two Models, one that has the name Exam and one that has
I have two models in Django linked together by ManyToMany relation like this: class
I have two models: call them questions and answers: class FacetQuestion(models.Model): the_question = models.CharField(max_length=50)

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.