Jump to:

3060 Posts in 864 Topics by 646 members

Data Model Questions

SilverStripe Forums » Data Model Questions » inherit dataobject ( or something)

Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Page: 1 2 3
Go to End
Author Topic: 2555 Views
  • swaiba
    Avatar
    Forum Moderator
    1674 Posts

    Re: inherit dataobject ( or something) Link to this post

    I meant ModelAdmin actually... and try this...

    class MyAdmin extends ModelAdmin {
    ...
       public function init() {
          parent::init();
          ...
          self::$page_length = 15;
       }
    ...
    }

    2555 Views
Page: 1 2 3
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.