mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
8 lines
136 B
PHP
8 lines
136 B
PHP
<?php
|
|
|
|
echo $this->Html->image('image.gif', array(
|
|
'alt' => 'cool image',
|
|
'width' => 100,
|
|
'height' => 100,
|
|
'fullBase' => true,
|
|
));
|