Annotation of /mambo/branches/4.6/administrator/components/com_templates/admin.templates.class.php
Parent Directory
|
Revision Log
Revision 964 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | elpie | 964 | * @package Mambo |
| 4 : | root | 1 | * @subpackage Templates |
| 5 : | cauld | 948 | * @copyright Refer to copyright.php |
| 6 : | root | 1 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 7 : | elpie | 964 | * @author Mambo Foundation Inc see README.php |
| 8 : | csouza | 297 | */ |
| 9 : | root | 1 | |
| 10 : | /** ensure this file is being included by a parent file */ | ||
| 11 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 12 : | |||
| 13 : | class mosTemplatePosition extends mosDBTable { | ||
| 14 : | var $id=null; | ||
| 15 : | var $position=null; | ||
| 16 : | var $description=null; | ||
| 17 : | |||
| 18 : | function mosTemplatePosition() { | ||
| 19 : | global $database; | ||
| 20 : | $this->mosDBTable( '#__template_positions', 'id', $database ); | ||
| 21 : | } | ||
| 22 : | } | ||
| 23 : | |||
| 24 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

