Пример #1
0
 protected function create()
 {
     parent::create();
     $this->table = 'tags';
     $this->basename = 'tags';
     $this->PermalinkIndex = 'tag';
     $this->postpropname = 'tags';
     $this->contents->table = 'tagscontent';
     $this->itemsposts->table = $this->table . 'items';
 }