Subject: | To this class work in every... |
Summary: | Package rating comment |
Messages: | 1 |
Author: | Nicolas Muller |
Date: | 2008-07-18 17:20:01 |
Update: | 2008-07-18 17:21:39 |
|
|
|
Nicolas Muller rated this package as follows:
Utility: | Good |
Consistency: | Sufficient |
Examples: | Sufficient |
|
Nicolas Muller - 2008-07-18 17:20:01
To this class work in every subdirectories, you must change:
$Filepath = $_SERVER['DOCUMENT_ROOT'].$this->jsLocation.$this->jsFile;
TO:
$Filepath = $this->jsLocation.$this->jsFile;
|