Template Engine

One of our primary design goals is to facilitate the separation of application code from presentation. Typically, the application code contains the business logic of our application, written and maintained in PHP code. This code is maintained by programmers. The presentation is the way your content is presented to the end user, which is written and maintained in template files. The templates are maintained by template designers.

At its most basic function, the application code collects content, assigns it to the template engine and displays it. The content might be something like the headline, tagline, author and body of a newspaper article. The application code has no concern how this content will be presented in the template. The template designer is responsible for the presentation. They edit the template files, adding mark-up and bringing it to completion. This typically involves things like HTML tags, cascading style sheets and other tools provided by the template engine.

This paradigm serves several purposes:

  • Designers can't break application code. They can mess with the templates all they want, but the code stays intact. The code will be tighter, more secure and easier to maintain.
  • Errors in the templates are confined to the Smartys error handling routines, making them as simple and intuitive as possible for the designer.
  • With presentation on its own layer, designers can modify or completely redesign it from scratch, all without intervention from the programmer.
  • Programmers aren't messing with templates. They can go about maintaining the application code, changing the way content is acquired, making new business rules, etc. without disturbing the presentation layer.
  • Templates are a close representation of what the final output will be, which is an intuitive approach. Designers don't care how the content got to the template. If you have extraneous data in the template such as an SQL statement, this opens the risk of breaking application code by accidental deletion or alteration by the designer.
  • You are not opening your server to the execution of arbitrary PHP code. Smarty has many security features built in so designers won't breach security, whether intentional or accidental. They can only do what they are confined to in the templates.
  • Although application code is separated from presentation, this does not necessarily mean that logic is separated. The application code obviously has logic, but the templates may have logic based on the condition that it is for presentation only. For example, if the designer wants to alternate table row colors or upper-case some assigned content, they can. This is presentation logic, something the programmer should not be concerned with. How often have you had some presentation displayed in a single column and then you wanted it in two or three columns, so the application code needs adjusting to accommodate this? A better approach is to assign the content in one single array and let the template handle the presentation. This will simplify your application and keep your templates flexible.
    Smarty supplies the tools to handle this kind of situation.

IXXO Cart

ixxocartWhether you’re just starting out selling on the web or ready to upgrade your existing online store, the flagship IXXO Cart ecommerce platform is the logical choice to help grow your business quickly.  IXXO Cart has the  state-of-the-art  feature set you want in a stable, robust and affordable package that will be up and running in minutes. With over a decade of continuous improvement  based on customer input, the latest version of IXXO Cart is available for integration with the Joomla 1.5 &1.7 content management system or as a complete stand-alone website, fully customizable to your business Details...

IXXO Cart Multi Vendor

multi-vendorOperate your own online e-commerce portal for any number of independent vendors  who can each manage and sell their products through your single store . With Multi-Vendor Cart from IXXO you can efficiently scale up a virtual shopping mall to any size or retail theme.
A business model that  lets you to collect transaction fees, commissions or subscriptions while letting merchants handle product branding, inventory, and fulfillment. Vendors can manage their products through an easy-to-use, web based interface with no additional software and setup vendor subscriptions to limit how many products they are allowed to publish. Details...