PageRenderTime 36ms CodeModel.GetById 5ms RepoModel.GetById 0ms app.codeStats 0ms

/redirect/code/trunk/administrator/components/com_redirect/models/about.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 24 lines | 6 code | 3 blank | 15 comment | 0 complexity | b0fdde899ed93d8e8f23c5ca10f9060e MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: about.php 390 2010-11-05 11:35:33Z eddieajau $
  4. * @package NewLifeInIT
  5. * @subpackage com_redirect
  6. * @copyright Copyright 2005 - 2010 New Life in IT Pty Ltd. All rights reserved.
  7. * @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
  8. * @link http://www.theartofjoomla.com
  9. */
  10. defined('_JEXEC') or die('Invalid Request.');
  11. jimport('joomla.application.component.model');
  12. /**
  13. * The Redirect Link Model
  14. *
  15. * @package NewLifeInIT
  16. * @subpackage com_redirect
  17. * @version 1.0
  18. */
  19. class RedirectModelAbout extends JModel
  20. {
  21. }