Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

thatcode/HtmlHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Written for 1.3-beta

This is an expansion of the default HTML helper that copes with html/xhtml tags automatically.

How it works:
   In app_controller set e.g
      var $helpers = array('Html.Html' => array('html4-strict'));

   If it doesn't work, set this as the first array item.
   The helper takes the option, and populates the $tags array from a $__tags array with both html and xhtml elements in.

   No method changes - this really is it!

About

Update HtmlHelper to cope with different tags (HTML vs XHTML)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages