PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Andoitz Jordan Marmolejo   PHP Query Terminal   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Main script fot launch the classes
Class: PHP Query Terminal
Run command classes from an interactive console
Author: By
Last change: Update of index.php
Date: 4 months ago
Size: 68 bytes
 

Contents

Class file image Download
<?php
session_start
();
include(
"class/kernel.php");
new
Kernel();
?>