PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Alex Lau   Mix2ool   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: The sample controller dispatcher
Class: Mix2ool
Web development framework integrated with jQuery
Author: By
Last change:
Date: 14 years ago
Size: 122 bytes
 

Contents

Class file image Download
<?php

include_once("common.php");

$actionFileName = "index." . $action . ".php";
include_once(
$actionFileName);
?>