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

  • Home
  • SEARCH
  • 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 7983213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:53:50+00:00 2026-06-04T10:53:50+00:00

Is there a way to dynamically modify the criteria given in Yii’s relations model?

  • 0

Is there a way to dynamically modify the criteria given in Yii’s relations model?

For example, I have this relationship in a Game model that will give me all of the points earned for it

'total_points' => [self::STAT, 'Point', 'game_id', 'select' => 'SUM(earned)']

This works just fine. However, I want to be able to pare this down based on a specific user ID chosen dynamically.

How would I create a method like the following that would return total_points earned in this game for a specific, changing user, where user_id is an attribute of the Point model?

function getUserPoints($user_id) {
    return $this->someCriteriaChangingMethod('user_id = $user_id')->total_points;
}
  • 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-04T10:53:51+00:00Added an answer on June 4, 2026 at 10:53 am

    By yii guide this should work:

    $model->total_points(array(
        'condition' => "user_id = :uId",
        'params' => array(':uId' => $user_id),
    ));
    

    Is this what you want?

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

Sidebar

Related Questions

Is there a way to dynamically create arrays in Ruby? For example, let's say
I'd like to know if there is a way to dynamically modify/access the data
Is there a way to dynamically identify design time properties in C#? For example:
I have a aspxgridview control from DevXpress. Is there a way to dynamically specify
Is there any way to dynamically generate an swf file? Or insert variables after
Is there a way to dynamically set the ListId field in the ListView control.
Is there a way to dynamically create a selectItem list? I dont really want
Is there a way to dynamically and conditionally create a class definition in PHP,
Is there a way to dynamically create a kind of sub-domain that goes between
Is there an easy way of dynamically building a filepath in .Net? At 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.