예제 #1
0
 protected function init()
 {
     parent::init();
     $this->registerInternalProperty('post', SwatDBClassMap::get('BlorgPost'));
     $this->registerInternalProperty('author', SwatDBClassMap::get('BlorgAuthor'));
     $this->table = 'BlorgComment';
 }
예제 #2
0
 protected function init()
 {
     parent::init();
     $this->registerInternalProperty('photo', SwatDBClassMap::get('PinholePhoto'));
     $this->registerInternalProperty('photographer', SwatDBClassMap::get('PinholePhotographer'));
     $this->table = 'PinholeComment';
 }