hi i forgot the code which in a sample class you have to add so that it runs automatically?
is it wakeup or something?
like so:
class something {
function automaticxxx_something_which_runs when class is created()
{
}
}
$s = new something();
-what do i create in the class file so that something runs already after the class is initialized?
i forgot how to name the function name so that it would call it automatically the first function.