Comments: on this page. Click to read or post your own.

Source for file Page.php

Documentation is available at Page.php

  1. <?php
  2.  
  3. class Page extends SiteTree {
  4.     static $db array(
  5.     );
  6.     static $has_one array(
  7.    );
  8. }
  9.  
  10.     function init({
  11.         parent::init();
  12.         
  13.         Requirements::themedCSS("layout");
  14.         Requirements::themedCSS("typography");
  15.         Requirements::themedCSS("form");
  16.     }
  17. }
  18.  
  19. ?>
blog comments powered by Disqus

Documentation generated on Mon, 12 May 2008 15:15:43 +1200 by phpDocumentor 1.3.2