PHP Classes

To this class work in every subdirectories, you must change: ...

Recommend this page to a friend!

      AJAXPoll  >  All threads  >  To this class work in every...  >  (Un) Subscribe thread alerts  
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

  1. To this class work in every...   Reply   Report abuse  
Picture of Nicolas Muller 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;