Permisos agrupados

This commit is contained in:
Jaime Jimenez
2023-05-02 07:59:52 +02:00
parent 59c05ee5fd
commit 1116d8c435
47 changed files with 1227 additions and 217 deletions

View File

@ -54,6 +54,10 @@ function getAllClass($controller = null){
}
}
function getAllClassFolder($folder = null){
try {
helper('filesystem');
@ -107,6 +111,8 @@ function getAllFolder(){
}
}
function getIgnoreController($controller)
{
try {