9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
|
<?php
|
||
|
|
||
|
echo $this->Html->image('image.gif', array(
|
||
|
'alt' => 'cool image',
|
||
|
'width' => 100,
|
||
|
'height' => 100,
|
||
|
'fullBase' => true,
|
||
|
));
|