<?php
/**
 * Content component: Landing Page
 *
 * @author gERD Schaufelberger <gerd@php-tools.net>
 * @package WB
 * @subpackage content
 */

/**
 * Load base class
 */
WBClass::load('WBContent');

/**
 * Content component: LandingPage
 *
 * @version 0.1.0
 * @package WB
 * @subpackage content
 */
class WBContent_LandingPage extends WBContent
{
    const TABLE_LANDINGPAGE =   'landingpage';
    const TABLE_ARTICLE     =   'landingpagearticle';
    const TABLE_VFSFILE     =   'landingpagevfsfile';
    const TABLE_PAGEARTICLE =   'landingpagearticlerelation';
}