From: "Justin Patrin" <[EMAIL PROTECTED]>
> > eval($script);
> > use_cached_code();
>
> Ick! eval() is evil!

You have benchmarks to back that up or experience?

I did a benchmark between using include(), eval(), smarty, pattemplate, and
a few others and include() and eval() are always the fastest.

Really depends upon what kind of features you need and what you consider
"evil". ;)

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to