2012/9/4 tamouse mailing lists <tamouse.li...@gmail.com>

> On Mon, Sep 3, 2012 at 8:49 PM, David McGlone <da...@dmcentral.net> wrote:
> > On Monday, September 03, 2012 09:45:23 PM David OBrien wrote:
> >> On Sep 3, 2012 9:15 PM, "David McGlone" <da...@dmcentral.net> wrote:
> >> > Does anyone use any templeting system for any projects? If so what
> would
> >> > anyone recommend? I looked at Code Ignitor, but it seems the
> templeting
> >>
> >> system is optional and left out by default.
> >
> >> I use smarty
> >
> > I've used smarty in the past and was thinking about that, but PEAR is
> absolete
> > anymore and I don't really know of a good replacement. :-/
>
> I use Smarty as well, but I've never used it from PEAR. I just use the
> version downloadable from http://www.smarty.net
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
I'm mostly working with twig, a symfony2 framework component.
I especially like it's template inheritance and the (in my opinion) very
clear syntax.

http://twig.sensiolabs.org/

Reply via email to