Hi,
I've just installed a PEAR
package (Event_Dispatcher
) and I can't use the classes in that package. When I run the command pear list
I see the new package, however I see that the classes in the package are saved in /usr/lib/php
(I have a Mac).
Is there a loading part after installing a PEAR
package? How exactly do I move the files to the right place? Can I simply cut and paste the folder to the pear
root folder?
Thanks!