What is faster - using PEAR package or including required libraries directly into php code?
- by Kirzilla
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