PageRenderTime 33ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 22 lines | 6 code | 3 blank | 13 comment | 0 complexity | 4cea609cf4d03199411b40fa3d61c6f1 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: dashboard.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. /**
  14. * @package NewLifeInIT
  15. * @subpackage com_exchange
  16. */
  17. class ExchangeModelDashboard extends JModel
  18. {
  19. }