예제 #1
0
 public function __construct($core, $uri, $redirect_args = array())
 {
     parent::__construct($core, $uri, $redirect_args);
     $this->redirect_fields = array('type', 'author', 'status', 'sortby', 'ip', 'order', 'page', 'nb', 'section');
     $this->field_entries = 'comments';
     $this->title_cb = __('Comments');
     $this->loadDefaults();
     $core->callBehavior('adminCommentsActionsPage', $core, $this);
 }
예제 #2
0
 public function __construct($core, $uri, $redirect_args = array())
 {
     parent::__construct($core, $uri, $redirect_args);
     $this->redirect_fields = array('user_id', 'cat_id', 'status', 'selected', 'attachment', 'month', 'lang', 'sortby', 'order', 'page', 'nb');
     $this->loadDefaults();
 }