need help ,php class and xml save load edit example.p
        Posted  
        
            by jef
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jef
        
        
        
        Published on 2010-05-08T13:21:59Z
        Indexed on 
            2010/05/08
            13:38 UTC
        
        
        Read the original article
        Hit count: 271
        
http://www.sendspace.com/file/2zlfgn
I have the php files i been trying to get them to save to xml. I have tried $product1=array(); $product1['id'] = new product( "19990","modrl","maf","purpose","war"); only the ID writes to xml. since model,maf etc are sub-elements is there a different way to create the objectarray?
© Stack Overflow or respective owner