Looking to add a library
Permalink
How would I go about adding a library ( This one http://phpimageworkshop.com/ ) to Concrete 5?
File structure looks like this
C5/
libraries/
3rdparty/
PHPImageWorkshop/
Core/
Exception/
ImageWorkshop.php
Plus im not sure how to pull it in. I tried using C5 loader like this but i get nothing.
File structure looks like this
C5/
libraries/
3rdparty/
PHPImageWorkshop/
Core/
Exception/
ImageWorkshop.php
Plus im not sure how to pull it in. I tried using C5 loader like this but i get nothing.
$ImageWorkshop = Loader::library('3rdparty/PHPImageWorkshop/ImageWorkshop');
Make sense?
Jon