PageRenderTime 54ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/contentmanager/code/trunk/administrator/components/com_contentmanager/models/about.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 22 lines | 6 code | 3 blank | 13 comment | 0 complexity | bd3dbcf0c676fd6fe7caa684dc142b5a MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: about.php 52 2009-05-25 11:26:19Z eddieajau $
  4. * @copyright Copyright (C) 2009 New Life in IT Pty Ltd. All rights reserved.
  5. * @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
  6. * @link http://www.theartofjoomla.com
  7. */
  8. // no direct access
  9. defined('_JEXEC') or die;
  10. jimport('joomla.application.component.model');
  11. /**
  12. * About Page Model
  13. *
  14. * @package TAOJ.ContentManager
  15. * @subpackage com_contentmanager
  16. */
  17. class ContentManagerModelAbout extends JModel
  18. {
  19. }