Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. class WidgetBulletPoints extends DataObject {
  3.  
  4. public static $can_be_root = false;
  5.  
  6. public static $db = array (
  7. 'Title' => 'Varchar (255)',
  8. );
  9.  
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement