Guest User

Untitled

a guest
May 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Defines the ArticlePage page type
  4.  */
  5. class BioOrdner extends Page {
  6.    static $db = array(
  7.    );
  8.    static $has_one = array(
  9.    );
  10.    
  11.    static $allowed_children = array('Biografie');
  12.  
  13. }
  14.  
  15. class BioOrdner_Controller extends Page_Controller {
  16.  
  17. }
  18.  
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment