How do I set different base classes per entity

Posts   
 
    
Posts: 98
Joined: 09-Feb-2005
# Posted on: 19-Feb-2010 16:05:35   

I have a few entities that have some common properties. I'd like to have those classes inherit from a different base class than the others. I see that there's a CommonEntity base class plug in, but it sounds like that is something that would apply to every class. Is there a way to get more fine-grained control over this?

I'm on 2.6 from Oct 2k9.

Thank you!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 19-Feb-2010 17:03:24   

Not in v2.6. In v3 this is solved, as you can specify the base class for every entity individually (or use a default).

Frans Bouma | Lead developer LLBLGen Pro