[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/view/admin/adminview.class.php" ); 4 5 /** 6 * \ingroup View 7 * @private 8 */ 9 class AdminXmlView extends AdminView 10 { 11 var $_templateName; 12 13 function AdminXmlView( $blogInfo, $templateName ) 14 { 15 $this->AdminView( $blogInfo ); 16 $this->_templateName = $templateName; 17 18 $this->setContentType( TEXT_XML_CONTENT_TYPE ); 19 } 20 21 function render() 22 { 23 parent::render(); 24 25 $templateService = new TemplateService(); 26 $template = $templateService->Template( $this->_templateName, "admin/xml" ); 27 28 $template->assign( $this->_params->getAsArray()); 29 print $template->fetch(); 30 } 31 } 32 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |