Jump to content

Access class member function without instantiating class? Or that cannot be done


knowNothing

Recommended Posts

Here's what I want to do.  I need to access a class member function from outside the class, and hopefully without having to instantiate the class if possible?

 

I have an HTML form <select> and each <option> item is being pulled from an array stored in a mysql db.  But I'm doing this independently of the normal purpose of the class itself, I just want to use that member function.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.