View Single Post
  #3  
Old 07-08-2004, 08:56 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Basically there are 3 layers.

Database
PHP
Smarty

Smarty allows a pretty basic front end, and still allows coding in it - the coding needs to be smarty coding of course.

You can use PHP to collect information and interact with your database. The variables are then assigned to smarty from the php file, and a smarty display template is called, and then assigned variables can be used in your smarty templates which are located in the skin1 directory.
Reply With Quote