I have this project: https://skydrive.live.com/redir?resid=85993273BA497D13!116&authkey=!AB3YlQn51xQ2exA I want to use Smarty 3, but doesn't work. But whit Smarty 2.14 works.... Somebody can help me? In the \lib\ are the smarty librarys... and in \include\configure.php are the parameters to change smarty. And I need to put all my code in PHP5. (Daba is in \db\) Thanks.
Not really reading too much into this here.... Though with the abundance that smarty is used I'm thinking their website would have decent documentation for this integration. Also, I would like to mention, PHP5 has been the defacto standard for years now so no need to say 'PHP5'. No one uses php4 or 3 anymore, if they do, they're in the stone ages and need to upgrade. Now, if your using php5.4 or 5.3 vs. 5.2.. That is a big difference. 5.3 introduced namespaces, and 5.4 introduced traits. They brought a bit more, but those are probably the most notable things, well, other than improved autoloading in 5.3.