array( self::COLUMNS => 'user_id', self::REF_TABLE_CLASS => '\Ppb\Db\Table\Users', self::REF_COLUMNS => 'id', ), 'Receiver' => array( self::COLUMNS => 'receiver_id', self::REF_TABLE_CLASS => '\Ppb\Db\Table\Users', self::REF_COLUMNS => 'id', ), 'Listing' => array( self::COLUMNS => 'listing_id', self::REF_TABLE_CLASS => '\Ppb\Db\Table\Listings', self::REF_COLUMNS => 'id', ), 'Topic' => array( self::COLUMNS => 'topic_id', self::REF_TABLE_CLASS => '\Ppb\Db\Table\Offers', self::REF_COLUMNS => 'topic_id', ), ); /** * * dependent tables * * @var array */ protected $_dependentTables = array( '\Ppb\Db\Table\Offers', ); }