Comparing
#1 with
#2
Revision #2 was created by
Antonio Ramirez on Mar 26, 2013, 9:36:23 AM.
Syntax error
Content
[...]
The following is an example action to return the thumbs and image information:
```php
public function actionTestUploadImageThumbs()
{
echo json_encode(array(
array(
'thumb' => '/images/image1_thumb.png',
'image' => '/images/image1_big.png',[...]