http://localhost/cake/posts/view/19/1231


tego typu adres przekazuje dane w zmiennych:

core ma włączone :  "debug=3"



chcialbym pobrac zmienna stąd:

    [params] => Array
        (
            [pass] => Array
                (
                    [0] => 19
                    [1] => 1231
                )
[...]


chcę pobrać  tą zmienną   [1] = 1231   tylko jak ?


czekam na wasze pomysły...




----------------------------------kod ---------------
        PostsController Object
(
    [name] => Posts
    [here] => /cake/posts/view/19/1231
    [webroot] => /cake/
    [action] => view
    [uses] =>
    [helpers] => Array
        (
            [0] => Html
            [1] => Form
        )

    [params] => Array
        (
            [pass] => Array
                (
                    [0] => 19
                    [1] => 1231
                )

            [named] => Array
                (
                )

            [controller] => posts
            [action] => view
            [plugin] =>
            [form] => Array
                (
                )

            [url]=> Array
                (
                    [url]=> posts/view/19/1231
                )

            [models] => Array
                (
                    [0] => Post
                )

        )

[..................]