Revision #2 has been created by Antonio Ramirez on Mar 26, 2013, 9:36:23 AM with the memo:
Syntax error
« previous (#1)
Changes
Title
unchanged
YiiBooster: How to implement files and images upload on TbRedactor Widget
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
How to, YiiBooster, Widgets
Content
changed
[...]
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',[...]