示例#1
0
 /**
  * Method to display the view
  *
  * @access    public**/
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     $this->registerTask('add', 'edit');
 }
示例#2
0
 /**
  * Method to display the view
  *
  * @access    public**/
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
 }