okey I setuped a class that works ok, but there are somethings that doesnt seem to work...
using functions from the same class doesn't seem to work
class test(){
return $this->afunction();
}
I may be wrong, but from what I see, it seems like it doesn't work, when using the class trough php-rpc, but seems to work if one uses the class as a standard php...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wrong :D luckily the errors I did see was coding errors caused by myself.
would be great if we had a debug window like mybic have. this would easily been avoided when one can read of the raw stream of the php script response. using mybic php errors and other errors are shown in a little div tag window in the client when debug is turned on.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
okey I setuped a class that works ok, but there are somethings that doesnt seem to work...
using functions from the same class doesn't seem to work
class test(){
return $this->afunction();
}
I may be wrong, but from what I see, it seems like it doesn't work, when using the class trough php-rpc, but seems to work if one uses the class as a standard php...
I was wrong :D luckily the errors I did see was coding errors caused by myself.
would be great if we had a debug window like mybic have. this would easily been avoided when one can read of the raw stream of the php script response. using mybic php errors and other errors are shown in a little div tag window in the client when debug is turned on.