Login   Register  
PHP Classes
elePHPant
Icontem

File: indexpages.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Voznyak Nazar  >  MVC Membership System  >  indexpages.php  >  Download  
File: indexpages.php
Role: Application script
Content type: text/plain
Description: main site page
Class: MVC Membership System
Membership system using the MVC design pattern
Author: By
Last change:
Date: 2003-12-30 00:10
Size: 212 bytes
 

Contents

Class file image Download
<?

      
require_once '../setup.php';

      switch (
$page) {
         case 
'mainPage'
            
$smarty = new Smarty;
              
$smarty->compile_check true;
            
$smarty->display($actions['mainPage']);
            break;
      }

?>