Hello
I have a class a that extends class b.
Class b has a contruscter(u pass the mysql class to it)
when i create a new instence of class a, how can i pass it a reference that is supposed to go to class b...
let me explain it mroe easier..
class a has no permanents
class b has 1, you pass onto it the db.
$bla = new a;
but how do i pass a permanent to class b(the one it uses for the constructer?