Articles tagged with "html"
Overriding specific HTML tags before using helper methods
CakePHP 1.2 allows you to override CakePHP's defined tags. Yeah, I know, so did CakePHP 1.1, but now you can define your own base helper, from which all CakePHP helpers will inherit, and only override the tags you decide. That's right, no more copying tags.ini.php to modify it. Just define what you need, and how you need it. Let's see how.
[Read more]
Latest Comments