PHP Classes

File: examples/hangman/config.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/hangman/config.php   Download  
File: examples/hangman/config.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Skeleton Framework
Extensive Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 215 bytes
 

Contents

Class file image Download
<?php
ini_set
('error_reporting', E_ALL);
#ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . '../../');

function dump($var, $name='') {
    echo
$name . '<pre>' . print_r($var, 1) . '</pre>';
}