Files
wy/ZeedFramework/library/Zeed/View/Xml.php
2026-01-07 11:40:41 +08:00

30 lines
704 B
PHP

<?php
/**
* Zeed Platform Project
* Based on Zeed Framework & Zend Framework.
*
* BTS - Billing Transaction Service
* CAS - Central Authentication Service
*
* LICENSE
* http://www.zeed.com.cn/license/
*
* @category Zeed
* @package Zeed_ChangeMe
* @subpackage ChangeMe
* @copyright Copyright (c) 2010 Zeed Technologies PRC Inc. (http://www.zeed.com.cn)
* @author Zeed Team (http://blog.zeed.com.cn)
* @since May 25, 2010
* @version SVN: $Id$
*/
class Zeed_View_Xml extends Zeed_View
{
public function process($result, Zeed_Controller_Action $controller)
{
die('Not implemented.');
}
}
// End ^ Native EOL ^ encoding