[TYPO3-project-formidable] datasource:DB new fetaures

Jerome Schneider typo3dev at ameos.com
Thu Nov 27 14:00:45 CET 2008


Thanks Manuel !

Cheers from France
Jerome

Manuel Rego Casasnovas a écrit :
> Hi,
> 
>>> Moreover I'm thinking on another new feature that allows to add WHERE
>>> clauses, and get something like:
>>> <datasource:DB name="events">
>>>    <fields>title, bodytext</fields>
>>>    <table>tt_news</table>
>>>    <wheres>
>>>       <where>
>>>          <term>pid</term>
>>>          <comparison>=</comparison>
>>>          <value>180</value>
>>>       </where>
>>>       <logic>AND</logic>
>>>       <where>
>>>          <term>type</term>
>>>          <comparison>IN</comparison>
>>>          <value>1, 3, 5</value>
>>>       </where>
>>>    </where>
>>> </datasource:DB>
>>>
>>> I could develop this option using datahandler:DB as example.
>>> What do you think?
>> I will do it during the next weeks and I add the new feature to future
>> SVN revisions.
> 
> This feature is now available at last SVN revision 278.
> 
> I hope you find it useful for your projects!
> 
> Best regards,
>    Rego
> 


More information about the TYPO3-project-formidable mailing list