|
if ($module != 'application') $key = substr($key, strpos($key, ':') + 2);
|
|
if ($module != 'application') $key = substr($key, strpos($key, ':') + 2);
|
|
if (count($segments = explode('.', $key)) > 1) return array($module, $segments[0], $segments[1]);
|
|
if (count($segments = explode('.', $key)) > 1) return array($module, $segments[0], $segments[1]);
|