[Typo3-dev] pi_list_query depreciated???

Ries van Twisk typo3 at rvt.dds.nl
Tue Mar 22 15:50:47 CET 2005


Hey all,

I used the kickstarter to make my extetion, there are a couple of tables 
in there with _mm relations ships.

Currently I use something like this to query a table:
            $mm['table'] = 'tx_rvtfranksjdf_cn';
            $mm['mmtable'] = 'tx_rvtfranksjdf_job_cn_mm';
            $query = 
$this->pi_list_query("tx_rvtfranksjdf_job",0,'',$mm,'','','',TRUE);
            $pidList = 
$this->pi_getPidList($this->conf['pidList'],$this->conf['recursive']);

But I need to join more tables (5 in total) and get result from all 5 
tables instead of just one is this possible with the $this->pi_list_query???
Or is that function depreciated and I need to use exec_SELECTquery???

Also when creating my table using pi_list_makelist(...) is it better to 
use my own function
or can I still use it to created a table with the result of the query?

Looking at:
manual-doc_core_api-16-09-2004_10-51-57.pdf
and some more manuals I don't see any ussage of the above functions...

cheers,
Ries

-- 
R. van Twisk
http://www.metamorf.net

Our Typo3 enabled website: http://www.livetravelguides.com
Instand help for Typo3?    irc:/irc.freenode.net/typo3
Looking for documentation? http://typo3.org/documentation/






More information about the TYPO3-dev mailing list