Your browser must have JavaScript enabled in order to view this page.
 >  >
 
Welcome Guest#214 Login/register    Go to Bottom
Go to Top

Source for file faq.php

Documentation is available at faq.php

  1. <?php
  2. /**
  3.  * The FAQ page
  4.  *
  5.  * DutchPIPE version 0.4; PHP version 5
  6.  *
  7.  * LICENSE: This source file is subject to version 1.0 of the DutchPIPE license.
  8.  * If you did not receive a copy of the DutchPIPE license, you can obtain one at
  9.  * http://www.dutchpipe.org/license/1_0.txt or by sending a note to
  10.  * license@dutchpipe.org, in which case you will be mailed a copy immediately.
  11.  *
  12.  * @package    DutchPIPE
  13.  * @subpackage dpuniverse_page
  14.  * @author     Lennert Stock <ls@dutchpipe.org>
  15.  * @copyright  2006, 2007 Lennert Stock
  16.  * @license    http://dutchpipe.org/license/1_0.txt  DutchPIPE License
  17.  * @version    Subversion: $Id: faq.php 278 2007-08-19 22:52:25Z ls $
  18.  * @link       http://dutchpipe.org/manual/package/DutchPIPE
  19.  * @see        DpPage
  20.  */
  21.  
  22. /**
  23.  * Builts upon the standard DpPage class
  24.  */
  25. inherit(DPUNIVERSE_STD_PATH 'DpPage.php');
  26.  
  27. /**
  28.  * The FAQ page
  29.  *
  30.  * The About DutchPIPE page
  31.  *
  32.  * @package    DutchPIPE
  33.  * @subpackage dpuniverse_page
  34.  * @author     Lennert Stock <ls@dutchpipe.org>
  35.  * @copyright  2006, 2007 Lennert Stock
  36.  * @license    http://dutchpipe.org/license/1_0.txt  DutchPIPE License
  37.  * @version    Release: 0.2.1
  38.  * @link       http://dutchpipe.org/manual/package/DutchPIPE
  39.  * @see        DpPage
  40.  */
  41. final class FAQ extends DpPage
  42. {
  43.     /**
  44.      * Sets up the page at object creation time
  45.      */
  46.     public function createDpPage()
  47.     {
  48.         // Standard setup calls:
  49.         $this->title dp_text('FAQ');
  50.         $this->setBody(DPUNIVERSE_PAGE_PATH 'faq.html''file');
  51.         $this->setNavigationTrail(
  52.             array(DPUNIVERSE_NAVLOGO''),
  53.             dp_text('FAQ'));
  54.     }
  55. }
  56. ?>

Documentation generated on Mon, 03 Sep 2007 22:21:33 +0200 by phpDocumentor 1.3.0RC6

Click me!
Guest#214
 
 
 
  Go to Top
 
 
Input Field OptionsClose Input Field Go to Top
 
Legal Notices | Copyright © 2006, 2007 Lennert Stock. All rights reserved. Last update: Mon Sep 03 2007, 21:50 CET.