the problem is, I can't call the function in my model when using model alias.
it says that 'getViewableModules' method doesn't exist, the function can only be called using main name.
i mean, this call doesn't work:
$this->modelalias->method()
but this one works:
$this->modelname->method()