The Smarty installation steps are as follows:
Quote:
- Inside your folder where all the PHP files are located, make three four new folders.
- Rename the folders as libs, templates,templates_c,cache.
- In the libs folder, copy all the Smarty classes you've got especially your Smarty.class.php file.
- Now dump the php files in the same folder where the smarty folders are located i.e in your local php or apache folder.
- Dump all your .tpl files in the templates folder.
|
That's it, you're Smarty will be running . I hope u know the code for Smarty access to be written on the top of the PHP file..