[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 189 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
XmlToData:: (4 méthodes):
__construct()
parseFile()
startElement()
endElement()
DataRow:: (3 méthodes):
__construct()
getTable()
getColumnValues()
ColumnValue:: (3 méthodes):
__construct()
getColumn()
getValue()
__construct(Database $database, $encoding = 'iso-8859-1') X-Ref |
Construct new XmlToData class. This class is passed the Database object so that it knows what to expect from the XML file. param: Database $database |
parseFile($xmlFile) X-Ref |
Pas de description |
startElement($name, $attributes) X-Ref |
Handles opening elements of the xml file. |
endElement($name) X-Ref |
Handles closing elements of the xml file. param: $name The local name (without prefix), or the empty string if |
__construct(Table $table, $columnValues) X-Ref |
Pas de description |
getTable() X-Ref |
Pas de description |
getColumnValues() X-Ref |
Pas de description |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |