PHP Classes

File: indexpages.php

Recommend this page to a friend!
  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: 20 years ago
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;
      }

?>