Jump to content

MySQL connection in classes


c_pattle

Recommended Posts

I have a class and a lot of the function in the class require a connection to a MySQL database.  At the moment I am using the "__construct()" to connect to the database each time a new instance of the classes is created.  Is this the best way to do it or should I have a separate class for connection to the database?  Just wanted to get an idea of what other people do. 

 

Thanks for any help. 

Link to comment
https://forums.phpfreaks.com/topic/231303-mysql-connection-in-classes/
Share on other sites

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.