Re: [PHP3] Re: [PHP Template] Template Discussion
[email protected] (Andi Gutmans) Wed, 22 Mar 2000 22:19:10 +0200 (IST)
| Newsgroups | php.template |
|---|---|
| Message-ID | <[email protected]> |
Do you really feel that learning:
{if "foo" == "bar"}
...
{/if}
is so much easier for you then:
<? if ("foo" == "bar"): ?>
...
<? endif; ?>
I can't believe that if you have the ability to learn the first
conditional you can't learn the second one.
They are the same.
Andi