<?php
/* SVN FILE: $Id$ */
/**
* Model for the home page or dashboard of the plugin.
*
* PHP version 5
*
* (C) Copyright 2009, Valerij Bancer (http://bancer.sourceforge.net)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @author Valerij Bancer
* @link http://www.bancer.net
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
class Bcp extends BcpAppModel {
var $useTable = false;
}
?>