Code Monkey home page Code Monkey logo

Comments (3)

WanWizard avatar WanWizard commented on August 25, 2024

Why?

You specify explicitly that the cache should not be checked, which causes a new object to be created for every result.

from orm.

ysshir avatar ysshir commented on August 25, 2024

This could be my misunderstanding.
I just though I could get the result from DB for the query, even I already loaded one of the model.
and the result,$grand_children[1]->child and $grand_children[2]->child are not same instance, is very strange for me.

I mean ->from_cache(false) is for the query, not for entire model creating method.
that's why I forged the Model in the process_row method.

still I feel little bit kind of uncomfortable thing,
But yes, now I get it.

sorry for bother you.
thanks.

from orm.

WanWizard avatar WanWizard commented on August 25, 2024

I understand your reasoning, but to make this work, from_array() should ignore the cache on creation of the first child object, but use the cache on subsequent child objects. Which means it would need to track all object creation, which would become quite complex very fast...

from orm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.