Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-09-02 17:06
Size: 122 bytes
 

Contents

Class file image Download
<?php

include_once("common.php");

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