Cakephpdocs 57

CategoryHTML helper functions - meta
Code Examplesmeta( type[string], url[mixed], attributes[array], inline[bool] ) $html->meta() outputs tags, which can be used for specifying a site description or other tags. It can also output tags for RSS feeds and a site favicon. meta('icon');?> returns these strings:
Test Code
Links
Remarks
Cancel