CFormModel findAll

Hi,

how can i create a function findAll for a CFormModel used to read data from an Xml file?

Thanks,

Riccardo

have you done a research?..you can use php simple xml object to handle the xml. the rest is:


public function findAll()

{


}