I'm trying to use Smarty in my project, and It doesn't work, all what I have - is infinite loading of the page. I'm using pure php without any frameworks. I created folder 'vendor/Smarty' and puth there all Smarty files from official web site.
So, when I trying to require Smarty.class.php - everything is ok. PHP storm found it. But in browser I have infinite loading, without any errors.
Any ideas?