Integrating Cloudinary into CodeIgniter The Easy Way
Categories: cloudinary-for-codeigniter | Coding
As I found out on a project just a little while ago, CodeIgniter 3 does not play nice with custom “libraries” that use PHP namespaces and are directly loaded via the “libraries” folder. This is a problem because several PHP based API services use namespaces both to initialize the library code and to interact with the API. […]