Skip to content

Commit d10a602

Browse files
authored
docs: hashed id (encodeID()) in CodeIgniter\Model has been removed
f87ffec
1 parent 59ae985 commit d10a602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Placeholders Description
6868
(:num) will match any integer.
6969
(:alpha) will match any string of alphabetic characters
7070
(:alphanum) will match any string of alphabetic characters or integers, or any combination of the two.
71-
(:hash) is the same as **(:segment)**, but can be used to easily see which routes use hashed ids (see the :doc:`Model </models/model>` docs).
71+
(:hash) is the same as **(:segment)**, but can be used to easily see which routes use hashed ids.
7272
============ ===========================================================================================================
7373

7474
.. note:: **{locale}** cannot be used as a placeholder or other part of the route, as it is reserved for use

0 commit comments

Comments
 (0)