Row.php 380 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. *
  4. * Cube Framework $Id$ xb3ChwoXxY9xqeYOQS2KfVVUitcGIu4aJ2YIoLe+AsQ=
  5. *
  6. * @link http://codecu.be/framework
  7. * @copyright Copyright (c) 2014 CodeCube SRL
  8. * @license http://codecu.be/framework/license Commercial License
  9. *
  10. * @version 1.0
  11. */
  12. namespace Cube\Db\Table;
  13. use Cube\Db\Table\Row\AbstractRow;
  14. class Row extends AbstractRow
  15. {
  16. }