PHP5 Include Path


/ Published in: PHP
Save to your folder(s)

Include Path PHP 5 class.

Usage:
$path = new fuselogic_include_path();
$path->add('/home/ekobudi/www/fuselogic');
$path->add('/home/ekobudi/www/pear');
$path->remove('/home/ekobudi/www/old_fuselgic');

URL: http://fuselogic.haltebis.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.