|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 20:00:01 2025 UTC |
It is syntactical candy that would slow down the parser by a huge amount. You can do exactly the same thing with less typing like this: <?$webskin->menu('Clothing')?> <?$webskin->menuItem('Shirts','shirts.php')?> <?$webskin->menuItem('Pants','pants.php')?> <?$webskin->menuItem('Socks','socks.php')?> <?$webskin->endmenu()?>