Login   Register  
PHP Classes
elePHPant
Icontem

File: index.default.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.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: 2009-09-02 17:05
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");

?>