12-15-2007, 09:40 PM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
Redefining already defined [b]constructor[b] for class mysql
[b]constructor[b] __construct(or)
Like Sock said. :) What you should do, since you want to start TWO of them, is make two classes and engage BOTH with new classname; Then it engages both __constructors and then you're all free to go mind your business.
Hopefully that works. Or simply (if I am wrong), create a class with engages both classes it's functions.
$newclass = new classname;
classname { __constructor(); } started the two functions defined in the two other classes. Make sure BOTH other classes (2 and 3) do NOT contain the __construct magic function.
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|