What is faster - using PEAR package or including required libraries directly into php code?
Posted
by Kirzilla
on Stack Overflow
See other posts from Stack Overflow
or by Kirzilla
Published on 2010-04-01T20:41:15Z
Indexed on
2010/04/01
20:43 UTC
Read the original article
Hit count: 248
Hello,
What will work faster - using PEAR package or require Some_Library.php files in code?
For example, what is faster - using Smarty as PEAR module or using require_once("Smarty.php")? Have anyone tested this?
Thank you
© Stack Overflow or respective owner