I am creating a bunch of modules that extend the base module. However, some actions must redefine the base view. In this case, I would like to check whether the new module has a representation in its structure. If so, use this view and otherwise use the base one. Now, my question is:
Is there a way to check if a file exists in Yii using a typical application.views.user.basic_view alias structure without using or importing?
Korcholis
source share