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
2025-01-19 11:06:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ecbe337052
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 01:01:17 -04:00
<?php
Changing how helpers are extracted, fixes issues with view variables not overwriting local helper variables. Fixes #381
2009-12-03 09:55:49 -05:00
echo $html;
echo $this->Html->link('Test link', '#');
?>
Reference in a new issue
Copy permalink