[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

/examples/apps/bookmarks/ -> bookmarks_add.php (source)

   1  <?php
   2  // Include WACT common file (where ever it is)
   3  require_once  './load_wact.php';
   4  
   5  // Include the form for new bookmarks
   6  require  'forms/bookmarkformnew.inc.php';
   7  
   8  $Form = new BookmarkFormNew();
   9  $Form->Run();
  10  ?>


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