omusico / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

$grid->imagesUrl('public/images/'); doesn't work #784

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

When  I put in my code this:
$grid->imagesUrl('public/images/');
I've got a message error : 

call to unknown function imagesUrl
#0 [internal function]: Bvb_Grid->__call('imagesUrl', Array)

Please insert the appropriate values;
                    Zend Framework version: 1.11
ZFDatgrid Version (Bvb_Grid::getVersion()): 0.8
                          Operating system: Debian
                               PHP Version: 5.3.6
               Database Server and version: MysqL5
                          Source Adatapter: Bvb_Grid_Source_Zend_Select

Please provide any additional information below.

Original issue reported on code.google.com by jbeauvi...@gmail.com on 21 Nov 2011 at 1:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,

Use 

$grid->setImagesUrl();

Best Regards,
Bento Vilas Boas

Original comment by bento.vi...@gmail.com on 21 Nov 2011 at 4:20

GoogleCodeExporter commented 9 years ago
Hi,
$grid->setImagesUrl(); don't work.

i use :
$grid->setImagesUrl('folder/');
$grid->updateColumn('image',array('search'=>false, 'order'=>false, 'position' 
=> 1, 'format'=>'image'));

and the image path is not render :
"
<td>
<img src="052.png">
</td>"

Original comment by jeremy.r...@gmail.com on 19 Feb 2012 at 6:34