Kyleva2204
08-28-2008, 06:15 PM
Hello all, I would like to know if this would be at all possible..
It would be easier to just show how I would think it would be done:
class my_class{
function my_class(){
$this->kill_all();
echo 'This should not be displaying..';
}
function kill_all(){
$this->my_class()->break();
}
}
would this idea be possible? If so, how?
It would be easier to just show how I would think it would be done:
class my_class{
function my_class(){
$this->kill_all();
echo 'This should not be displaying..';
}
function kill_all(){
$this->my_class()->break();
}
}
would this idea be possible? If so, how?