cakephp and get requests -
How does the cakepip get a request? For example, how can this handle a request like this ...
Will the "Mac" be the controller and the "welcome" action? How is the rest of the information handled?
Also keep in mind that you can use the named parameter as cake 1.2. . The honorary parameters are in the key: the order value, therefore the URL ARA $ this-> parameter ['name'] from within a controller array ('key1' => 'value1', 'key2' => 'value2' ).
If you use the CNN.com style GET request, the parameters [$ 200, SHOWBIZ, books, etc.] are in $ $ - in-params ['pass'] array, indexed 0 Starts with
I strongly recommend recommended parameters, as you can add features by receiving parameters without worrying about the order later. I believe that you can also change the named parameter separation key (by default, this is ':').
Then this "traditional" GET parameter (page.php? Key1 = value1 & key2 = value 2). However, you can easily add some paragraphs in the application so that the conventional parameters can be parsed automatically in an array so that the application can be requested as a request.
Comments
Post a Comment