PHP Classes

File: jack.php

Recommend this page to a friend!
  Classes of Brett Dutton   JackBooted PHP Framework   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Example script
Class: JackBooted PHP Framework
Web application framework using simplified MVC
Author: By
Last change:
Date: 9 years ago
Size: 169 bytes
 

Contents

Class file image Download
<?php
require_once ( dirname ( __FILE__ ) . '/config.php' );
if ( (
$output = \Jackbooted\Html\WebPage::controller( \App\Commands\CLI::DEF ) ) !== false ) echo $output;