cakephp_tmbundle / branches / master / Snippets / $this->Html->link($html->img(__)).tmSnippet
history
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string><?php echo \$this->Html->link(
\$this->Html->image('${1:image.ext}', array('alt' => '${2:altText}'$3)),
${4:array('controller' => '${5:controller}', 'action' => '${6:action}'$7)},
${8:null}, ${9:null}, ${10:false}
); ?>
$0</string>
<key>name</key>
<string>$this->Html->link($this->Html->img(..))</string>
<key>scope</key>
<string>text.html.php.cake</string>
<key>tabTrigger</key>
<string>imgl</string>
<key>uuid</key>
<string>F7248388-2B17-4F65-B087-D71052847999</string>
</dict>
</plist>
