[ 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/adminlinkcategorieslistview.class.php" ); 5 6 /** 7 * \ingroup Action 8 * @private 9 * 10 * Action that shows the list link categories 11 */ 12 class AdminEditLinkCategoriesAction extends AdminAction 13 { 14 15 /** 16 * Constructor. If nothing else, it also has to call the constructor of the parent 17 * class, BlogAction with the same parameters 18 */ 19 function AdminEditLinkCategoriesAction( $actionInfo, $request ) 20 { 21 $this->AdminAction( $actionInfo, $request ); 22 } 23 24 /** 25 * Carries out the specified action 26 */ 27 function perform() 28 { 29 // get all the link categories 30 $searchTerms = $this->_request->getValue( "searchTerms" ); 31 $this->_view = new AdminLinkCategoriesListView( $this->_blogInfo, Array( "searchTerms" => $searchTerms ) ); 32 $this->setCommonData(); 33 34 // better to return true if everything fine 35 return true; 36 } 37 } 38 ?>
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 |
![]() |