PHP Classes

File: examples/dddexample/tests/config.php

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

Contents

Class file image Download
<?php

ini_set
('include_path', ini_get('include_path') . PATH_SEPARATOR . '../' . PATH_SEPARATOR . './include');

// Set this path to your SimpleTest installation
define('SIMPLETESTDIR', '../../../simpletest/');

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