|
The online store software has been updated to use PHP based templates rather than SMARTY based templates.
The advantages of using PHP templates are:
- PHP templates execute faster resulting in web pages that load quicker and servers that can handle more simultaneous page requests.
- Using PHP templates within the online store software allows for easy access to a wide array of functionality already built into our Site Manager Content Management System.
- Most site developers already know PHP so there is nothing new to learn in order to create a PHP template.
- PHP templates are typically easier for a developer to create because there aren't limited to the functionality of a special purpose template engine.
|