Date: 04/02/01
- Next message: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Previous message: James Moore: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 08:21 AM 4/2/2001 -0500, Andrei Zmievski wrote:
>On Mon, 02 Apr 2001, Andi Gutmans wrote:
> > I very much liked Andrei's implementation of Smary templates. It uses the
> > Zend (PHP) scripting language and caches templated scripts without messing
> > with the core of PHP.
>
>Just nitpicking, Andi, but really, it's Zend that needs to be in
>parenthesis (if at all present), rather than PHP. That's the name of the
>language.
Uhm, what I meant was that instead of using a C tool it uses the scripting
engine's ability for the template back-end. I used Zend to make it clear
that it isn't as-if the whole template is processed each and every time by
PHP which would make it much slower. Just thought it'd make it clearer as
to why it's not terribly slow (opposed to having regex's and friends run
everytime the template is encountered).
Andi
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Previous message: James Moore: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

