[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

/examples/tags/dotnet/ -> html_anchor.php (source)

   1  <?php
   2  require  '../load_wact.php';
   3  require WACT_ROOT . 'template/template.inc.php';
   4  require WACT_ROOT . 'template/compiler/templatecompiler.inc.php';
   5  
   6  $Page =& new Template('/html_anchor.html');
   7  
   8  $Link1 = & $Page->getChild('link1');
   9  $Link1->setAttribute('href','http://www.php.net');
  10  $Link2 = & $Page->getChild('link2');
  11  $Link2->setAttribute('href','http://wact.sourceforge.net');
  12  
  13  $Page->display();
  14  ?>


Generated: Sun Nov 28 19:36:09 2004 Cross-referenced by PHPXref 0.5