Source for file sort.action.php

Documentation is available at sort.action.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Languages
  5. @copyright  Refer to copyright.php
  6. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  7. @author Mambo Foundation Inc see README.php
  8. */ 
  9. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  10. class sortAction extends Action
  11. {
  12.     function execute(&$controller&$request)
  13.     {
  14.         $session =$request->session();
  15.         $session['col'=  $_REQUEST['col'];
  16.         $session['asc'=  $_REQUEST['asc'];
  17.         $controller->view('catalogs');
  18.     }
  19. }
  20.  
  21. ?>

Documentation generated on Mon, 05 May 2008 16:22:54 +0400 by phpDocumentor 1.4.0