| 12345678910111213141516171819202122 | <?php/** *  * Cube Framework $Id$ xb3ChwoXxY9xqeYOQS2KfVVUitcGIu4aJ2YIoLe+AsQ=  *  * @link        http://codecu.be/framework * @copyright   Copyright (c) 2014 CodeCube SRL * @license     http://codecu.be/framework/license Commercial License *  * @version     1.0 */namespace Cube\Db\Table;use Cube\Db\Table\Row\AbstractRow;class Row extends AbstractRow{    }
 |