server dispatch_map

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi all,

i am creating with a php function the following array (for example):
----------------
Array
(
    [layoutgroups] => Array
        (
            [0] => Array
                (
                    [groupname] => Customers
                    [layoutgroupid] => 2
                    [layouts] => Array
                        (
                            [0] => Array
                                (
                                    [layoutname] => Customers
                                    [layoutid] => 2
                                )

                        )

                )

            [1] => Array
                (
                    [groupname] => Administration
                    [layoutgroupid] => 1
                    [layouts] => Array
                        (
                            [0] => Array
                                (
                                    [layoutname] => Administration
                                    [layoutid] => 1
                                )

                        )

                )

        )

)
----------
and i am having the following in my dispatch_map:
------------
 	    'out'   => array('groups' => array(
				'layoutgroups' => array(
				'groupname' => 'string', 
				'layoutgroupid' => 'string', 
				'layouts' => array(
					'layoutname' => 'string',
					'layoutid' => 'string' )
				)
			)
		)

does this match the output array from my php function - or do i have to
alter something (because that what i want do to won't work with it ;-) )


best regards 

Wolfgang

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux