PageRenderTime 49ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/core/model/modx/mysql/modscript.class.php

http://github.com/modxcms/revolution
PHP | 16 lines | 7 code | 1 blank | 8 comment | 0 complexity | 4fa238ad2cbc560b9ed95be5fb7b13a4 MD5 | raw file
Possible License(s): GPL-2.0, Apache-2.0, BSD-3-Clause, LGPL-2.1
  1. <?php
  2. /*
  3. * This file is part of MODX Revolution.
  4. *
  5. * Copyright (c) MODX, LLC. All Rights Reserved.
  6. *
  7. * For complete copyright and license information, see the COPYRIGHT and LICENSE
  8. * files found in the top-level directory of this distribution.
  9. */
  10. include_once (strtr(realpath(dirname(__FILE__)), '\\', '/') . '/../modscript.class.php');
  11. /**
  12. * @package modx
  13. * @subpackage mysql
  14. */
  15. class modScript_mysql extends modScript {}