예제 #1
0
파일: items.php 프로젝트: beingsane/mysite
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->set('suffix', 'items');
     $this->registerTask('enabled.enable', 'boolean');
     $this->registerTask('enabled.disable', 'boolean');
 }
예제 #2
0
파일: items.php 프로젝트: beingsane/mysite
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->set('suffix', 'items');
 }
예제 #3
0
파일: config.php 프로젝트: beingsane/mysite
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->set('suffix', 'config');
 }