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

json encoding issue #204

Open
jns2011 opened this issue Jun 22, 2016 · 0 comments
Open

json encoding issue #204

jns2011 opened this issue Jun 22, 2016 · 0 comments

Comments

@jns2011
Copy link

jns2011 commented Jun 22, 2016

I have successfully used this framework on several projects. However I am experiencing an issue that is driving me crazy.
I do the following:

Lets say I have a PHP class already defined with a GET implementation (properly working).
Then I create a new PHP class on a new file and paste the previous code on it.
I rename the class with a new name... and set the new route. So .. at this point I have a new route defined with the very same functionality. The problem by invoking this new route is that json encoding stop working for this new particular script while the original script still works fine.
Any help about why is this happening is appreciated. Thanks

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

1 participant