PHP Classes

File: index.default.php

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

Contents

Class file image Download
<?php

if (! defined("IN_MIX2OOL")) exit;

include_once(
$mixPath . "mixOutputHelper.php");
include_once(
$mixPath . "mixView.php");

$view = new mixView();
$view->useTemplate($viewPath . "index.phtml");

?>