<?php

/**
 * 
 * PHP Pro Bid $Id$ NQxuaEfx44lHa1bP5jTSEaVK84ovq7gqeVZUjRsbh3w=
 * 
 * @link        http://www.phpprobid.com
 * @copyright   Copyright (c) 2014 Online Ventures Software LTD & CodeCube SRL
 * @license     http://www.phpprobid.com/license Commercial License
 * 
 * @version     7.0
 */

namespace Ppb\Db\Table;

use Cube\Db\Table\AbstractTable;

class Timezones extends AbstractTable
{

    /**
     *
     * table name
     * 
     * @var string
     */
    protected $_name = 'timezones';

    /**
     *
     * primary key
     * 
     * @var string
     */
    protected $_primary = 'id';

}