PHP Classes

object handling while using xoad

Recommend this page to a friend!

      NAJAX  >  All threads  >  object handling while using xoad  >  (Un) Subscribe thread alerts  
Subject:object handling while using xoad
Summary:object losses between subsequent calls
Messages:1
Author:muhammad arslan ali
Date:2007-01-25 07:19:19
 

  1. object handling while using xoad   Reply   Report abuse  
Picture of muhammad arslan ali muhammad arslan ali - 2007-01-25 07:19:19
hello

i am using xoad to call between client and server classes. At client side i creates an object and call a function A() of server

at second time calling from client using same object losses all previous states made by function A and creates a new object from start at server side

how can i handle this object lossing