12-15-2007, 09:13 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
It's your mysql class constructor. Why are you using the traditional constructor type (the function named the same as the class) and the 'new' __construct() method? You have dual constructors.
|
|
|
|