28 lines
659 B
PHP
28 lines
659 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 Sep 26, 2010
|
|
* @version SVN: $Id: Style.php 7427 2010-09-27 07:33:47Z xsharp $
|
|
*/
|
|
|
|
class Zeed_Pagination_Style
|
|
{
|
|
protected $_template = '';
|
|
|
|
|
|
}
|
|
// End ^ Native EOL ^ encoding
|