Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Defines the ArticlePage page type
- */
- class BioOrdner extends Page {
- static $db = array(
- );
- static $has_one = array(
- );
- static $allowed_children = array('Biografie');
- }
- class BioOrdner_Controller extends Page_Controller {
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment