Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$this->relatedRecords is empty #63

Open
ilbassa opened this issue Mar 10, 2020 · 1 comment
Open

$this->relatedRecords is empty #63

ilbassa opened this issue Mar 10, 2020 · 1 comment

Comments

@ilbassa
Copy link

ilbassa commented Mar 10, 2020

Hi,
I'm trying to retrieve releted data with $model->getAttributesWithRelated() but the result is empty.
In the method there is a
foreach ($this->relatedRecords as $name => $records) {
but I don't find where relatedRecords is set....

I'm calling getAttributesWithRelated() on a model retrieved by a find()->one()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants