CI_URI::ruri_to_assoc()

ruri_to_assoc([$n = 3[, $default = array()]])

Parameters:
  • $n (int) – Segment index number
  • $default (array) – Default values
Returns:

Associative routed URI segments array

Return type:

array

This method is identical to uri_to_assoc(), except that it creates an associative array using the re-routed URI in the event you are using CodeIgniter’s URI Routing feature.

doc_CodeIgniter
2016-10-15 16:32:02
Comments
Leave a Comment

Please login to continue.