The following select
sam an food result set,beit it shoudn t:
$res = GLOBALS[ TYPO3_DB]->exec_SlectTquery(*, tx_xmluploader_xml_import_tree , xml_import_id= $xml_import_id);
<代码>xml_import_id。 如果我删除<条码>中条码>条款,则行文。
增 编
我仍然不理解为什么不工作。 a. 一个联合体建议的简单工作:
// select all from the db
$res = $GLOBALS[ TYPO3_DB ]->exec_SELECTquery( * , tx_xmluploader_xml_import_tree );
while( $entry = $GLOBALS[ TYPO3_DB ]->sql_fetch_assoc() )
{
if( $entry[ xml_import_id ] == $xml_import_id ) {
....
}
}