<?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__));
info at phpclasses dot org