CellRenderer tutorial

Today I commit a new version of the Serializer Class.
What is Serializer Class?
This Class enable you to pass and receive complex data type from and to PHP using the native PHP functions serialize and unserialize (this means that you can receive an array directly from PHP without making any kind of split to obtain your original array).

After committing I also wrote a little tutorial on how to pass a PHP Class Object to Flash and how to bind the received value into a datagrid component using the cellRenderer api in order to customize its fields, adding checkboxes, numeric stepper and images to it…

You can find the tutorial here:
http://www.sephiroth.it/tutorials/flashPHP/cellRenderer/
More info about the cellRenderer APIs can be found here:
http://livedocs.macromedia.com/…/Documentation&file=16_cell4.htm