Annotation of /mambo/branches/4.6/components/com_frontpage/frontpage.class.php
Parent Directory
|
Revision Log
Revision 213 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: frontpage.class.php,v 1.1 2005/07/22 01:54:45 eddieajau Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @subpackage Content | ||
| 6 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 7 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 8 : | * Mambo is Free Software | ||
| 9 : | */ | ||
| 10 : | |||
| 11 : | /** ensure this file is being included by a parent file */ | ||
| 12 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 13 : | |||
| 14 : | counterpoi | 213 | t require_once (mamboCore::get('mosConfig_absolute_path').'/components/com_content/content.class.php'); |
| 15 : | t | ||
| 16 : | root | 1 | /** |
| 17 : | * @package Mambo | ||
| 18 : | * @subpackage Content | ||
| 19 : | */ | ||
| 20 : | class mosFrontPage extends mosDBTable { | ||
| 21 : | /** @var int Primary key */ | ||
| 22 : | var $content_id=null; | ||
| 23 : | /** @var int */ | ||
| 24 : | var $ordering=null; | ||
| 25 : | |||
| 26 : | /** | ||
| 27 : | * @param database A database connector object | ||
| 28 : | */ | ||
| 29 : | function mosFrontPage( &$db ) { | ||
| 30 : | $this->mosDBTable( '#__content_frontpage', 'content_id', $db ); | ||
| 31 : | } | ||
| 32 : | } | ||
| 33 : | counterpoi | 213 | t ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

