View of /mambo/branches/4.6/components/com_frontpage/frontpage.class.php
Parent Directory
|
Revision Log
Revision 213 -
(download)
(annotate)
Tue Jan 31 12:11:42 2006 UTC (7 years, 3 months ago) by counterpoint
File size: 856 byte(s)
Tue Jan 31 12:11:42 2006 UTC (7 years, 3 months ago) by counterpoint
File size: 856 byte(s)
Mambot developments.
<?php /** * @version $Id: frontpage.class.php,v 1.1 2005/07/22 01:54:45 eddieajau Exp $ * @package Mambo * @subpackage Content * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Mambo is Free Software */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); require_once (mamboCore::get('mosConfig_absolute_path').'/components/com_content/content.class.php'); /** * @package Mambo * @subpackage Content */ class mosFrontPage extends mosDBTable { /** @var int Primary key */ var $content_id=null; /** @var int */ var $ordering=null; /** * @param database A database connector object */ function mosFrontPage( &$db ) { $this->mosDBTable( '#__content_frontpage', 'content_id', $db ); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

