Hi, i’m new in cakephp and will want understand how to read documentation.
for example to understand connect method
first step was understand Route::connect()
i have find the doc atstring $route
A string describing the template of the routearray $defaults optional
An array describing the default route parameters. These parameters will be used by default and can supply routing >parameters that are not dynamic. See above.
$route ok
array $defaults optional , ok is it a array, but the possibile combinations?? i can now write this array [“hello”=>“cake”] to do someting.
where i find the keys for array?