[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/view/admin/adminresourceslistview.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/gallery/dao/galleryresource.class.php" ); 5 lt_include( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" ); 6 7 /** 8 * \ingroup View 9 * @private 10 * 11 * we can extend from AdminResourcesListView and we will save a lot of code... 12 */ 13 class AdminUserPictureSelectView extends AdminResourcesListView 14 { 15 var $_albumId; 16 17 function AdminUserPictureSelectView( $blogInfo, $params = Array()) 18 { 19 $this->AdminResourcesListView( $blogInfo, $params ); 20 21 $this->_templateName = "chooser/userpictureselect"; 22 $this->_resourceType = GALLERY_RESOURCE_IMAGE; 23 } 24 25 function render() 26 { 27 $this->_pagerUrl = "?op=userPictureSelect&page="; 28 29 parent::render(); 30 } 31 } 32 33 ?>
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 |
![]() |