PHP Classes

File: phon/phon.lib.php

Recommend this page to a friend!
  Classes of Martin Alterisio   PHON   phon/phon.lib.php   Download  
File: phon/phon.lib.php
Role: Auxiliary script
Content type: text/plain
Description: Main include file for the PHON package.
Class: PHON
Unserialize values exported with var_export
Author: By
Last change:
Date: 16 years ago
Size: 204 bytes
 

Contents

Class file image Download
<?php
/**
 * Main include file for the PHON package.
 * Adds the PHON library to the include_path.
 * @package PHON
 */

set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__));