Closed GoogleCodeExporter closed 9 years ago
Hi,
In your example you have some typos errors:
- 'transform'=>'myfunction' => 'transform'=>'my_function'
- public my_function($value) => function my_function($value)
Now the issue, try change:
'transform'=>'my_function'
to
'transform'=>array($this, 'my_function')
Now it's supposed to work.
Best Regards
Ivo Monteiro
Original comment by ivomonte...@gmail.com
on 14 Mar 2012 at 8:37
Original comment by licentia...@gmail.com
on 6 May 2012 at 6:08
Original issue reported on code.google.com by
manuel.v...@googlemail.com
on 12 Jan 2012 at 1:09