|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jan 14 13:00:02 2026 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()?>