This file contains the Query Path extension tools.
Query Path can be extended to support additional features. To do this,
you need only create a new class that implements {@link Extension}
and add your own methods. This class can then be registered as an extension.
It will then be available through Query Path.
For information on building your own extension, see {@link Extension}.
If you are trying to load an extension you have downloaded, chances are good that
all you need to do is {@link require_once} the file that contains the extension.
|