Code Monkey home page Code Monkey logo

Comments (5)

jamierumbelow avatar jamierumbelow commented on May 18, 2024

Sorry Adrienne, there isn't! Other than creating some scopes to add the necessary where + select clauses… but even then, I think you're going to have to override the methods. Try subclassing MY_Model, create Composite_MY_Model, and abstract it there? Then at least you only have to override them once.

If you can think of a sleeker solution, by all means send a pull request. I've never used composite primary keys so it's never been a problem. Sorry I can't be more helpful!

On Monday, 13 August 2012 at 22:12, adrienne wrote:

Hiya. Is there a way to get MY_Model to allow composite primary keys? Currently i'm having to override a bunch of the default functions, and it seems like there ought to be a better way!


Reply to this email directly or view it on GitHub (#42).

from codeigniter-base-model.

adrienne avatar adrienne commented on May 18, 2024

Actually, I think i just figured out a solution using the magic of array_combine() , so i will send a pull request! Also i think there's some more abstraction you could do in other places.

from codeigniter-base-model.

MathieuFrench1 avatar MathieuFrench1 commented on May 18, 2024

Adrienne, did you fix this? Could you share you solution?

from codeigniter-base-model.

adrienne avatar adrienne commented on May 18, 2024

Mathieu, I'm not sure, honestly. I need to revisit my code from last year to see if I can sort out what I did. sheepish I will check back and let you know.

from codeigniter-base-model.

michail1982 avatar michail1982 commented on May 18, 2024

not sure, but if you set $primary_key = "concat_ws('|',fieldOne, fieldTwo)";

from codeigniter-base-model.

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.