Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This doesn't work in conjunction with other frameworks #9

Open
connorsmacartist opened this issue Nov 6, 2012 · 2 comments
Open

This doesn't work in conjunction with other frameworks #9

connorsmacartist opened this issue Nov 6, 2012 · 2 comments
Assignees

Comments

@connorsmacartist
Copy link

Trying to add this with any other framework and spl_autoload_register conflicts with everything else causes all kinds of errors.

@follower46
Copy link
Contributor

I've been using it with Zend Framework without issue. Which http adapter are you using?

@connorsmacartist
Copy link
Author

I am using it in cakephp. I fixed it by changing Util.php

if(file_exists( $objectStorageDirectory . '/'.$path)){
        require_once($path);
    }

@ghost ghost assigned its-clee Aug 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants