Post
Topic
Board Project Development
Re: OpenSource PHP Faucet for bitcoin and altcoins
by
frogCorporation
on 14/04/2015, 19:55:15 UTC
Good day, phpfaucet.org,

The first thing we noticed, while were looking through your code is that you use "SELECT *" sql statement, which is considered to be the bad practice. We have also mentioned that your DB class isn't a singleton, do you use any design patterns?