News Feed
Jobs Feed
Sections




News Archive
Cal Evans' Blog:
I called Zend_Jsonencode(), so WTH are all my properties?
February 22, 2008 @ 12:10:00

In dealing with a little JSON encoding and objects in a project of his recently, Cal Evans bumped against a problem when he was encoding an object and moving it back and forth between the back and front ends.

The problem is simple, JSON encode a PHP object and send it back to the front end. Sounds simple and the last 100 times I wrote this code it was simple. This time, I was too smart for my own good. Here's the scenario.

He illustrates his problem - the "dropping" of properties somewhere along the way - with a sample class that encodes the object and sends it along. He missed one key bit of information, though. His protected array of properties wasn't getting passed back out correctly and we're in the resulting JSON message. A quick hack of a getProperties() function call made this problem a thing of the past.

0 comments voice your opinion now!
zendframework json encode property getproperties problem


blog comments powered by Disqus

Similar Posts

Strattonbrazil's Blog: php to python: Why PHP is now dead to me

Mark Kimsal's Blog: Is Your MVC MIA When it Comes to 404s?

Bradley Holt's Blog: Front Controller Pattern in Zend Framework

Zend Developer Zone: Zend Framework Beta 0.9.1 Released

Zend Developer Zone: Announcing the December 2010 Zend Framework Bug-Hunt


Community Events









Don't see your event here?
Let us know!


example composer interview api development framework community phpunit podcast database opinion zendframework2 introduction language tool unittest code testing release object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework