Questions tagged [prefixes]

47 questions
-1
votes
3 answers

leading number groups between two numbers

(Python) Given two numbers A and B. I need to find all nested "groups" of numbers: range(2169800, 2171194) leading numbers: 21698XX, 21699XX, 2170XX, 21710XX, 217110X, 217111X, 217112X, 217113X, 217114X, 217115X, 217116X, 217117X, 217118X,…
-3
votes
1 answer

CakePHP routing a role to a prefix with a different name

I have the following user roles in my application: Admin Client Contractor They are controlled by ACL for each function / page. I want to create a new one called Client_site. But I want this new role to route through to the Client prefixed pages.…
1 2 3
4