i want to get some database tables from my typo3 extensions. The Extension is based on extbase.
The query always returns nothing but the data exists
I\'ve tr
I just extended the above snippet, with a $_GET condition. for debugging, just append "?dbg_table=tx_some_of_my_tables" to your address, and you're ready to go ;-)
if (in_array($_GET['dbg_table'], $sql['tables'])) { echo(''.$statement.''); }
'.$statement.'