示例#1
0
 function __construct($config = array())
 {
     parent::__construct($config);
     //product
     $this->registerTask('apply', 'save');
     $this->registerTask('add', 'edit');
     $this->registerTask('unpublish', 'publish');
 }
示例#2
0
 function __construct($config = array())
 {
     parent::__construct($config);
     //product
     $this->registerTask('apply', 'save');
     $this->registerTask('add', 'edit');
     $this->registerTask('unpublish', 'publish');
     $this->registerTask('nofrontpage', 'frontpage');
     $this->registerTask('undiscount', 'discount');
     $this->registerTask('noproducts', 'hasproducts');
 }