hi,
i am trying to build a link with some parameters, i use the following code :

------------------------------------------------------------------------------------------------------------------------------------------------
<a href="<?php echo $this->url(array('controller'=>'Storage',
            'action'=>'description', 'file_name'=>urlencode($files[name]),
'keepThis'=>'true', 'TB_iframe'=>'true', 'height'=>'300', 'width'=>'500'),
'', true);?>" target ="_blank" class="thickbox">Description</a>
------------------------------------------------------------------------------------------------------------------------------------------------
but in the page i am linking to and i print the request object

here is the result

------------------------------------------------------------------------------------------------------------------------------------------------

Zend_Controller_Request_Http Object
(
    [_paramSources:protected] => Array
        (
            [0] => _GET
            [1] => _POST
        )

    [_requestUri:protected] =>
/host/admin/Storage/description/file_name/Tony%2BBraxton%2B-%2BUnbreak%2BMy%2BHeart.mp3/keepThis/true/
    [_baseUrl:protected] => /host/admin
    [_basePath:protected] =>
    [_pathInfo:protected] =>
/Storage/description/file_name/Tony%2BBraxton%2B-%2BUnbreak%2BMy%2BHeart.mp3/keepThis/true/
    [_params:protected] => Array
        (
            [controller] => Storage
            [action] => description
            [file_name] => Tony+Braxton+-+Unbreak+My+Heart.mp3
            [keepThis] => true
            [module] => default
        )

    [_aliases:protected] => Array
        (
        )

    [_dispatched:protected] => 1
    [_module:protected] => default
    [_moduleKey:protected] => module
    [_controller:protected] => Storage
    [_controllerKey:protected] => controller
    [_action:protected] => description
    [_actionKey:protected] => action
)
------------------------------------------------------------------------------------------------------------------------------------------------

why the other parameters are not sent ??
can anyone give me a hand in this please

thanks in advance*
**
--------------------------------
Regards,
Ahmed Abdel-Aliem

Aroma Designs & Solutions
www.GraphicAroma.com
www.AromaCreatives.com*

*Acting by Reacting : By not printing this e-mail I help protect the
environment.*

Reply via email to