Adverts.php 541 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. *
  4. * PHP Pro Bid $Id$ nrLndQ1GDYJJeSnk2Ws1Q4DWqwP67CdA3e8IJpHRH2Y=
  5. *
  6. * @link http://www.phpprobid.com
  7. * @copyright Copyright (c) 2014 Online Ventures Software LTD & CodeCube SRL
  8. * @license http://www.phpprobid.com/license Commercial License
  9. *
  10. * @version 7.0
  11. */
  12. /**
  13. * adverts table rowset class
  14. */
  15. namespace Ppb\Db\Table\Rowset;
  16. class Adverts extends AbstractRowset
  17. {
  18. /**
  19. *
  20. * row object class
  21. *
  22. * @var string
  23. */
  24. protected $_rowClass = '\Ppb\Db\Table\Row\Advert';
  25. }