[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/view/admin/adminblogcategorieslistview.class.php" ); 5 6 class AdminBlogCategoriesAction extends AdminAction 7 { 8 9 function AdminBlogCategoriesAction( $actionInfo, $request ) 10 { 11 $this->AdminAction( $actionInfo, $request ); 12 13 $this->requireAdminPermission( "view_blog_categories" ); 14 } 15 16 function perform() 17 { 18 $searchTerms = $this->_request->getValue( "searchTerms" ); 19 $this->_view = new AdminBlogCategoriesListView( $this->_blogInfo, Array( "searchTerms" => $searchTerms )); 20 $this->setCommonData(); 21 } 22 } 23 ?>
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 |
![]() |