ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
913 stars 375 forks source link

How to add an external DB class #127

Closed petrospap closed 4 years ago

petrospap commented 4 years ago

Hello, I have a class where connect to database, and try to figure out how to include and execute it in echoServer.

So far only as "global" i manage to make it work!

Can someone give any tip how to pass it in constructor?

Thank you

petrospap commented 4 years ago

Solved :)