daylerees / anbu

Anbu profiler for the Laravel PHP Framework.
309 stars 24 forks source link

Check value in str_limit function #9

Open faytzel opened 10 years ago

faytzel commented 10 years ago

Server variables integer (REQUEST_TIME_FLOAT) or arrays throw errors

faytzel commented 10 years ago

I don't know if I understood, my english is not very good. You're right, it is not necessary to convert integer or float values ​​to json. Does the new commit fixes the problem you mention?

daylerees commented 10 years ago

It does, but since complex objects cannot be serialized, I'm thinking of perhaps doing this presentation within the Module instead of at the presentation level.

faytzel commented 10 years ago

Are you saying that i must do it when an object shows something similar to "object" instead of serialize it?