Actions
Feature proposal #3176
closedNew hasAccess function instead of heavy array_intersect
Feature proposal #3176:
New hasAccess function instead of heavy array_intersect
Description
Implement and use hasAccess instead of doing array_intersect and in_array everywhere. array_intersect does not cache on PHPs end and it also does a sort before comparing so is not very efficient for large sites.
Updated by krileon almost 14 years ago
- Status changed from Resolved to Closed
Actions