|
Posted by Robert Cummings on 03/08/05 18:16
On Tue, 2005-03-08 at 11:08, M. Sokolewicz wrote:
> Robert Cummings wrote:
>
> > On Tue, 2005-03-08 at 10:55, Jochem Maas wrote:
> >
> >>I sure I'm not the only one on this list that reads php-internals
> >>after reading the thread entitled:
> >>
> >>""
> >>
> >>I'm wondering if anyone here has _ever_ used the <script> tags
> >>to enclose php code? e.g.:
> >>
> >>
> >><script language="php">
> >>
> >>echo "testing 123";
> >>
> >></script>
> >
> >
> > My template compiler outputs the script tags exclusively since they are
> > XML compliant.
> >
> > Cheers,
> > Rob.
> never *ever* used em here... I've always been using <? or <?php (mostly
> the later)
Not really a big deal on my end, since they're just used in the template
output it's a a couple lines to be changed here and there and then the
templates would compile to <?php.
Cheers,
Rob.
--
..------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting |
| a powerful, scalable system for accessing system services |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for |
| creating re-usable components quickly and easily. |
`------------------------------------------------------------'
Navigation:
[Reply to this message]
|