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

Manuel Rego Casasnovas mrego at igalia.com
Thu Nov 27 13:41:23 CET 2008


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

-- 
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mrego at igalia.com
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com


More information about the TYPO3-project-formidable mailing list