[TYPO3-mvc] Fluid condition

Tobias Rücker info at tomorrow-connections.de
Sat Feb 4 17:12:10 CET 2012


Hello,

I get a object from the repository  with some records.  On a condition I will check if the object is empty or not. 

How can count the records or check is not NULL. 

In the example I get alway "not empty". 


<f:if condition="{object}">
 <f:then>

   not empty

</f:then>
<f:else>

empty

</f:else>
</f:if>


thanks 
Tobias


More information about the TYPO3-project-typo3v4mvc mailing list