This website requires JavaScript.
Explore
Help
Sign In
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2024-11-15 19:38:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
90f035c54d
cakephp2-php8
/
lib
/
Cake
/
Test
/
test_app
/
View
/
Posts
/
helper_overwrite.ctp
4 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Remove whitespace [Gun.io WhitespaceBot]
2011-10-28 05:01:17 +00:00
<?php
Changing how helpers are extracted, fixes issues with view variables not overwriting local helper variables. Fixes #381
2009-12-03 14:55:49 +00:00
echo $html;
echo $this->Html->link('Test link', '#');
?>
Reference in a new issue
Copy permalink