示例#1
0
 protected function init()
 {
     parent::init();
     $this->table = 'PinholeMetaData';
     $this->id_field = 'integer:id';
 }
 protected function init()
 {
     parent::init();
     $this->table = 'PinholeTag';
     $this->id_field = 'integer:id';
     $this->registerDateProperty('createdate');
     // read-only
     $this->registerDateProperty('first_modified');
     $this->registerDateProperty('last_modified');
     // for efficient loading of tag sets on photo sets
     $this->registerInternalProperty('photo');
 }
示例#3
0
 protected function init()
 {
     parent::init();
     $this->table = 'PinholePhotographer';
     $this->id_field = 'integer:id';
 }