[TYPO3-dev] get the pid of the backend page
Tudor
tudor.pali at fecher.eu
Wed Mar 17 13:16:19 CET 2010
On 3/17/2010 2:12 PM, Søren Malling wrote:
> Hi,
>
> You should be able to user ###CURRENT_PID### as a magic marker in your
> "foreign_table_where"
>
> Regards,
>
> Søren
>
> On Wed, Mar 17, 2010 at 1:06 PM, Tudor<tudor.pali at fecher.eu> wrote:
>
>> Hi,
>>
>> How can i get the "pid" of the page where i insert my new pugin records?
>> I want to use the pid for 'foreign_table_where'.
>>
>> 'config' => array (
>> 'type' => 'select',
>> 'foreign_table' => 'tx_petfoodsearch_category_items',
>> 'foreign_table_where' => '....'
>>
>> Thx
>> _______________________________________________
>> TYPO3-dev mailing list
>> TYPO3-dev at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>>
>>
>
>
>
Thank you Søren Malling. :)
More information about the TYPO3-dev
mailing list