hano wrote:
> Hi,
> 
> I have some configuration problems (my guess). The code:
> 
>     <? if ($this->tables): ?>
>       
> doesn't work, however if I change the code to use "<?php" as:         
> 
>     <?php if ($this->tables): ?>
>       
> is working. What could be the problem?        

The problem is the use of the short open tag in the examples. See [1].
There has also been a discussion (or was it only part of a discussion?)
on one of the fw-* mailinglists about that lately.

Greetings,
Dominik

[1] <http://www.php.net/manual/en/ini.core.php#ini.short-open-tag>

-- 
Dominik Sandjaja        .  Encrypted mails welcome. GPG: 0x1C1DCFF6
Ahornweg 7              |  Mobil:  +49 (0)177 2163314
D-47877 Willich         |  ICQ:    35 692 530
http://www.dadadom.de   '  Jabber: [EMAIL PROTECTED]

Reply via email to