abstract class extends abstract class in php?

Posted by user151841 on Stack Overflow See other posts from Stack Overflow or by user151841
Published on 2010-05-07T14:34:52Z Indexed on 2010/05/07 14:38 UTC
Read the original article Hit count: 468

Filed under:
|
|
|

I am working on a simple abstract database class. In my usage of this class, I'll want to have some instance be a singleton. I was thinking of having a abstract class that is not a singleton, and then extend it into another abstract class that is a singleton. Is this possible? Recommended?

© Stack Overflow or respective owner

Related posts about php

Related posts about oop