PHP Classes

Children function ?

Recommend this page to a friend!

      SimpleXML for PHP4  >  All threads  >  Children function ?  >  (Un) Subscribe thread alerts  
Subject:Children function ?
Summary:With this class can I have the same result as children function?
Messages:2
Author:oim oim
Date:2009-01-17 12:31:12
Update:2009-03-18 11:43:16
 

  1. Children function ?   Reply   Report abuse  
Picture of oim oim oim oim - 2009-01-17 12:31:15
Hello and thanks a lot for this class...

With this class can I have the same result as children function ?

For exemple in php5 we can have this :

$xml->produit[$i]->chapitre->children();

Is it possible here ?

  2. Re: Children function ?   Reply   Report abuse  
Picture of Taha Paksu Taha Paksu - 2009-03-18 11:43:16 - In reply to message 1 from oim oim
i think thats not possible without modifying the code.