3060 Posts in 864 Topics by 646 members
| Go to End | ||
| Author | Topic: | 2555 Views |
-
Re: inherit dataobject ( or something)

26 February 2011 at 1:02am
I meant ModelAdmin actually... and try this...
class MyAdmin extends ModelAdmin {
...
public function init() {
parent::init();
...
self::$page_length = 15;
}
...
}
| 2555 Views | ||
| Go to Top |

