Source for file sort.action.php
Documentation is available at sort.action.php
* @copyright Refer to copyright.php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @author Mambo Foundation Inc see README.php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
function execute(&$controller, &$request)
$session =
& $request->session();
$session['col'] =
$_REQUEST['col'];
$session['asc'] =
$_REQUEST['asc'];
$controller->view('catalogs');
Documentation generated on Mon, 05 May 2008 16:22:54 +0400 by phpDocumentor 1.4.0