Thread: Runtime Error
View Single Post
Old 12-15-2007, 09:40 PM   #3 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

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"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
The Following User Says Thank You to ReSpawN For This Useful Post:
obolus (12-16-2007)