* some simplifications in functions.inc to allow use of include_path
[vsc.git] / _res / _libs / tdocategoriesposts.class.php
blobd6b0fc1e7dc07e452788b58b4b8038efb3dea0e4
1 <?php
2 class tdoCategoriesPosts extends tdoAbstract {
3 protected $fields = array (
4 'cp_id',
5 'category_id',
6 'post_id'
7 );
9 function __construct(&$db) {
10 $this->name = 'categories_posts';
12 parent::__construct($db);
13 // $this->setIndex($this->fields['cp_id']);