PHP Classes

File: examples/bootstrap/config.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/bootstrap/config.php   Download  
File: examples/bootstrap/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: 225 bytes
 

Contents

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

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