PageRenderTime 52ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/exchange/code/trunk/administrator/components/com_exchange/models/files.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 23 lines | 7 code | 3 blank | 13 comment | 0 complexity | 8eae6b33b953d8e72a1762f7335b191d MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: files.php 280 2010-09-18 02:14:15Z eddieajau $
  4. * @package NewLifeInIT
  5. * @subpackage com_exchange
  6. * @copyright Copyright 2005 - 2010 New Life in IT Pty Ltd. All rights reserved.
  7. * @license GNU General Public License version 2 or later.
  8. * @link http://www.theartofjoomla.com
  9. */
  10. // no direct access
  11. defined('_JEXEC') or die;
  12. jimport('joomla.application.component.model');
  13. jimport('joomla.filesystem.file');
  14. /**
  15. * @package NewLifeInIT
  16. * @subpackage com_exchange
  17. */
  18. class ExchangeModelFiles extends JModel
  19. {
  20. }