[TYPO3-ect] new version of smartyView
Christian Welzel
gawain at camlann.de
Sat Jul 14 11:37:05 CEST 2007
Hi there !
Any progress with that example?
Can someone competent send me this example in smartyView style:
<?php if($this->isNotEmpty()) { ?>
<ol>
<?php } ?>
<?php for($this->rewind(); $this->valid(); $this->next()) {
$entry = $this->current();
?>
<li>
<h3>Insert HTML/Code to display elements here</h3>
</li>
<?php } ?>
<?php if($this->isNotEmpty()) { ?>
</ol>
<?php } ?>
Thanks!
ries van Twisk wrote:
> I can make one,
>
> just give me some time..
>
> Ries
>
> On Jun 13, 2007, at 2:58 PM, Christian Welzel wrote:
>
>> Steffen Kamper wrote:
>>
>>> i uploaded a new version of smartyView (for lib) that works in
>>> practice.
>>> Thx for Ries for his support.
>>
>> Could you please send me a short example how to use this class?
>> Should be no more than 5-6 lines of code.
>> Who has the copyright on this file/class now? You, Elmar, Ries, all?
--
MfG, Christian Welzel
GPG-Key: http://www.camlann.de/key.asc
Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
More information about the TYPO3-team-extension-coordination
mailing list