1 - split function is depreciated, better use preg_split in pdataclass line 75. 2 - you initialise this->data = "" or u treated it after like an array.
I had to change to $this->Data = array(); to avoid notice on screen (pdataclass line 55)
Log in to post a comment.