1 <?php
2
3 class VKNotificationQueue extends DataObject {
4 static $db = array(
5 'UserID' => 'Int',
6 'Message' => 'Text',
7 'Posted' => 'Boolean',
8 );
9 }
10
11 class VKNotificationQueueAdmin extends ModelAdmin {
12 static $url_segment = 'post_query';
13 static = 'Очередь';
14 static $managed_models = 'VKNotificationQueue';
15
16 }
[Raise a SilverStripe Framework issue/bug](https://github.com/silverstripe/silverstripe-framework/issues/new)
- [Raise a SilverStripe CMS issue/bug](https://github.com/silverstripe/silverstripe-cms/issues/new)
- Please use the
Silverstripe Forums to ask development related questions.
-