image.ctp 142 B

12345678
  1. <?php
  2. echo $this->Html->image('image.gif', [
  3. 'alt' => 'cool image',
  4. 'width' => 100,
  5. 'height' => 100,
  6. 'fullBase' => true,
  7. ]);