/libraries/joomla/database/query/pdo.php

https://gitlab.com/vitaliylukin91/text · PHP · 19 lines · 5 code · 2 blank · 12 comment · 0 complexity · 10a713062ed12169caa96bf6ab108fee MD5 · raw file

  1. <?php
  2. /**
  3. * @package Joomla.Platform
  4. * @subpackage Database
  5. *
  6. * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
  7. * @license GNU General Public License version 2 or later; see LICENSE
  8. */
  9. defined('JPATH_PLATFORM') or die;
  10. /**
  11. * PDO Query Building Class.
  12. *
  13. * @since 12.1
  14. */
  15. class JDatabaseQueryPdo extends JDatabaseQuery
  16. {
  17. }