⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminuserpictureselectview.class.php

📁 一个用PHP编写的
💻 PHP
字号:
<?php	lt_include( PLOG_CLASS_PATH."class/view/admin/adminresourceslistview.class.php" );	lt_include( PLOG_CLASS_PATH."class/gallery/dao/galleryresource.class.php" );	lt_include( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" );    /**     * \ingroup View     * @private     *	 * we can extend from AdminResourcesListView and we will save a lot of code...	 */	class AdminUserPictureSelectView extends AdminResourcesListView	{		var $_albumId;				function AdminUserPictureSelectView( $blogInfo, $params = Array())		{			$this->AdminResourcesListView( $blogInfo, $params );					$this->_templateName = "chooser/userpictureselect";			$this->_resourceType = GALLERY_RESOURCE_IMAGE;		}				function render()		{			$this->_pagerUrl = "?op=userPictureSelect&amp;page=";						parent::render();		}	}?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -